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."],[[["This document provides reference documentation for the `BatchUpdateEntityTypesResponse` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta22."],["The `BatchUpdateEntityTypesResponse` class is a response message used by `EntityTypes.BatchUpdateEntityTypes`, which is part of the Google Cloud Dialogflow v2beta1 API."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchUpdateEntityTypesResponse` class has a property named `EntityTypes`, which is a collection of the updated or newly created entity types, held within a `RepeatedField` object."],["There are two constructors available for the `BatchUpdateEntityTypesResponse` class: a default constructor and a copy constructor."]]],[]]