Values.FollowUpPromptSourceA prompt for additional activity after an intent is fulfilled. For example, after the OrderPizza intent is fulfilled, you might prompt the user to find out whether the user wants to order drinks.
type nonrec t = {prompt : Prompt.t;Prompts for information from the user.
*)rejectionStatement : Statement.t;If the user answers "no" to the question defined in the prompt field, Amazon Lex responds with this statement to acknowledge that the intent was canceled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of PromptMaxAttempts.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of GroupNumber.t
| `String of ContentString.t ])
list ]
list
| `String of ResponseCard.t ])
list ])
list ]