ChatResponseConfigurationDetail¶
Structure Class¶
ChatResponseConfigurationDetail
dataclass
¶
Detailed information about a chat response configuration, including comprehensive settings and parameters that define how Amazon Q Business generates and formats responses.
Attributes¶
error
class-attribute
instance-attribute
¶
error: ErrorDetail | None = None
Provides information about a Amazon Q Business request error.
response_configuration_summary
class-attribute
instance-attribute
¶
response_configuration_summary: str | None = None
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
class-attribute
instance-attribute
¶
response_configurations: dict[str, ResponseConfiguration] | None = None
A collection of specific response configuration settings that collectively define how responses are generated, formatted, and presented to users in chat interactions.
status
class-attribute
instance-attribute
¶
status: ChatResponseConfigurationStatus | None = None
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
class-attribute
instance-attribute
¶
updated_at: datetime | None = None
The timestamp indicating when the detailed chat response configuration was last modified, helping administrators track changes and maintain version awareness.