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 page provides documentation for the `BatchUpdateEntityTypesResponse` class within the Google.Cloud.Dialogflow.V2 namespace, specifically version 3.3.0."],["The `BatchUpdateEntityTypesResponse` class is used as the response message for the `EntityTypes.BatchUpdateEntityTypes` operation in the Dialogflow API."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in message handling and data manipulation."],["The class offers two constructors, a default one and another that accepts an existing `BatchUpdateEntityTypesResponse` object as an argument, and has the `EntityTypes` property, which is a collection of updated or created entity types."],["The page also provides a list of prior versions, with the latest version being `4.26.0`, and going back to `3.2.0` of the `BatchUpdateEntityTypesResponse` class."]]],[]]