Values.DeleteAttachmentRequestSourceDeletes an attachment associated with a specific Amazon Q Business conversation.
type nonrec t = {applicationId : ApplicationId.t;The unique identifier for the Amazon Q Business application environment.
*)conversationId : ConversationId.t;The unique identifier of the conversation.
*)attachmentId : AttachmentId.t;The unique identifier for the attachment.
*)userId : UserId.t option;The unique identifier of the user involved in the conversation.
*)}val make :
?userId:??? ->
applicationId:ApplicationId.t ->
conversationId:ConversationId.t ->
attachmentId:AttachmentId.t ->
unit ->
t