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-03-21 UTC."],[[["This webpage provides reference documentation for the `BatchUpdateIntentsResponse` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `BatchUpdateIntentsResponse` class represents the response message for the `Intents.BatchUpdateIntents` method used to update multiple intents at once."],["The latest version of the API documentation available on this webpage is 4.26.0, while other versions dating all the way back to 3.2.0 are accessible."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class `BatchUpdateIntentsResponse` has a property called `Intents` of type `RepeatedField\u003cIntent\u003e` which contains the collection of updated or created intents."]]],[]]