Skip to content

Qbusiness  >  Operations  >  get_chat_response_configuration

get_chat_response_configuration

Operation

get_chat_response_configuration async

get_chat_response_configuration(input: GetChatResponseConfigurationInput, plugins: list[Plugin] | None = None) -> GetChatResponseConfigurationOutput

Retrieves detailed information about a specific chat response configuration from an Amazon Q Business application. This operation returns the complete configuration settings and metadata.

Parameters:

Name Type Description Default
input GetChatResponseConfigurationInput

An instance of GetChatResponseConfigurationInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetChatResponseConfigurationOutput

An instance of GetChatResponseConfigurationOutput.

Input

GetChatResponseConfigurationInput dataclass

Dataclass for GetChatResponseConfigurationInput structure.

Attributes

application_id class-attribute instance-attribute
application_id: str | None = None

The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.

chat_response_configuration_id class-attribute instance-attribute
chat_response_configuration_id: str | None = None

The unique identifier of the chat response configuration to retrieve from the specified application.

Output

GetChatResponseConfigurationOutput dataclass

Dataclass for GetChatResponseConfigurationOutput structure.

Attributes

chat_response_configuration_arn class-attribute instance-attribute
chat_response_configuration_arn: str | None = None

The Amazon Resource Name (ARN) of the retrieved chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.

chat_response_configuration_id class-attribute instance-attribute
chat_response_configuration_id: str | None = None

The unique identifier of the retrieved chat response configuration.

created_at class-attribute instance-attribute
created_at: datetime | None = None

The timestamp indicating when the chat response configuration was initially created.

display_name class-attribute instance-attribute
display_name: str | None = None

The human-readable name of the retrieved chat response configuration, making it easier to identify among multiple configurations.

in_use_configuration class-attribute instance-attribute
in_use_configuration: ChatResponseConfigurationDetail | None = None

The currently active configuration settings that are being used to generate responses in the Amazon Q Business application.

last_update_configuration class-attribute instance-attribute
last_update_configuration: ChatResponseConfigurationDetail | None = None

Information about the most recent update to the configuration, including timestamp and modification details.