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-04-01 UTC."],[[["The `BatchCreateMessagesResponse` class is part of the Google Cloud Dialogflow v2beta1 API and is used for handling responses to batch message creation requests."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchCreateMessagesResponse` class includes a `Messages` property, which is a `RepeatedField` of `Message` objects representing the messages that were created."],["The latest version available for `BatchCreateMessagesResponse` is 1.0.0-beta23, with the documentation also including information for version 1.0.0-beta22."]]],[]]