Module Values.SendMessageResponseCompletedEventSource

Event emitted when the response completes successfully

Sourcetype nonrec t = {
  1. responseId : String_.t option;
    (*

    The response ID

    *)
  2. usage : SendMessageUsageInfo.t option;
    (*

    Token usage information

    *)
  3. sequenceNumber : Integer.t option;
    (*

    Event sequence number

    *)
}
Sourceval make : ?responseId:??? -> ?usage:??? -> ?sequenceNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) 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