Values.FulfillmentStartResponseSpecificationSourceProvides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
type nonrec t = {delayInSeconds : FulfillmentStartResponseDelay.t;The delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.
*)messageGroups : MessageGroupsList.t;1 - 5 message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user.
*)allowInterrupt : BoxedBoolean.t option;Determines whether the user can interrupt the start message while it is playing.
*)}val make :
?allowInterrupt:??? ->
delayInSeconds:FulfillmentStartResponseDelay.t ->
messageGroups:MessageGroupsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Integer of FulfillmentStartResponseDelay.t
| `List of
[> `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 ]
list ])
list ]