Required. Resource identifier of the conversation to create message. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.messages.list
Request body
The request body contains data with the following structure:
Required. A maximum of 300 messages can be created in a batch. [CreateMessageRequest.message.send_time][] is required. All created messages will have identical Message.create_time.
[[["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-01-15 UTC."],[[["This endpoint allows for batch ingestion of historical messages into a conversation."],["The HTTP request uses a `POST` method to a specified endpoint with a structured URL path for message creation, following gRPC Transcoding syntax."],["The request requires a `parent` path parameter that indicates the conversation where messages will be added and needs specific IAM permissions, `dialogflow.messages.list`."],["The request body must contain an array of `requests`, limited to a maximum of 300, each following the `CreateMessageRequest` format, including the `send_time` field."],["Authorization for this request needs either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]