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, used in the Dialogflow API for managing entity types."],["The latest version documented is 4.26.0, and the page also lists documentation for versions ranging from 4.25.0 down to 3.2.0 of this specific component."],["The `BatchUpdateEntityTypesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes a property named `EntityTypes`, which is a `RepeatedField` collection holding the updated or newly created entity types."],["This class is used as a response message for the `EntityTypes.BatchUpdateEntityTypes` operation."]]],[]]