public sealed class CreateMessageRequest : IMessage<CreateMessageRequest>, IEquatable<CreateMessageRequest>, IDeepCloneable<CreateMessageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateMessageRequest.
The request message to create one Message. Currently it is only used in
BatchCreateMessagesRequest.
Required. Resource identifier of the conversation to create message.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
[[["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."],[[["This document provides reference information for the `CreateMessageRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23."],["`CreateMessageRequest` is used to create a single message, primarily in the context of `BatchCreateMessagesRequest`."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateMessageRequest` include `Message` (the content of the message to be created) and `Parent` (the conversation's resource identifier)."],["There are two constructors for creating an instance of the `CreateMessageRequest`, one that takes no parameters and another that takes another instance of the class as a parameter."]]],[]]