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 part of the Google Cloud Dialogflow .NET library."],["The `BatchUpdateEntityTypesResponse` class is used as the response message for the `EntityTypes.BatchUpdateEntityTypes` method, indicating it handles the results of batch entity type updates."],["The page provides a list of the `BatchUpdateEntityTypesResponse` class's documentation for several versions of the library, ranging from 3.2.0 up to the latest version 4.26.0, with version 3.9.0 being the context version."],["`BatchUpdateEntityTypesResponse` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is a child class of `Object`."],["The `EntityTypes` property, which is a `RepeatedField` of `EntityType`, is included, and it provides the collection of entity types that were either updated or newly created."]]],[]]