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-09-04 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eBatchUpdateIntentsResponse\u003c/code\u003e class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchUpdateIntentsResponse\u003c/code\u003e is a response message used in the \u003ccode\u003eIntents.BatchUpdateIntents\u003c/code\u003e operation and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the \u003ccode\u003eobject\u003c/code\u003e base class and includes members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e, and it resides within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eIt is contained in the Google.Cloud.Dialogflow.V2Beta1.dll assembly and provides two constructors: one default and one that accepts another \u003ccode\u003eBatchUpdateIntentsResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a property called Intents which is of the type \u003ccode\u003eRepeatedField<Intent>\u003c/code\u003e and it represents a collection of created or updated intents.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class BatchUpdateIntentsResponse (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.BatchUpdateIntentsResponse)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.BatchUpdateIntentsResponse) \n\n public sealed class BatchUpdateIntentsResponse : IMessage\u003cBatchUpdateIntentsResponse\u003e, IEquatable\u003cBatchUpdateIntentsResponse\u003e, IDeepCloneable\u003cBatchUpdateIntentsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchUpdateIntentsResponse.\n\nThe response message for\n\\[Intents.BatchUpdateIntents\\]\\[google.cloud.dialogflow.v2beta1.Intents.BatchUpdateIntents\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BatchUpdateIntentsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BatchUpdateIntentsResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.BatchUpdateIntentsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BatchUpdateIntentsResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.BatchUpdateIntentsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BatchUpdateIntentsResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.BatchUpdateIntentsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### BatchUpdateIntentsResponse()\n\n public BatchUpdateIntentsResponse()\n\n### BatchUpdateIntentsResponse(BatchUpdateIntentsResponse)\n\n public BatchUpdateIntentsResponse(BatchUpdateIntentsResponse other)\n\nProperties\n----------\n\n### Intents\n\n public RepeatedField\u003cIntent\u003e Intents { get; }\n\nThe collection of updated or created intents."]]