Module Values.UserTurnInputSpecificationSource

Contains information about the user messages in the turn in the input.

Sourcetype nonrec t = {
  1. utteranceInput : UtteranceInputSpecification.t option;
    (*

    The utterance input in the user turn.

    *)
  2. requestAttributes : StringMap.t option;
    (*

    Request attributes of the user turn.

    *)
  3. sessionState : InputSessionStateSpecification.t option;
    (*

    Contains information about the session state in the input.

    *)
}
Sourceval make : ?utteranceInput:??? -> ?requestAttributes:??? -> ?sessionState:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of NonEmptyString.t ] * [> `String of String_.t ]) list | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ActiveContextName.t ]) list ] list | `Map of ([> `String of NonEmptyString.t ] * [> `String of String_.t ]) list | `String of TestSetUtteranceText.t | `Structure of (string * [> `Map of ([> `String of Name.t ] * Awso.Botodata.value) list | `String of AudioFileS3Location.t ]) list ]) list ]) 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