Values.UpdateQAppSessionInputSourceUpdates the session for a given Q App sessionId. This is only valid when at least one card of the session is in the WAITING state. Data for each WAITING card can be provided as input. If inputs are not provided, the call will be accepted but session will not move forward. Inputs for cards that are not in the WAITING status will be ignored.
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Q Business application environment instance.
*)sessionId : UUID.t;The unique identifier of the Q App session to provide input for.
*)values : CardValueList.t option;The input values to provide for the current state of the Q App session.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of UUID.t
| `Structure of
(string * [> `Enum of string | `String of UUID.t ])
list ])
list ]
list
| `String of InstanceId.t ])
list ]