Module Values.AIAgentConfigurationSource

A typed union that specifies the configuration based on the type of AI Agent.

Sourcetype nonrec t = {
  1. manualSearchAIAgentConfiguration : ManualSearchAIAgentConfiguration.t option;
    (*

    The configuration for AI Agents of type MANUAL_SEARCH.

    *)
  2. answerRecommendationAIAgentConfiguration : AnswerRecommendationAIAgentConfiguration.t option;
    (*

    The configuration for AI Agents of type ANSWER_RECOMMENDATION.

    *)
  3. selfServiceAIAgentConfiguration : SelfServiceAIAgentConfiguration.t option;
    (*

    The configuration for AI Agents of type SELF_SERVICE.

    *)
  4. emailResponseAIAgentConfiguration : EmailResponseAIAgentConfiguration.t option;
    (*

    Configuration for the EMAIL_RESPONSE AI agent that generates professional email responses using knowledge base content.

    *)
  5. emailOverviewAIAgentConfiguration : EmailOverviewAIAgentConfiguration.t option;
    (*

    Configuration for the EMAIL_OVERVIEW AI agent that generates structured overview of email conversations.

    *)
  6. emailGenerativeAnswerAIAgentConfiguration : EmailGenerativeAnswerAIAgentConfiguration.t option;
    (*

    Configuration for the EMAIL_GENERATIVE_ANSWER AI agent that provides comprehensive knowledge-based answers for customer queries.

    *)
  7. orchestrationAIAgentConfiguration : OrchestrationAIAgentConfiguration.t option;
    (*

    The configuration for AI Agents of type ORCHESTRATION.

    *)
  8. noteTakingAIAgentConfiguration : NoteTakingAIAgentConfiguration.t option;
    (*

    The configuration for AI Agents of type NOTE_TAKING.

    *)
  9. caseSummarizationAIAgentConfiguration : CaseSummarizationAIAgentConfiguration.t option;
    (*

    The configuration for AI Agents of type CASE_SUMMARIZATION.

    *)
}
Sourceval make : ?manualSearchAIAgentConfiguration:??? -> ?answerRecommendationAIAgentConfiguration:??? -> ?selfServiceAIAgentConfiguration:??? -> ?emailResponseAIAgentConfiguration:??? -> ?emailOverviewAIAgentConfiguration:??? -> ?emailGenerativeAnswerAIAgentConfiguration:??? -> ?orchestrationAIAgentConfiguration:??? -> ?noteTakingAIAgentConfiguration:??? -> ?caseSummarizationAIAgentConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of NonEmptySensitiveString.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `String of NonEmptySensitiveString.t ]) list ]) list ]) list ] list | `String of Uuid.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of String_.t | `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 ]) 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