Class GoogleCloudDialogflowCxV3beta1PlaybookVersion
Playbook version is a snapshot of the playbook at certain timestamp.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PlaybookVersion : 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<GoogleCloudDialogflowCxV3beta1Example> Examples { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1Example> |
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 GoogleCloudDialogflowCxV3beta1Playbook Playbook { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1Playbook |
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 |