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 the `Google.Cloud.Dialogflow.V2.EntityTypeBatch` is 4.26.0."],["The `EntityTypeBatch` class, found within the `Google.Cloud.Dialogflow.V2` namespace, acts as a container for a collection of entity types."],["The `EntityTypeBatch` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that allows creating a copy from an existing `EntityTypeBatch` object."],["It contains a single property, `EntityTypes`, which is a `RepeatedField` collection for managing a list of `EntityType` objects."]]],[]]