Dialogflow v3 API - Class FlowTraceMetadata (3.1.0)

public sealed class FlowTraceMetadata : IMessage<FlowTraceMetadata>, IEquatable<FlowTraceMetadata>, IDeepCloneable<FlowTraceMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class FlowTraceMetadata.

Metadata of the flow trace.

Inheritance

object > FlowTraceMetadata

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FlowTraceMetadata()

public FlowTraceMetadata()

FlowTraceMetadata(FlowTraceMetadata)

public FlowTraceMetadata(FlowTraceMetadata other)
Parameter
Name Description
other FlowTraceMetadata

Properties

DisplayName

public string DisplayName { get; set; }

Output only. The display name of the flow.

Property Value
Type Description
string

Flow

public string Flow { get; set; }

Required. The unique identifier of the flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

Property Value
Type Description
string

FlowAsFlowName

public FlowName FlowAsFlowName { get; set; }

FlowName-typed view over the Flow resource name property.

Property Value
Type Description
FlowName