Snowflake · Schema

SendMessageResponse

The non-streaming response object for the sendMessage

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
request_id string Unique request ID
warnings array
response_metadata object
View JSON Schema on GitHub

JSON Schema

cortex-analyst-send-message-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SendMessageResponse",
  "type": "object",
  "description": "The non-streaming response object for the sendMessage",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "Unique request ID"
    },
    "warnings": {
      "type": "array"
    },
    "response_metadata": {
      "type": "object"
    }
  }
}