Values.StatementSourceA collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey.
type nonrec t = {messages : MessageList.t;A collection of message objects.
*)responseCard : ResponseCard.t option;At runtime, if the client is using the PostText API, Amazon Lex includes the response card in the response. It substitutes all of the session attributes and slot values for placeholders in the response card.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of GroupNumber.t
| `String of ContentString.t ])
list ]
list
| `String of ResponseCard.t ])
list ]