AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentRuntime.Model.ActionGroupInvocationInput

Namespace: Amazon.BedrockAgentRuntime.Model
Assembly: AWSSDK.BedrockAgentRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class ActionGroupInvocationInput

The ActionGroupInvocationInput type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ActionGroupName System.String

Gets and sets the property ActionGroupName.

The name of the action group.

Public Property ApiPath System.String

Gets and sets the property ApiPath.

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

Public Property 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.

Public Property Function System.String

Gets and sets the property Function.

The function in the action group to call.

Public Property InvocationId System.String

Gets and sets the property InvocationId.

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

Public Property Parameters System.Collections.Generic.List<Amazon.BedrockAgentRuntime.Model.Parameter>

Gets and sets the property Parameters.

The parameters in the Lambda input event.

Public Property RequestBody Amazon.BedrockAgentRuntime.Model.RequestBody

Gets and sets the property RequestBody.

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

Public Property Verb System.String

Gets and sets the property Verb.

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

Version Information

.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