Module Values.GetNextMessageRequestSource

Retrieves next message on an Amazon Q in Connect session.

Sourcetype nonrec t = {
  1. assistantId : UuidOrArn.t;
    (*

    The identifier of the Amazon Q in Connect assistant.

    *)
  2. sessionId : UuidOrArn.t;
    (*

    The identifier of the Amazon Q in Connect session.

    *)
  3. nextMessageToken : NextToken.t;
    (*

    The token for the next message. Use the value returned in the SendMessage or previous response in the next request to retrieve the next message.

    *)
}
Sourceval context_ : string
Sourceval make : assistantId:UuidOrArn.t -> sessionId:UuidOrArn.t -> nextMessageToken:NextToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UuidOrArn.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