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"]],[["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 documentation is for the `BatchCreateMessagesResponse` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta17."],["`BatchCreateMessagesResponse` is a sealed class that serves as the request message for `Conversations.BatchCreateMessagesResponse` in the Dialogflow API."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling, equality comparison, deep cloning, and buffering."],["It provides two constructors: a default one and another that accepts a `BatchCreateMessagesResponse` instance for creating a new instance from an existing one."],["The `Messages` property is a `RepeatedField` that stores the created messages, and it's of type `Message`."]]],[]]