public sealed class BatchUpdateEntityTypesResponse : IMessage<BatchUpdateEntityTypesResponse>, IEquatable<BatchUpdateEntityTypesResponse>, IDeepCloneable<BatchUpdateEntityTypesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchUpdateEntityTypesResponse.
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 provides reference documentation for the `BatchUpdateEntityTypesResponse` class within the Google Cloud Dialogflow V2 API for .NET, specifically for version 4.2.0 and earlier versions."],["The `BatchUpdateEntityTypesResponse` class is the response message used when updating multiple entity types via the `EntityTypes.BatchUpdateEntityTypes` method."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of this class is `EntityTypes`, which holds a collection of updated or created entity types in a `RepeatedField` type."],["This page provides a comprehensive list of available versions, ranging from the latest version 4.26.0, down to version 3.2.0."]]],[]]