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, specifically for .NET."],["The page lists various versions of the API, ranging from the latest version 4.26.0 down to version 3.2.0, each linking to its corresponding documentation for the `BatchUpdateEntityTypesResponse` class."],["The `BatchUpdateEntityTypesResponse` class is defined as a response message for batch updating entity types in Dialogflow, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property called `EntityTypes` which returns the updated or created entity types as a collection of `RepeatedField\u003cEntityType\u003e` objects."],["There are two constructors for the `BatchUpdateEntityTypesResponse` class, one default and another which takes an instance of `BatchUpdateEntityTypesResponse` as an argument, allowing for creating copies."]]],[]]