Values.UpdateSessionRequestSourceUpdates a session. A session is a contextual container used for generating recommendations. Amazon Connect updates the existing Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.
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.
*)sessionId : UuidOrArn.t;The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)description : Description.t option;The description.
*)tagFilter : TagFilter.t option;An object that can be used to specify Tag conditions.
*)aiAgentConfiguration : AIAgentConfigurationMap.t option;The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.
*)orchestratorConfigurationList : OrchestratorConfigurationList.t option;The updated list of orchestrator configurations for the session.
*)removeOrchestratorConfigurationList : Boolean.t option;The list of orchestrator configurations to remove from the session.
*)}val make :
?description:??? ->
?tagFilter:??? ->
?aiAgentConfiguration:??? ->
?orchestratorConfigurationList:??? ->
?removeOrchestratorConfigurationList:??? ->
assistantId:UuidOrArn.t ->
sessionId:UuidOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `String of UuidOrArnOrEitherWithQualifier.t ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `Structure of
(string * [> `String of UuidWithQualifier.t ]) list ])
list
| `String of UuidOrArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TagKey.t ]) list ]
list
| `String of TagKey.t
| `Structure of
(string * [> `String of TagKey.t ]) list ])
list ]
list
| `Structure of (string * [> `String of TagKey.t ]) list ])
list ])
list ]