public sealed class BatchCreateMessagesResponse : IMessage<BatchCreateMessagesResponse>, IEquatable<BatchCreateMessagesResponse>, IDeepCloneable<BatchCreateMessagesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchCreateMessagesResponse.
The request message for [Conversations.BatchCreateMessagesResponse][].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eBatchCreateMessagesResponse\u003c/code\u003e class within the Google Cloud Dialogflow v2beta1 API, specifically focusing on version 1.0.0-beta23 (latest).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchCreateMessagesResponse\u003c/code\u003e serves as the request message for \u003ccode\u003eConversations.BatchCreateMessagesResponse\u003c/code\u003e and inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides constructors for creating new instances, either default or by copying an existing \u003ccode\u003eBatchCreateMessagesResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMessages\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<Message>\u003c/code\u003e within \u003ccode\u003eBatchCreateMessagesResponse\u003c/code\u003e is responsible for containing the collection of created messages.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class BatchCreateMessagesResponse (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.BatchCreateMessagesResponse)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.BatchCreateMessagesResponse) \n\n public sealed class BatchCreateMessagesResponse : IMessage\u003cBatchCreateMessagesResponse\u003e, IEquatable\u003cBatchCreateMessagesResponse\u003e, IDeepCloneable\u003cBatchCreateMessagesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchCreateMessagesResponse.\n\nThe request message for \\[Conversations.BatchCreateMessagesResponse\\]\\[\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BatchCreateMessagesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BatchCreateMessagesResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.BatchCreateMessagesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BatchCreateMessagesResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.BatchCreateMessagesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BatchCreateMessagesResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.BatchCreateMessagesResponse), [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### BatchCreateMessagesResponse()\n\n public BatchCreateMessagesResponse()\n\n### BatchCreateMessagesResponse(BatchCreateMessagesResponse)\n\n public BatchCreateMessagesResponse(BatchCreateMessagesResponse other)\n\nProperties\n----------\n\n### Messages\n\n public RepeatedField\u003cMessage\u003e Messages { get; }\n\nMessages created."]]