ActionReview

An output event that Amazon Q 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.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The identifier of the plugin associated with the action review.

Link copied to clipboard

The type of plugin.

Functions

Link copied to clipboard
inline fun copy(block: ActionReview.Builder.() -> Unit = {}): ActionReview
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