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 provides documentation for the `EntityTypeBatch` class within the `Google.Cloud.Dialogflow.V2` namespace, covering versions from 3.2.0 to 4.26.0, with 4.26.0 being the latest."],["The `EntityTypeBatch` class is a wrapper around a collection of entity types, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntityTypeBatch` class has two constructors: a default constructor `EntityTypeBatch()`, and a copy constructor `EntityTypeBatch(EntityTypeBatch other)`."],["The `EntityTypeBatch` class includes one main property `EntityTypes`, which is a `RepeatedField` containing a collection of `EntityType` objects."]]],[]]