Google Cloud Dialogflow CX · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Cloud Dialogflow CX.

4 Classes 1 Properties 10 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/
name: https://schema.org/name
displayName: https://schema.org/name
description: https://schema.org/description
defaultLanguageCode: https://schema.org/inLanguage
supportedLanguageCodes: https://schema.org/availableLanguage
timeZone: https://schema.org/timezone
avatarUri: https://schema.org/image
trainingPhrases: https://schema.org/text
transitionRoutes: https://schema.org/potentialAction

Classes

Agent Flow Intent Session

Properties

Property Type Container
startFlow reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/",
    "Agent": "gcloud:projects.locations.agents",
    "Flow": "gcloud:projects.locations.agents.flows",
    "Intent": "gcloud:projects.locations.agents.intents",
    "Session": "gcloud:projects.locations.agents.sessions",
    "name": "https://schema.org/name",
    "displayName": "https://schema.org/name",
    "description": "https://schema.org/description",
    "defaultLanguageCode": "https://schema.org/inLanguage",
    "supportedLanguageCodes": "https://schema.org/availableLanguage",
    "timeZone": "https://schema.org/timezone",
    "avatarUri": "https://schema.org/image",
    "startFlow": {
      "@id": "https://schema.org/hasPart",
      "@type": "@id"
    },
    "trainingPhrases": "https://schema.org/text",
    "transitionRoutes": "https://schema.org/potentialAction"
  }
}