Module Values.CreateAIAgentRequestSource

Creates an Amazon Q in Connect AI Agent.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs..

    *)
  2. assistantId : UuidOrArn.t;
    (*

    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

    *)
  3. name : Name.t;
    (*

    The name of the AI Agent.

    *)
  4. type_ : AIAgentType.t;
    (*

    The type of the AI Agent.

    *)
  5. configuration : AIAgentConfiguration.t;
    (*

    The configuration of the AI Agent.

    *)
  6. visibilityStatus : VisibilityStatus.t;
    (*

    The visibility status of the AI Agent.

    *)
  7. tags : Tags.t option;
    (*

    The tags used to organize, track, or control access for this resource.

    *)
  8. description : Description.t option;
    (*

    The description of the AI Agent.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?tags:??? -> ?description:??? -> assistantId:UuidOrArn.t -> name:Name.t -> type_:AIAgentType.t -> configuration:AIAgentConfiguration.t -> visibilityStatus:VisibilityStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of ClientToken.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 ]) 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