public sealed class PlaybookTransition : IMessage<PlaybookTransition>, IEquatable<PlaybookTransition>, IDeepCloneable<PlaybookTransition>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class PlaybookTransition.
Stores metadata of the transition to another target playbook. Playbook transition actions exit the caller playbook and enter the target playbook.
Implements
IMessagePlaybookTransition, IEquatablePlaybookTransition, IDeepCloneablePlaybookTransition, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
PlaybookTransition()
public PlaybookTransition()PlaybookTransition(PlaybookTransition)
public PlaybookTransition(PlaybookTransition other)| Parameter | |
|---|---|
| Name | Description |
other |
PlaybookTransition |
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 |
|