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, useful for populating conversation history."],["The HTTP request is a POST request to a specific endpoint URL, following a defined gRPC Transcoding syntax for message creation."],["The `parent` path parameter, required for the request, specifies the conversation to add the messages to using a specific format and requiring the `dialogflow.messages.list` IAM permission."],["The request body, structured in JSON, includes an array of `requests`, each defining a message to be created, with a limit of 300 messages per batch."],["Successful requests return a `BatchCreateMessagesResponse`, and authorization requires either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]