Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class EntityTypeBatch.
This message is a wrapper around a collection of entity types.
Generated from protobuf message google.cloud.dialogflow.v2.EntityTypeBatch
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entity_types |
array<Google\Cloud\Dialogflow\V2\EntityType>
A collection of entity types. |
getEntityTypes
A collection of entity types.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntityTypes
A collection of entity types.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\EntityType>
|
Returns | |
---|---|
Type | Description |
$this |