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 provides reference information for the `BatchCreateMessagesResponse` class within the Google Cloud Dialogflow v2beta1 API."],["`BatchCreateMessagesResponse` is a sealed class that serves as the response message for `Conversations.BatchCreateMessagesResponse`, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that accepts another `BatchCreateMessagesResponse` object."],["The `BatchCreateMessagesResponse` class has a `Messages` property of type `RepeatedField\u003cMessage\u003e`, which contains the messages that have been created."],["The `BatchCreateMessagesResponse` class is in the namespace `Google.Cloud.Dialogflow.V2Beta1` and the latest version is `1.0.0-beta23` but this documentation refers to version `1.0.0-beta16`."]]],[]]