Module Values.UpdateAIAgentRequestSource

Updates an 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. aiAgentId : UuidOrArnOrEitherWithQualifier.t;
    (*

    The identifier of the Amazon Q in Connect AI Agent.

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

    The visbility status of the Amazon Q in Connect AI Agent.

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

    The configuration of the Amazon Q in Connect AI Agent.

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

    The description of the Amazon Q in Connect AI Agent.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?configuration:??? -> ?description:??? -> assistantId:UuidOrArn.t -> aiAgentId:UuidOrArnOrEitherWithQualifier.t -> visibilityStatus:VisibilityStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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