Full name: projects.locations.instances.users.conversations.messages.create
CreateMessage is used to create a new message in a conversation. This is equivalent to sending a new message.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/messages
Path parameters
Parameters
parent
string
Required. The conversation resource where this message will be created. Format: projects/{project}/locations/{location}/instances/{instance}/users/{user}/conversations/{conversation}
[[["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-03-27 UTC."],[[["This webpage details how to use the `CreateMessage` function to add a new message to a conversation in Chronicle."],["The HTTP request uses a POST method to the specified URL endpoint, including a parent path that specifies project, location, instance, user, and conversation."],["The request body must contain a `Message` resource, and upon success, the response body will also include a newly created `Message` resource."],["This action requires specific OAuth scopes (`https://www.googleapis.com/auth/cloud-platform`) and IAM permissions (`chronicle.messages.create`) on the parent resource."],["The full name of the function is projects.locations.instances.users.conversations.messages.create."]]],[]]