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 provides documentation for the `BatchUpdateEntityTypesResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The `BatchUpdateEntityTypesResponse` class is the response message for the `EntityTypes.BatchUpdateEntityTypes` method, used in Google Dialogflow V2."],["The documentation outlines the class's inheritance hierarchy, implementing interfaces, and includes inherited members from the `Object` class."],["The class includes a `EntityTypes` property, which is a `RepeatedField` containing a collection of the updated or created entity types, and supports various versions from 3.2.0 up to 4.26.0."],["There are two constructors offered for `BatchUpdateEntityTypesResponse`, one is a default constructor, and the second accepts another `BatchUpdateEntityTypesResponse` object."]]],[]]