Module Values.CaseSummarizationAIAgentConfigurationSource

The configuration for AI Agents of type CASE_SUMMARIZATION.

Sourcetype nonrec t = {
  1. caseSummarizationAIPromptId : UuidWithQualifier.t option;
    (*

    The AI Prompt identifier used by the Case Summarization AI Agent.

    *)
  2. caseSummarizationAIGuardrailId : UuidWithQualifier.t option;
    (*

    The AI Guardrail identifier used by the Case Summarization AI Agent.

    *)
  3. locale : NonEmptyString.t option;
    (*

    The locale setting for the Case Summarization AI Agent.

    *)
}
Sourceval make : ?caseSummarizationAIPromptId:??? -> ?caseSummarizationAIGuardrailId:??? -> ?locale:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UuidWithQualifier.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