Module Values.EmailGenerativeAnswerAIAgentConfigurationSource

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

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

    The ID of the System AI prompt used for generating comprehensive knowledge-based answers from email queries.

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

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

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

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

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

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

    *)
}
Sourceval make : ?emailGenerativeAnswerAIPromptId:??? -> ?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