Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3PlaybookVersion

Playbook version is a snapshot of the playbook at certain timestamp.

Inheritance
object
GoogleCloudDialogflowCxV3PlaybookVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3PlaybookVersion : IDirectResponseSchema

Properties

Description

Optional. The description of the playbook version.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Examples

Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.

Declaration
[JsonProperty("examples")]
public virtual IList<GoogleCloudDialogflowCxV3Example> Examples { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3Example>

Name

The unique identifier of the playbook version. Format: projects//locations//agents//playbooks//versions/.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Playbook

Output only. Snapshot of the playbook when the playbook version is created.

Declaration
[JsonProperty("playbook")]
public virtual GoogleCloudDialogflowCxV3Playbook Playbook { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Playbook

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Last time the playbook version was created or modified.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX