public sealed class BatchUpdateIntentsResponse : IMessage<BatchUpdateIntentsResponse>, IEquatable<BatchUpdateIntentsResponse>, IDeepCloneable<BatchUpdateIntentsResponse>, IBufferMessage, IMessage
The response message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents].
[[["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."],[[["The content pertains to the `BatchUpdateIntentsResponse` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, detailing its structure and functionality."],["The latest version of this documentation is 4.26.0, while the specific context version is 3.7.0."],["This class is a response message used in `Intents.BatchUpdateIntents` operations and is used to obtain information on the updated or created intents."],["The `BatchUpdateIntentsResponse` class includes properties such as `Intents`, which is a collection of updated or created intent objects."],["The `BatchUpdateIntentsResponse` class inherits from the base `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]