Values.AudioAndDTMFInputSpecificationSourceSpecifies the audio and DTMF input specification.
type nonrec t = {startTimeoutMs : TimeInMilliSeconds.t;Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.
*)audioSpecification : AudioSpecification.t option;Specifies the settings on audio input.
*)dtmfSpecification : DTMFSpecification.t option;Specifies the settings on DTMF input.
*)}val make :
?audioSpecification:??? ->
?dtmfSpecification:??? ->
startTimeoutMs:TimeInMilliSeconds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of TimeInMilliSeconds.t
| `Structure of
(string
* [> `Integer of TimeInMilliSeconds.t
| `String of DTMFCharacter.t ])
list ])
list ]