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 documentation for the `BatchUpdateEntityTypesResponse` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `BatchUpdateEntityTypesResponse` class serves as the response message for the `EntityTypes.BatchUpdateEntityTypes` operation, and you can see the full documentation of this class on this page."],["The content lists available versions of the API, ranging from the latest version 4.26.0 down to version 3.2.0, and for each of these version, the `BatchUpdateEntityTypesResponse` is available."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing for advanced functionality within the Google Protobuf framework."],["The main property of this class is `EntityTypes`, which is a collection of updated or created entity types, represented by the `RepeatedField\u003cEntityType\u003e` type."]]],[]]