Module Values.AIAgentConfigurationDataSource

A type that specifies the AI Agent ID configuration data when mapping an AI Agents to be used for an AI Agent type on a session or assistant.

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

    The ID of the AI Agent to be configured.

    *)
}
Sourceval context_ : string
Sourceval make : aiAgentId:UuidWithQualifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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