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, which is part of the Google.Cloud.Dialogflow.V2 namespace."],["`EntityTypeBatch` is a wrapper class around a collection of entity types, implementing several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class `EntityTypeBatch` includes a property called `EntityTypes`, which is a collection of entity types, and it is of the type `RepeatedField\u003cEntityType\u003e`."],["The documentation covers multiple versions of the `EntityTypeBatch` class, ranging from version 3.2.0 up to the most recent 4.26.0."],["`EntityTypeBatch` has two constructors, one that is empty and another one that takes another `EntityTypeBatch` as a parameter."]]],[]]