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, with numerous previous versions available, including the current documentation version of 3.9.0."],["`EntityTypeBatch` is a class that serves as a wrapper for a collection of entity types, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntityTypeBatch` class includes constructors for creating new instances and has a property called `EntityTypes` that holds a collection of entity types."],["The `EntityTypeBatch` class inherits from the base `Object` class and has access to members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `EntityTypeBatch` class can be found in the `Google.Cloud.Dialogflow.V2` namespace, and resides within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]