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"]],[["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-03-21 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."]]],[]]