Class GoogleCloudDialogflowCxV3PlaybookVersion
Inheritance
GoogleCloudDialogflowCxV3PlaybookVersion
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3PlaybookVersion : 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<GoogleCloudDialogflowCxV3Example> Examples { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Playbook
Declaration
[JsonProperty("playbook")]
public virtual GoogleCloudDialogflowCxV3Playbook 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