Class GoogleCloudDialogflowV2beta1Agent
Inheritance
GoogleCloudDialogflowV2beta1Agent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Agent : IDirectResponseSchema
Properties
ApiVersion
Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
AvatarUri
Declaration
[JsonProperty("avatarUri")]
public virtual string AvatarUri { get; set; }
Property Value
ClassificationThreshold
Declaration
[JsonProperty("classificationThreshold")]
public virtual float? ClassificationThreshold { get; set; }
Property Value
DefaultLanguageCode
Declaration
[JsonProperty("defaultLanguageCode")]
public virtual string DefaultLanguageCode { 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
EnableLogging
Declaration
[JsonProperty("enableLogging")]
public virtual bool? EnableLogging { get; set; }
Property Value
MatchMode
Declaration
[JsonProperty("matchMode")]
public virtual string MatchMode { get; set; }
Property Value
Parent
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
SupportedLanguageCodes
Declaration
[JsonProperty("supportedLanguageCodes")]
public virtual IList<string> SupportedLanguageCodes { get; set; }
Property Value
Tier
Declaration
[JsonProperty("tier")]
public virtual string Tier { get; set; }
Property Value
TimeZone
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Implements