Values.UpdateSessionDataRequestSourceUpdates the data stored on an Amazon Q in Connect Session.
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.
*)namespace : SessionDataNamespace.t option;The namespace into which the session data is stored. Supported namespaces are: Custom
*)data : RuntimeSessionDataList.t;The data stored on the Amazon Q in Connect Session.
*)}val make :
?namespace:??? ->
assistantId:UuidOrArn.t ->
sessionId:UuidOrArn.t ->
data:RuntimeSessionDataList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of NonEmptySensitiveString.t
| `Structure of
(string * [> `String of NonEmptySensitiveString.t ]) list ])
list ]
list
| `String of UuidOrArn.t ])
list ]