Values.PromptAttemptSpecificationSourceSpecifies the settings on a prompt attempt.
type nonrec t = {allowInterrupt : BoxedBoolean.t option;Indicates whether the user can interrupt a speech prompt attempt from the bot.
*)allowedInputTypes : AllowedInputTypes.t;Indicates the allowed input types of the prompt attempt.
*)audioAndDTMFInputSpecification : AudioAndDTMFInputSpecification.t option;Specifies the settings on audio and DTMF input.
*)textInputSpecification : TextInputSpecification.t option;Specifies the settings on text input.
*)}val make :
?allowInterrupt:??? ->
?audioAndDTMFInputSpecification:??? ->
?textInputSpecification:??? ->
allowedInputTypes:AllowedInputTypes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Integer of TimeInMilliSeconds.t
| `Structure of
(string
* [> `Integer of TimeInMilliSeconds.t
| `String of DTMFCharacter.t ])
list ])
list ])
list ]