v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1483595482.8 KB

Updates an existing chat response configuration in an Amazon Q Business application. This operation allows administrators to modify configuration settings, display name, and response parameters to refine how the system generates responses.

put/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}

Path parameters

applicationIdstring required

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

chatResponseConfigurationIdstring required

The unique identifier of the chat response configuration to update within the specified application.

Request body

displayNamestring

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

responseConfigurationsobject required

The updated collection of response configuration settings that define how Amazon Q Business generates and formats responses to user queries.

clientTokenstring

A unique, case-sensitive identifier to ensure idempotency of the request. This helps prevent the same update from being processed multiple times if retries occur.

Response

Success

UpdateChatResponseConfigurationResponse required