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