Values.ChatInputStreamSourceThe streaming input for the Chat API.
type nonrec t = {configurationEvent : ConfigurationEvent.t option;A configuration event activated by an end user request to select a specific chat mode.
*)textEvent : TextInputEvent.t option;Information about the payload of the ChatInputStream event containing the end user message input.
*)attachmentEvent : AttachmentInputEvent.t option;A request by an end user to upload a file during chat.
*)actionExecutionEvent : ActionExecutionEvent.t option;A request from an end user to perform an Amazon Q Business plugin action.
*)endOfInputEvent : EndOfInputEvent.t option;The end of the streaming input for the Chat API.
*)authChallengeResponseEvent : AuthChallengeResponseEvent.t option;An authentication verification event response by a third party authentication server to Amazon Q Business.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]