Class GoogleCloudDialogflowCxV3beta1PlaybookVersion
Inheritance
GoogleCloudDialogflowCxV3beta1PlaybookVersion
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PlaybookVersion : IDirectResponseSchema
Properties
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Examples
Declaration
[JsonProperty("examples")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Example> Examples { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Playbook
Declaration
[JsonProperty("playbook")]
public virtual GoogleCloudDialogflowCxV3beta1Playbook Playbook { get; set; }
Property Value
UpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
UpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
UpdateTimeRaw
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Implements