Values.MessageGroupSourceProvides one or more messages that Amazon Lex should send to the user.
type nonrec t = {message : Message.t;The primary message that Amazon Lex should send to the user.
*)variations : MessageVariationsList.t option;Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ButtonText.t ])
list ]
list
| `String of PlainTextMessageValue.t ])
list ])
list ]
list
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ButtonText.t ]) list ]
list
| `String of PlainTextMessageValue.t ])
list ])
list ])
list ]