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."],[[["This webpage details the `BatchUpdateEntityTypesResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used as the response message for batch updating entity types."],["The page offers documentation for numerous versions of the `BatchUpdateEntityTypesResponse` class, ranging from version 3.2.0 to the latest version 4.26.0, providing access to past and current versions of the object."],["`BatchUpdateEntityTypesResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["The class has a constructor and also a constructor that accepts another `BatchUpdateEntityTypesResponse` object as parameter, allowing for the object to be used as a parameter."],["The page contains the `EntityTypes` property, which returns the collection of entity types that were updated or created."]]],[]]