CreateChatResponseConfigurationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the Amazon Q Business application for which to create the new chat response configuration.

Link copied to clipboard

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

Link copied to clipboard

A human-readable name for the new chat response configuration, making it easier to identify and manage among multiple configurations.

Link copied to clipboard

A collection of response configuration settings that define how Amazon Q Business will generate and format responses to user queries in chat interactions.

Link copied to clipboard
val tags: List<Tag>?

A list of key-value pairs to apply as tags to the new chat response configuration, enabling categorization and management of resources across Amazon Web Services services.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String