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 page provides documentation for the `BatchUpdateEntityTypesResponse` class within the Google Cloud Dialogflow v2 API, covering versions from 3.2.0 up to the latest version, 4.26.0."],["The `BatchUpdateEntityTypesResponse` class is used to represent the response received after a batch update operation on entity types and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchUpdateEntityTypesResponse` class includes a property called `EntityTypes`, which is a collection of updated or created `EntityType` objects."],["The documentation covers the class's inheritance from the base `Object` class, as well as its implementation of the interface, and provides details on the constructor and its parameters."],["The namespace of the class is `Google.Cloud.Dialogflow.V2` and the assembly it is contained in is `Google.Cloud.Dialogflow.V2.dll`."]]],[]]