Values.ActionReviewSourceAn output event that Amazon Q Business returns to an user who wants to perform a plugin action during a non-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 = {pluginId : PluginId.t option;The identifier of the plugin associated with the action review.
*)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 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 PluginId.t ])
list ]