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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage provides documentation for the `BatchUpdateIntentsResponse` class within the Google.Cloud.Dialogflow.V2 namespace, detailing its structure and usage."],["This class is part of the Dialogflow V2 API and represents the response message for batch updating intents, which includes updated or created intents."],["The page lists various versions of the Dialogflow V2 API, from 3.2.0 to 4.26.0 (latest), each linking to the respective documentation for `BatchUpdateIntentsResponse`."],["`BatchUpdateIntentsResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called `Intents`, which contains a collection of updated or created intents, represented as a `RepeatedField\u003cIntent\u003e`."]]],[]]