public sealed class EntityTypeBatch : IMessage<EntityTypeBatch>, IEquatable<EntityTypeBatch>, IDeepCloneable<EntityTypeBatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class EntityTypeBatch.
This message is a wrapper around a collection of entity types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google Cloud Dialogflow v2 API is 4.26.0, and this page specifically documents version 4.22.0, with links provided for all versions from 4.26.0 down to 3.2.0."],["The `EntityTypeBatch` class, documented here, acts as a wrapper for collections of entity types in the Google Cloud Dialogflow v2 API."],["`EntityTypeBatch` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class has two constructors: a default constructor (`EntityTypeBatch()`) and one that accepts another `EntityTypeBatch` object as a parameter for creating a new `EntityTypeBatch` instance (`EntityTypeBatch(EntityTypeBatch other)`)."],["The `EntityTypes` property, of type `RepeatedField\u003cEntityType\u003e`, is used to access and manage a collection of `EntityType` objects."]]],[]]