Module Values.RemoveAssistantAIAgentRequestSource

Removes the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. aiAgentType : AIAgentType.t;
    (*

    The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant.

    *)
  3. orchestratorUseCase : NonEmptyString.t option;
    (*

    The orchestrator use case for the AI Agent being removed.

    *)
}
Sourceval context_ : string
Sourceval make : ?orchestratorUseCase:??? -> assistantId:UuidOrArn.t -> aiAgentType:AIAgentType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of UuidOrArn.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