Module Values.EmailResponseAIAgentConfigurationSource

Configuration settings for the EMAIL_RESPONSE AI agent including prompts, locale, and knowledge base associations.

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

    The ID of the System AI prompt used for generating professional email responses based on knowledge base content.

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

    The ID of the System AI prompt used for reformulating email queries to optimize knowledge base search for response generation.

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

    The locale setting for language-specific email response generation (for example, en_US, es_ES).

    *)
  4. associationConfigurations : AssociationConfigurationList.t option;
    (*

    Configuration settings for knowledge base associations used by the email response agent.

    *)
}
Sourceval make : ?emailResponseAIPromptId:??? -> ?emailQueryReformulationAIPromptId:??? -> ?locale:??? -> ?associationConfigurations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Uuid.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of MaxResults.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of TagKey.t | `Structure of (string * [> `String of TagKey.t ]) list ]) list ] list | `Structure of (string * [> `String of TagKey.t ]) list ]) list ]) list ]) list ]) list ] list | `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