Class: Aws::QBusiness::Types::DeleteConversationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteConversationRequest
- Includes:
- Structure
- Defined in:
- 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
permalink #application_id ⇒ String
The identifier of the Amazon Q Business application associated with the conversation.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2639 class DeleteConversationRequest < Struct.new( :conversation_id, :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |
permalink #conversation_id ⇒ String
The identifier of the Amazon Q Business web experience conversation being deleted.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2639 class DeleteConversationRequest < Struct.new( :conversation_id, :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |
permalink #user_id ⇒ String
The identifier of the user who is deleting the conversation.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2639 class DeleteConversationRequest < Struct.new( :conversation_id, :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |