Module Values.AudioSpecificationSource

Specifies the audio input specifications.

Sourcetype nonrec t = {
  1. maxLengthMs : TimeInMilliSeconds.t;
    (*

    Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.

    *)
  2. endTimeoutMs : TimeInMilliSeconds.t;
    (*

    Time for which a bot waits after the customer stops speaking to assume the utterance is finished.

    *)
}
Sourceval context_ : string
Sourceval make : maxLengthMs:TimeInMilliSeconds.t -> endTimeoutMs:TimeInMilliSeconds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TimeInMilliSeconds.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t