Values.CreateChatResponseConfigurationRequestSourceCreates a new chat response configuration for an Amazon Q Business application. This operation establishes a set of parameters that define how the system generates and formats responses to user queries in chat interactions.
type nonrec t = {applicationId : ApplicationId.t;The unique identifier of the Amazon Q Business application for which to create the new chat response configuration.
*)displayName : DisplayName.t;A human-readable name for the new chat response configuration, making it easier to identify and manage among multiple configurations.
*)clientToken : String_.t option;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.
*)responseConfigurations : ResponseConfigurations.t;A collection of response configuration settings that define how Amazon Q Business will generate and format responses to user queries in chat interactions.
*)}val make :
?clientToken:??? ->
?tags:??? ->
applicationId:ApplicationId.t ->
displayName:DisplayName.t ->
responseConfigurations:ResponseConfigurations.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of Instruction.t ]) list ])
list ])
list
| `String of ApplicationId.t ])
list ]