Show / Hide Table of Contents

Class GoogleCloudDialogflowV2Agent

Inheritance
object
GoogleCloudDialogflowV2Agent
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.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Agent : IDirectResponseSchema

Properties

ApiVersion

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

AvatarUri

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

ClassificationThreshold

Declaration
[JsonProperty("classificationThreshold")]
public virtual float? ClassificationThreshold { get; set; }
Property Value
Type Description
float?

DefaultLanguageCode

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

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

EnableLogging

Declaration
[JsonProperty("enableLogging")]
public virtual bool? EnableLogging { get; set; }
Property Value
Type Description
bool?

MatchMode

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

Parent

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

SupportedLanguageCodes

Declaration
[JsonProperty("supportedLanguageCodes")]
public virtual IList<string> SupportedLanguageCodes { get; set; }
Property Value
Type Description
IList<string>

Tier

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

TimeZone

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX