Get Session Entity Type Result
data class GetSessionEntityTypeResult(val entities: List<GoogleCloudDialogflowV2EntityTypeEntityResponse>, val entityOverrideMode: String, val name: String)
Constructors
Link copied to clipboard
constructor(entities: List<GoogleCloudDialogflowV2EntityTypeEntityResponse>, entityOverrideMode: String, name: String)
Properties
Link copied to clipboard
The collection of entities associated with this session entity type.
Link copied to clipboard
Indicates whether the additional data should override or supplement the custom entity type definition.
Link copied to clipboard
The unique identifier of this session entity type. Format: projects//agent/sessions//entityTypes/
, or projects//agent/environments//users//sessions//entityTypes/
. If Environment ID
is not specified, we assume default 'draft' environment. If User ID
is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented.