public sealed class PlaybookVersion : IMessage<PlaybookVersion>, IEquatable<PlaybookVersion>, IDeepCloneable<PlaybookVersion>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class PlaybookVersion.
Playbook version is a snapshot of the playbook at certain timestamp.
Implements
IMessagePlaybookVersion, IEquatablePlaybookVersion, IDeepCloneablePlaybookVersion, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
PlaybookVersion()
public PlaybookVersion()PlaybookVersion(PlaybookVersion)
public PlaybookVersion(PlaybookVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
PlaybookVersion |
Properties
Description
public string Description { get; set; }Optional. The description of the playbook version.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Examples
public RepeatedField<Example> Examples { get; }Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExample |
|
Name
public string Name { get; set; }The unique identifier of the playbook version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Playbook
public Playbook Playbook { get; set; }Output only. Snapshot of the playbook when the playbook version is created.
| Property Value | |
|---|---|
| Type | Description |
Playbook |
|
PlaybookVersionName
public PlaybookVersionName PlaybookVersionName { get; set; }PlaybookVersionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PlaybookVersionName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Last time the playbook version was created or modified.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|