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 agent and session, alongside the agent's reasoning process and results from calling API actions and querying knowledge bases and metadata about the trace. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace enablement.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentRuntime.Model.TracePart

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

Syntax

C#
public class TracePart
         IEventStreamEvent

The TracePart type exposes the following members

Constructors

NameDescription
Public Method TracePart()

Properties

NameTypeDescription
Public Property AgentAliasId System.String

Gets and sets the property AgentAliasId.

The unique identifier of the alias of the agent.

Public Property AgentId System.String

Gets and sets the property AgentId.

The unique identifier of the agent.

Public Property AgentVersion System.String

Gets and sets the property AgentVersion.

The version of the agent.

Public Property CallerChain System.Collections.Generic.List<Amazon.BedrockAgentRuntime.Model.Caller>

Gets and sets the property CallerChain.

The part's caller chain.

Public Property CollaboratorName System.String

Gets and sets the property CollaboratorName.

The part's collaborator name.

Public Property EventTime System.DateTime

Gets and sets the property EventTime.

The time of the trace.

Public Property SessionId System.String

Gets and sets the property SessionId.

The unique identifier of the session with the agent.

Public Property Trace Amazon.BedrockAgentRuntime.Model.Trace

Gets and sets the property Trace.

Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace enablement.

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