Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1SessionEntityType

Session entity types are referred to as User entity types and are entities that are built for an individual user such as favorites, preferences, playlists, and so on. You can redefine a session entity type at the session level to extend or replace a custom entity type at the user session level (we refer to the entity types defined at the agent level as "custom entity types"). Note: session entity types apply to all queries, regardless of the language. For more information about entity types, see the Dialogflow documentation.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entities

Required. The collection of entities to override or supplement the custom entity type.

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

EntityOverrideMode

Required. Indicates whether the additional data should override or supplement the custom entity type definition.

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

Name

Required. The unique identifier of the session entity type. Format: projects//locations//agents//sessions//entityTypes/ or projects//locations//agents//environments//sessions//entityTypes/. If Environment ID is not specified, we assume default 'draft' environment.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX