Module Values.GetChatResponseConfigurationResponseSource

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

Sourcetype nonrec t = {
  1. chatResponseConfigurationId : ChatResponseConfigurationId.t option;
    (*

    The unique identifier of the retrieved chat response configuration.

    *)
  2. 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.

    *)
  3. displayName : DisplayName.t option;
    (*

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

    *)
  4. createdAt : Timestamp.t option;
    (*

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

    *)
  5. inUseConfiguration : ChatResponseConfigurationDetail.t option;
    (*

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

    *)
  6. lastUpdateConfiguration : ChatResponseConfigurationDetail.t option;
    (*

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

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?chatResponseConfigurationId:??? -> ?chatResponseConfigurationArn:??? -> ?displayName:??? -> ?createdAt:??? -> ?inUseConfiguration:??? -> ?lastUpdateConfiguration:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t