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."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eCreateMessageRequest\u003c/code\u003e class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta22.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateMessageRequest\u003c/code\u003e is a sealed class used to request the creation of a message, primarily within the context of \u003ccode\u003eBatchCreateMessagesRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe 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, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eMessage\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsConversationName\u003c/code\u003e, which are essential for defining the message to be created and its location within a Dialogflow conversation.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor \u003ccode\u003eCreateMessageRequest()\u003c/code\u003e and one that takes another \u003ccode\u003eCreateMessageRequest\u003c/code\u003e object as a parameter, \u003ccode\u003eCreateMessageRequest(CreateMessageRequest other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]