Module Values.DeleteConversationRequestSource

Deletes an Amazon Q Business web experience conversation.

Sourcetype nonrec t = {
  1. conversationId : ConversationId.t;
    (*

    The identifier of the Amazon Q Business web experience conversation being deleted.

    *)
  2. applicationId : ApplicationId.t;
    (*

    The identifier of the Amazon Q Business application associated with the conversation.

    *)
  3. userId : UserId.t option;
    (*

    The identifier of the user who is deleting the conversation.

    *)
}
Sourceval context_ : string
Sourceval make : ?userId:??? -> conversationId:ConversationId.t -> applicationId:ApplicationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConversationId.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