Class GoogleCloudDialogflowCxV3beta1Version
Inheritance
GoogleCloudDialogflowCxV3beta1Version
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Version : IDirectResponseSchema
Properties
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
NluSettings
Declaration
[JsonProperty("nluSettings")]
public virtual GoogleCloudDialogflowCxV3beta1NluSettings NluSettings { get; set; }
Property Value
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Implements