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."],[[["This webpage details the `EntityTypeBatch` class within the `Google.Cloud.Dialogflow.V2` namespace, used for managing a collection of entity types."],["The latest version of `EntityTypeBatch` is 4.26.0, with historical versions available from 3.2.0 to 4.25.0."],["`EntityTypeBatch` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `EntityTypeBatch` object as a parameter."],["The `EntityTypes` property of this class provides a collection of entity types, as a `RepeatedField\u003cEntityType\u003e` object."]]],[]]