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 latest version available is 4.26.0, as indicated by the \"(latest)\" tag in the provided list."],["This page documents the `BatchUpdateIntentsResponse` class, which serves as the response message for `Intents.BatchUpdateIntents` operations."],["The `BatchUpdateIntentsResponse` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is implemented in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The `BatchUpdateIntentsResponse` class offers two constructors: a default constructor and a copy constructor that takes another `BatchUpdateIntentsResponse` object."],["The class includes an `Intents` property of type `RepeatedField\u003cIntent\u003e` which represents a collection of intents that have been updated or created."]]],[]]