Values.RemoveAssistantAIAgentRequestSourceRemoves 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 removed for use by default from the Amazon Q in Connect Assistant.
*)orchestratorUseCase : NonEmptyString.t option;The orchestrator use case for the AI Agent being removed.
*)}val make :
?orchestratorUseCase:??? ->
assistantId:UuidOrArn.t ->
aiAgentType:AIAgentType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of UuidOrArn.t ]) list ]