Values.UtteranceBotResponseSourceAn object that contains a response to the utterance from the bot.
type nonrec t = {content : String_.t option;The text of the response to the utterance from the bot.
*)contentType : UtteranceContentType.t option;The type of the response. The following values are possible: PlainText – A plain text string. CustomPayload – A response string that you can customize to include data or metadata for your application. SSML – A string that includes Speech Synthesis Markup Language to customize the audio response. ImageResponseCard – An image with buttons that the customer can select. See ImageResponseCard for more information.
*)imageResponseCard : ImageResponseCard.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ButtonText.t ]) list ]
list
| `String of AttachmentTitle.t ])
list ])
list ]