Class: Aws::QBusiness::Types::DeleteChatResponseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteChatResponseConfigurationRequest
- 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 unique identifier of theAmazon Q Business application from which to delete the chat response configuration.
-
#chat_response_configuration_id ⇒ String
The unique identifier of the chat response configuration to delete from the specified application.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of theAmazon Q Business application from which to delete the chat response configuration.
3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3284 class DeleteChatResponseConfigurationRequest < Struct.new( :application_id, :chat_response_configuration_id) SENSITIVE = [] include Aws::Structure end |
#chat_response_configuration_id ⇒ String
The unique identifier of the chat response configuration to delete from the specified application.
3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3284 class DeleteChatResponseConfigurationRequest < Struct.new( :application_id, :chat_response_configuration_id) SENSITIVE = [] include Aws::Structure end |