GetSessionEntityTypeResult

data class GetSessionEntityTypeResult(val entities: List<GoogleCloudDialogflowCxV3EntityTypeEntityResponse>, val entityOverrideMode: String, val name: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The collection of entities to override or supplement the custom 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 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.