public sealed class BatchUpdateEntityTypesResponse : IMessage<BatchUpdateEntityTypesResponse>, IEquatable<BatchUpdateEntityTypesResponse>, IDeepCloneable<BatchUpdateEntityTypesResponse>, IBufferMessage, IMessage
The response message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].
[[["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."],[[["The content details the `BatchUpdateEntityTypesResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, across multiple versions, ranging from 3.2.0 to 4.26.0, with 4.26.0 being the latest version."],["This class, `BatchUpdateEntityTypesResponse`, is a response message used in `EntityTypes.BatchUpdateEntityTypes` and is an implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchUpdateEntityTypesResponse` class has two constructors: one default and another that takes a `BatchUpdateEntityTypesResponse` object as a parameter for cloning purposes."],["The class includes an `EntityTypes` property, which returns a collection of updated or created entity types as a `RepeatedField\u003cEntityType\u003e`."],["This class is derived from the `Object` class, inheriting members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]