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 the .NET environment, with the most recent version at 4.26.0, and the version seen here being 4.10.0."],["The `BatchUpdateIntentsResponse` class is the response message used for `Intents.BatchUpdateIntents` operations, which deals with handling collections of intents that have been updated or created."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["The `Intents` property of type `RepeatedField\u003cIntent\u003e` allows access to the updated or created collection of intents within the response."],["This API provides 36 versions of the `BatchUpdateIntentsResponse`, all the way from 3.2.0 to the latest, 4.26.0, all linked through the main page."]]],[]]