AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.BedrockAgentRuntime.Model
Assembly: AWSSDK.BedrockAgentRuntime.dll
Version: 3.x.y.z
public class ActionGroupInvocationInput
The ActionGroupInvocationInput type exposes the following members
| Name | Description | |
|---|---|---|
|
ActionGroupInvocationInput() |
| Name | Type | Description | |
|---|---|---|---|
|
ActionGroupName | System.String |
Gets and sets the property ActionGroupName. The name of the action group. |
|
ApiPath | System.String |
Gets and sets the property ApiPath. The path to the API to call, based off the action group. |
|
ExecutionType | Amazon.BedrockAgentRuntime.ExecutionType |
Gets and sets the property ExecutionType. How fulfillment of the action is handled. For more information, see Handling fulfillment of the action. |
|
Function | System.String |
Gets and sets the property Function. The function in the action group to call. |
|
InvocationId | System.String |
Gets and sets the property InvocationId.
The unique identifier of the invocation. Only returned if the |
|
Parameters | System.Collections.Generic.List<Amazon.BedrockAgentRuntime.Model.Parameter> |
Gets and sets the property Parameters. The parameters in the Lambda input event. |
|
RequestBody | Amazon.BedrockAgentRuntime.Model.RequestBody |
Gets and sets the property RequestBody. The parameters in the request body for the Lambda input event. |
|
Verb | System.String |
Gets and sets the property Verb. The API method being used, based off the action group. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5