public sealed class BatchCreateMessagesRequest : IMessage<BatchCreateMessagesRequest>, IEquatable<BatchCreateMessagesRequest>, IDeepCloneable<BatchCreateMessagesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchCreateMessagesRequest.
The request message for [Conversations.BatchCreateMessagesRequest][].
Required. Resource identifier of the conversation to create message.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
public RepeatedField<CreateMessageRequest> Requests { get; }
Required. A maximum of 300 messages can be created in a batch.
[CreateMessageRequest.message.send_time][] is required. All created
messages will have identical
[Message.create_time][google.cloud.dialogflow.v2beta1.Message.create_time].
[[["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\u003e\u003ccode\u003eBatchCreateMessagesRequest\u003c/code\u003e is a class in the Google Cloud Dialogflow v2beta1 API used to send a request for creating messages in a batch, as part of the \u003ccode\u003eConversations.BatchCreateMessagesRequest\u003c/code\u003e process.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to work within the Google.Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchCreateMessagesRequest\u003c/code\u003e class contains properties such as \u003ccode\u003eParent\u003c/code\u003e, a string representing the resource identifier of the conversation, and \u003ccode\u003eRequests\u003c/code\u003e, a collection of \u003ccode\u003eCreateMessageRequest\u003c/code\u003e instances, limited to a maximum of 300.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: one with no parameters and another that takes another \u003ccode\u003eBatchCreateMessagesRequest\u003c/code\u003e instance as a parameter for copying existing data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsConversationName\u003c/code\u003e property is a \u003ccode\u003eConversationName\u003c/code\u003e typed view of the \u003ccode\u003eParent\u003c/code\u003e property, which provides a structured representation of the conversation resource name.\u003c/p\u003e\n"]]],[],null,[]]