public sealed class PlaybookTraceMetadata : IMessage<PlaybookTraceMetadata>, IEquatable<PlaybookTraceMetadata>, IDeepCloneable<PlaybookTraceMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class PlaybookTraceMetadata.
Metadata of the playbook trace.
Implements
IMessagePlaybookTraceMetadata, IEquatablePlaybookTraceMetadata, IDeepCloneablePlaybookTraceMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
PlaybookTraceMetadata()
public PlaybookTraceMetadata()PlaybookTraceMetadata(PlaybookTraceMetadata)
public PlaybookTraceMetadata(PlaybookTraceMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
PlaybookTraceMetadata |
Properties
DisplayName
public string DisplayName { get; set; }Output only. The display name of the playbook.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Playbook
public string Playbook { get; set; }Required. The unique identifier of the playbook.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PlaybookAsPlaybookName
public PlaybookName PlaybookAsPlaybookName { get; set; }PlaybookName-typed view over the Playbook resource name property.
| Property Value | |
|---|---|
| Type | Description |
PlaybookName |
|