Values.FulfillmentUpdatesSpecificationSourceProvides information for updating the user on the progress of fulfilling an intent.
type nonrec t = {active : BoxedBoolean.t;Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent. If the active field is set to true, the startResponse, updateResponse, and timeoutInSeconds fields are required.
*)startResponse : FulfillmentStartResponseSpecification.t option;Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
*)updateResponse : FulfillmentUpdateResponseSpecification.t option;Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
*)timeoutInSeconds : FulfillmentTimeout.t option;The length of time that the fulfillment Lambda function should run before it times out.
*)}val make :
?startResponse:??? ->
?updateResponse:??? ->
?timeoutInSeconds:??? ->
active:BoxedBoolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Integer of FulfillmentTimeout.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 ])
list ]