Values.UpdateAssistantAIAgentRequestSourceUpdates the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.
type nonrec t = {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.
*)aiAgentType : AIAgentType.t;The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
*)configuration : AIAgentConfigurationData.t;The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
*)orchestratorUseCase : NonEmptyString.t option;The orchestrator use case for the AI Agent being added.
*)}val make :
?orchestratorUseCase:??? ->
assistantId:UuidOrArn.t ->
aiAgentType:AIAgentType.t ->
configuration:AIAgentConfigurationData.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UuidOrArn.t
| `Structure of (string * [> `String of UuidWithQualifier.t ]) list ])
list ]