Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3EntityType

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

Properties

AutoExpansionMode

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

EnableFuzzyExtraction

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

Entities

Declaration
[JsonProperty("entities")]
public virtual IList<GoogleCloudDialogflowCxV3EntityTypeEntity> Entities { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3EntityTypeEntity>

ExcludedPhrases

Declaration
[JsonProperty("excludedPhrases")]
public virtual IList<GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase> ExcludedPhrases { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase>

Kind

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

Name

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

Redact

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX