Class GoogleCloudDialogflowV2Environment
Inheritance
GoogleCloudDialogflowV2Environment
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Environment : IDirectResponseSchema
Properties
AgentVersion
Declaration
[JsonProperty("agentVersion")]
public virtual string AgentVersion { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Fulfillment
Declaration
[JsonProperty("fulfillment")]
public virtual GoogleCloudDialogflowV2Fulfillment Fulfillment { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
TextToSpeechSettings
Declaration
[JsonProperty("textToSpeechSettings")]
public virtual GoogleCloudDialogflowV2TextToSpeechSettings TextToSpeechSettings { 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