public sealed class BatchUpdateIntentsResponse : IMessage<BatchUpdateIntentsResponse>, IEquatable<BatchUpdateIntentsResponse>, IDeepCloneable<BatchUpdateIntentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchUpdateIntentsResponse.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `BatchUpdateIntentsResponse` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["The `BatchUpdateIntentsResponse` class is used as the response message for the `Intents.BatchUpdateIntents` method."],["The documentation details the class's inheritance from `object` and its implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchUpdateIntentsResponse` class has a constructor and a property named `Intents`, which is a `RepeatedField` containing the updated or created intents, as its only members."],["The page offers a list of available versions for this class ranging from 3.2.0 to 4.26.0 (latest)."]]],[]]