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 documentation for the `BatchUpdateIntentsResponse` class within the Google Cloud Dialogflow v2 API, specifically for version 4.19.0 and other versions, ranging from 3.2.0 to 4.26.0."],["The `BatchUpdateIntentsResponse` class serves as the response message for the `Intents.BatchUpdateIntents` method, indicating the result of batch intent updates."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables serialization, comparison, deep cloning, and buffering capabilities."],["The `BatchUpdateIntentsResponse` class has a constructor for creating new instances, and includes an `Intents` property, which contains a collection of the updated or created intents."],["The reference documentation and code samples are available for users who wish to understand and implement this `BatchUpdateIntentsResponse` class in their .NET projects."]]],[]]