public sealed class BatchUpdateEntityTypesResponse : IMessage<BatchUpdateEntityTypesResponse>, IEquatable<BatchUpdateEntityTypesResponse>, IDeepCloneable<BatchUpdateEntityTypesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchUpdateEntityTypesResponse.
The response message for
[EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2beta1.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."],[[["The `BatchUpdateEntityTypesResponse` class is the response message for the `EntityTypes.BatchUpdateEntityTypes` method in the Google Cloud Dialogflow v2beta1 API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `BatchUpdateEntityTypesResponse` object as a parameter."],["It provides a property, `EntityTypes`, which is a collection of updated or created entity types represented as a `RepeatedField\u003cEntityType\u003e`."],["The current latest version for this class is `1.0.0-beta23`, found in the `Google.Cloud.Dialogflow.V2Beta1` namespace within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]