public sealed class FlowTraceMetadata : IMessage<FlowTraceMetadata>, IEquatable<FlowTraceMetadata>, IDeepCloneable<FlowTraceMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class FlowTraceMetadata.
Metadata of the flow trace.
Implements
IMessageFlowTraceMetadata, IEquatableFlowTraceMetadata, IDeepCloneableFlowTraceMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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; }| Property Value | |
|---|---|
| Type | Description |
FlowName |
|