Class: Aws::QBusiness::Types::DeleteConversationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteConversationRequest
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application associated with the conversation.
-
#conversation_id ⇒ String
The identifier of the Amazon Q Business web experience conversation being deleted.
-
#user_id ⇒ String
The identifier of the user who is deleting the conversation.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application associated with the conversation.
3110 3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3110 class DeleteConversationRequest < Struct.new( :conversation_id, :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The identifier of the Amazon Q Business web experience conversation being deleted.
3110 3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3110 class DeleteConversationRequest < Struct.new( :conversation_id, :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user who is deleting the conversation.
3110 3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3110 class DeleteConversationRequest < Struct.new( :conversation_id, :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |