Module Values.OrchestratorConfigurationEntrySource

An entry in the orchestrator configuration list.

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

    The identifier of the AI Agent in the orchestrator configuration.

    *)
  2. orchestratorUseCase : NonEmptyString.t;
    (*

    The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)

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