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 latest version of the `BatchUpdateEntityTypesResponse` is 4.26.0, and the page includes documentation for multiple previous versions, going back to version 3.2.0."],["This class, `BatchUpdateEntityTypesResponse`, is a response message used in the `EntityTypes.BatchUpdateEntityTypes` function within the Google Cloud Dialogflow V2 library."],["The `BatchUpdateEntityTypesResponse` class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has a property called `EntityTypes` which is of type `RepeatedField\u003cEntityType\u003e`, that stores the collection of updated or created entity types."],["The class includes two constructors: a default constructor and one that takes another `BatchUpdateEntityTypesResponse` object as a parameter for cloning."]]],[]]