public sealed class BatchUpdateIntentsResponse : IMessage<BatchUpdateIntentsResponse>, IEquatable<BatchUpdateIntentsResponse>, IDeepCloneable<BatchUpdateIntentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchUpdateIntentsResponse.
The response message for
[Intents.BatchUpdateIntents][google.cloud.dialogflow.v2beta1.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-01 UTC."],[[["The `BatchUpdateIntentsResponse` class is a response message for the `Intents.BatchUpdateIntents` method in the Google Cloud Dialogflow v2beta1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["The class inherits from `object` and includes constructors for creating new instances, either default or by cloning an existing `BatchUpdateIntentsResponse`."],["It contains the `Intents` property of type `RepeatedField\u003cIntent\u003e`, representing the collection of updated or newly created intents."]]],[]]