public sealed class EntityTypeBatch : IMessage<EntityTypeBatch>, IEquatable<EntityTypeBatch>, IDeepCloneable<EntityTypeBatch>, IBufferMessage, IMessage
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-04-09 UTC."],[[["The latest version of `EntityTypeBatch` is 4.26.0, while the version covered on this page is 3.10.0."],["`EntityTypeBatch` is a wrapper class used to manage a collection of entity types within the Google.Cloud.Dialogflow.V2 namespace."],["The `EntityTypeBatch` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage and manipulate collections of entity types."],["The class `EntityTypeBatch` contains the property `EntityTypes`, which is a collection of entity types represented by a `RepeatedField\u003cEntityType\u003e`."],["The class offers 2 constructors: the default `EntityTypeBatch()` and a copy constructor that takes an `EntityTypeBatch` as parameter."]]],[]]