Snowflake · JSON Structure

Cortex Analyst Send Message Request Structure

Type: object Properties: 10
Data LakesData SharingData WarehousingDatabaseSQL

SendMessageRequest is a JSON Structure definition published by Snowflake, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

semantic_model_file semantic_model semantic_view semantic_models stream operation warehouse messages source experimental

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SendMessageRequest",
  "type": "object",
  "properties": {
    "semantic_model_file": {
      "type": "string"
    },
    "semantic_model": {
      "type": "string"
    },
    "semantic_view": {
      "type": "string"
    },
    "semantic_models": {
      "type": "array"
    },
    "stream": {
      "type": "boolean"
    },
    "operation": {
      "type": "string"
    },
    "warehouse": {
      "type": "string"
    },
    "messages": {
      "type": "array"
    },
    "source": {
      "type": "string"
    },
    "experimental": {
      "type": "string"
    }
  }
}