Values.ActionReviewEventSourceAn output event that Amazon Q Business returns to an user who wants to perform a plugin action during a streaming chat conversation. It contains information about the selected action with a list of possible user input fields, some pre-populated by Amazon Q Business.
type nonrec t = {conversationId : ConversationId.t option;The identifier of the conversation with which the action review event is associated.
*)userMessageId : MessageId.t option;The identifier of the conversation with which the plugin action is associated.
*)systemMessageId : MessageId.t option;The identifier of an Amazon Q Business AI generated associated with the action review event.
*)pluginId : PluginId.t option;The identifier of the plugin associated with the action review event.
*)pluginType : PluginType.t option;The type of plugin.
*)payload : ActionReviewPayload.t option;Field values that an end user needs to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.
*)payloadFieldNameSeparator : ActionPayloadFieldNameSeparator.t option;A string used to retain information about the hierarchical contexts within an action review event payload.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of ActionPayloadFieldKey.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `Structure of 'a list ]) list ]
list
| `String of String_.t
| `Structure of 'b list ])
list ])
list
| `String of ConversationId.t ])
list ]