Get Session Entity Type Result
data class GetSessionEntityTypeResult(val entities: List<GoogleCloudDialogflowV2beta1EntityTypeEntityResponse>, val entityOverrideMode: String, val name: String)
Constructors
Link copied to clipboard
fun GetSessionEntityTypeResult(entities: List<GoogleCloudDialogflowV2beta1EntityTypeEntityResponse>, entityOverrideMode: String, name: String)
Types
Properties
Link copied to clipboard
The unique identifier of this session entity type. Supported formats: - projects//agent/sessions//entityTypes/
- projects//locations//agent/sessions//entityTypes/
- projects//agent/environments//users//sessions//entityTypes/
- projects//locations//agent/environments/ /users//sessions//entityTypes/
If Location ID
is not specified we assume default 'us' location. 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.