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."],[[["This page provides documentation for the `BatchUpdateIntentsResponse` class within the Google.Cloud.Dialogflow.V2 namespace, specifically version 3.6.0."],["The `BatchUpdateIntentsResponse` class is used as the response message for the `Intents.BatchUpdateIntents` operation in the Dialogflow API."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities in data handling and manipulation."],["The `Intents` property of the class, of type `RepeatedField\u003cIntent\u003e`, contains a collection of updated or created intents resulting from the batch update operation."],["The page also contains a comprehensive list of versions of the class, ranging from 3.2.0 to 4.26.0."]]],[]]