Values.GetChatResponseConfigurationResponseSourceRetrieves detailed information about a specific chat response configuration from an Amazon Q Business application. This operation returns the complete configuration settings and metadata.
type nonrec t = {chatResponseConfigurationId : ChatResponseConfigurationId.t option;The unique identifier of the retrieved chat response configuration.
*)chatResponseConfigurationArn : ChatResponseConfigurationArn.t option;The Amazon Resource Name (ARN) of the retrieved chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.
*)displayName : DisplayName.t option;The human-readable name of the retrieved chat response configuration, making it easier to identify among multiple configurations.
*)createdAt : Timestamp.t option;The timestamp indicating when the chat response configuration was initially created.
*)inUseConfiguration : ChatResponseConfigurationDetail.t option;The currently active configuration settings that are being used to generate responses in the Amazon Q Business application.
*)lastUpdateConfiguration : ChatResponseConfigurationDetail.t option;Information about the most recent update to the configuration, including timestamp and modification details.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ChatResponseConfigurationId.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of Instruction.t ]) list ])
list ])
list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ])
list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]