Values.DeleteConversationRequestSourceDeletes an Amazon Q Business web experience conversation.
type nonrec t = {conversationId : ConversationId.t;The identifier of the Amazon Q Business web experience conversation being deleted.
*)applicationId : ApplicationId.t;The identifier of the Amazon Q Business application associated with the conversation.
*)userId : UserId.t option;The identifier of the user who is deleting the conversation.
*)}val make :
?userId:??? ->
conversationId:ConversationId.t ->
applicationId:ApplicationId.t ->
unit ->
t