Module Values.ManualSearchAIAgentConfigurationSource

The configuration for the MANUAL_SEARCH AI Agent type.

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

    The AI Prompt identifier for the Answer Generation prompt used by the MANUAL_SEARCH AI Agent.

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

    The AI Guardrail identifier for the Answer Generation guardrail used by the MANUAL_SEARCH AI Agent.

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

    The association configurations for overriding behavior on this AI Agent.

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

    The locale to which specifies the language and region settings that determine the response language for QueryAssistant. For more information on supported locales, see Language support for Amazon Q in Connect.

    *)
}
Sourceval make : ?answerGenerationAIPromptId:??? -> ?answerGenerationAIGuardrailId:??? -> ?associationConfigurations:??? -> ?locale:??? -> 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