ActionReviewEvent

An 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the conversation with which the action review event is associated.

Link copied to clipboard

Field values that an end user needs to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.

Link copied to clipboard

A string used to retain information about the hierarchical contexts within an action review event payload.

Link copied to clipboard

The identifier of the plugin associated with the action review event.

Link copied to clipboard

The type of plugin.

Link copied to clipboard

The identifier of an Amazon Q Business AI generated associated with the action review event.

Link copied to clipboard

The identifier of the conversation with which the plugin action is associated.

Functions

Link copied to clipboard
inline fun copy(block: ActionReviewEvent.Builder.() -> Unit = {}): ActionReviewEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String