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.

Represents an event that occurred during an flow execution. This is a union type that can contain one of several event types, such as node input and output events; flow input and output events; condition node result events, or failure events.

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentRuntime.Model.FlowExecutionEvent

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

Syntax

C#
public class FlowExecutionEvent

The FlowExecutionEvent type exposes the following members

Constructors

NameDescription
Public Method FlowExecutionEvent()

Properties

NameTypeDescription
Public Property ConditionResultEvent Amazon.BedrockAgentRuntime.Model.ConditionResultEvent

Gets and sets the property ConditionResultEvent.

Contains information about a condition evaluation result during the flow execution. This event is generated when a condition node in the flow evaluates its conditions.

Public Property FlowFailureEvent Amazon.BedrockAgentRuntime.Model.FlowFailureEvent

Gets and sets the property FlowFailureEvent.

Contains information about a failure that occurred at the flow level during execution.

Public Property FlowInputEvent Amazon.BedrockAgentRuntime.Model.FlowExecutionInputEvent

Gets and sets the property FlowInputEvent.

Contains information about the inputs provided to the flow at the start of execution.

Public Property FlowOutputEvent Amazon.BedrockAgentRuntime.Model.FlowExecutionOutputEvent

Gets and sets the property FlowOutputEvent.

Contains information about the outputs produced by the flow at the end of execution.

Public Property NodeFailureEvent Amazon.BedrockAgentRuntime.Model.NodeFailureEvent

Gets and sets the property NodeFailureEvent.

Contains information about a failure that occurred at a specific node during execution.

Public Property NodeInputEvent Amazon.BedrockAgentRuntime.Model.NodeInputEvent

Gets and sets the property NodeInputEvent.

Contains information about the inputs provided to a specific node during execution.

Public Property NodeOutputEvent Amazon.BedrockAgentRuntime.Model.NodeOutputEvent

Gets and sets the property NodeOutputEvent.

Contains information about the outputs produced by a specific node during execution.

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