Module Values.AnswerRecommendationAIAgentConfigurationSource

The configuration for the ANSWER_RECOMMENDATION AI Agent type.

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

    The AI Prompt identifier for the Intent Labeling prompt used by the ANSWER_RECOMMENDATION AI Agent.

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

    The AI Prompt identifier for the Query Reformulation prompt used by the ANSWER_RECOMMENDATION AI Agent.

    *)
  3. answerGenerationAIPromptId : UuidWithQualifier.t option;
    (*

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

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

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

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

    The association configurations for overriding behavior on this AI Agent.

    *)
  6. 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.

    *)
  7. suggestedMessages : SuggestedMessagesList.t option;
    (*

    The suggested messages configuration for the Answer Recommendation AI Agent.

    *)
}
Sourceval make : ?intentLabelingGenerationAIPromptId:??? -> ?queryReformulationAIPromptId:??? -> ?answerGenerationAIPromptId:??? -> ?answerGenerationAIGuardrailId:??? -> ?associationConfigurations:??? -> ?locale:??? -> ?suggestedMessages:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NonEmptySensitiveString.t | `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