Class: Aws::QBusiness::Types::ChatResponseConfigurationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ChatResponseConfigurationDetail
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Detailed information about a chat response configuration, including comprehensive settings and parameters that define how Amazon Q Business generates and formats responses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetail
Provides information about a Amazon Q Business request error.
-
#response_configuration_summary ⇒ String
A summary of the response configuration details, providing a concise overview of the key parameters and settings that define the response generation behavior.
-
#response_configurations ⇒ Hash<String,Types::ResponseConfiguration>
A collection of specific response configuration settings that collectively define how responses are generated, formatted, and presented to users in chat interactions.
-
#status ⇒ String
The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use.
-
#updated_at ⇒ Time
The timestamp indicating when the detailed chat response configuration was last modified, helping administrators track changes and maintain version awareness.
Instance Attribute Details
#error ⇒ Types::ErrorDetail
Provides information about a Amazon Q Business request error.
1449 1450 1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1449 class ChatResponseConfigurationDetail < Struct.new( :response_configurations, :response_configuration_summary, :status, :error, :updated_at) SENSITIVE = [] include Aws::Structure end |
#response_configuration_summary ⇒ String
A summary of the response configuration details, providing a concise overview of the key parameters and settings that define the response generation behavior.
1449 1450 1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1449 class ChatResponseConfigurationDetail < Struct.new( :response_configurations, :response_configuration_summary, :status, :error, :updated_at) SENSITIVE = [] include Aws::Structure end |
#response_configurations ⇒ Hash<String,Types::ResponseConfiguration>
A collection of specific response configuration settings that collectively define how responses are generated, formatted, and presented to users in chat interactions.
1449 1450 1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1449 class ChatResponseConfigurationDetail < Struct.new( :response_configurations, :response_configuration_summary, :status, :error, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use.
1449 1450 1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1449 class ChatResponseConfigurationDetail < Struct.new( :response_configurations, :response_configuration_summary, :status, :error, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp indicating when the detailed chat response configuration was last modified, helping administrators track changes and maintain version awareness.
1449 1450 1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1449 class ChatResponseConfigurationDetail < Struct.new( :response_configurations, :response_configuration_summary, :status, :error, :updated_at) SENSITIVE = [] include Aws::Structure end |