Module Values.AppliedOrchestrationConfigurationSource

The chat orchestration specific admin controls configured for an Amazon Q Business application. Determines whether Amazon Q Business automatically routes chat requests across configured plugins and data sources in your Amazon Q Business application. For more information, see Chat orchestration settings.

Sourcetype nonrec t = {
  1. control : OrchestrationControl.t option;
    (*

    Information about whether chat orchestration is enabled or disabled for an Amazon Q Business application.

    *)
}
Sourceval make : ?control:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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