Module Values.OrchestrationAIAgentConfigurationSource

The configuration for AI Agents of type ORCHESTRATION.

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

    The AI Prompt identifier used by the Orchestration AI Agent.

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

    The AI Guardrail identifier used by the Orchestration AI Agent.

    *)
  3. toolConfigurations : ToolConfigurationList.t option;
    (*

    The tool configurations used by the Orchestration AI Agent.

    *)
  4. connectInstanceArn : GenericArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Connect instance used by the Orchestration AI Agent.

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

    The locale setting for the Orchestration AI Agent.

    *)
}
Sourceval context_ : string
Sourceval make : ?orchestrationAIGuardrailId:??? -> ?toolConfigurations:??? -> ?connectInstanceArn:??? -> ?locale:??? -> orchestrationAIPromptId:UuidWithQualifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of String_.t ]) 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