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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `EntityTypeBatch` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.7.0 and up to 4.26.0 of the .NET library."],["`EntityTypeBatch` serves as a wrapper for a collection of entity types and is part of the Google Cloud Dialogflow API."],["The `EntityTypeBatch` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["It includes constructors for creating new instances, either empty or by cloning an existing `EntityTypeBatch` object."],["The class has one key property, `EntityTypes`, which is a `RepeatedField` collection of `EntityType` objects."]]],[]]