Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Environment

Inheritance
object
GoogleCloudDialogflowCxV3beta1Environment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Environment : IDirectResponseSchema

Properties

Description

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TestCasesConfig

Declaration
[JsonProperty("testCasesConfig")]
public virtual GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig TestCasesConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig

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

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

VersionConfigs

Declaration
[JsonProperty("versionConfigs")]
public virtual IList<GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig> VersionConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig>

WebhookConfig

Declaration
[JsonProperty("webhookConfig")]
public virtual GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig WebhookConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX