ActionGroupInvocationInput

Contains information about the action group being invoked. For more information about the possible structures, see the InvocationInput tab in OrchestrationTrace in the Amazon Bedrock User Guide.

Types

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

Properties

Link copied to clipboard

The name of the action group.

Link copied to clipboard

The path to the API to call, based off the action group.

Link copied to clipboard

How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.

Link copied to clipboard

The function in the action group to call.

Link copied to clipboard

The unique identifier of the invocation. Only returned if the executionType is RETURN_CONTROL.

Link copied to clipboard

The parameters in the Lambda input event.

Link copied to clipboard

The parameters in the request body for the Lambda input event.

Link copied to clipboard
val verb: String?

The API method being used, based off the action group.

Functions

Link copied to clipboard
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