public sealed class EntityTypeBatch : IMessage<EntityTypeBatch>, IEquatable<EntityTypeBatch>, IDeepCloneable<EntityTypeBatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class EntityTypeBatch.
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 page provides reference documentation for the `EntityTypeBatch` class within the Google Cloud Dialogflow v2 API, specifically for the .NET library."],["The latest version of the Google Cloud Dialogflow v2 .NET library documented here is 4.26.0, while it includes a comprehensive list of previous versions going as far back as 3.2.0."],["`EntityTypeBatch` is a class that serves as a wrapper for a collection of entity types, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntityTypeBatch` class has two constructors: a parameterless constructor, and a constructor accepting an existing `EntityTypeBatch` object as a parameter."],["The main property associated with the class is `EntityTypes`, which is a `RepeatedField` containing a collection of `EntityType` objects."]]],[]]