{
  "name": "my pizza shop",
  "intents": [
    {
      "intent": "訂購pizza",
      "examples": [
        {
          "text": "我肚子餓了"
        },
        {
          "text": "我想吃pizza"
        },
        {
          "text": "我要訂pizza"
        }
      ],
      "description": ""
    }
  ],
  "entities": [
    {
      "entity": "口味",
      "values": [
        {
          "type": "synonyms",
          "value": "海陸",
          "synonyms": []
        },
        {
          "type": "synonyms",
          "value": "總匯",
          "synonyms": []
        },
        {
          "type": "synonyms",
          "value": "夏威夷",
          "synonyms": []
        },
        {
          "type": "synonyms",
          "value": "鐵版牛柳",
          "synonyms": []
        },
        {
          "type": "synonyms",
          "value": "章魚燒",
          "synonyms": []
        },
        {
          "type": "synonyms",
          "value": "田園鄉村",
          "synonyms": [
            "素食"
          ]
        }
      ]
    },
    {
      "entity": "尺寸",
      "values": [
        {
          "type": "synonyms",
          "value": "大",
          "synonyms": []
        },
        {
          "type": "synonyms",
          "value": "中",
          "synonyms": []
        },
        {
          "type": "synonyms",
          "value": "小",
          "synonyms": []
        }
      ]
    }
  ],
  "language": "zh-tw",
  "metadata": {
    "api_version": {
      "major_version": "v1",
      "minor_version": "2018-09-20"
    }
  },
  "description": "",
  "dialog_nodes": [
    {
      "type": "standard",
      "title": "神奇的語法 --->  <? $flavor ?>",
      "output": {
        "generic": [
          {
            "values": [
              {
                "text": "ok，為您訂購了一個<? $flavor ?>口味的<? @尺寸 ?>pizza "
              }
            ],
            "response_type": "text",
            "selection_policy": "sequential"
          }
        ]
      },
      "parent": "node_2_1557298346610",
      "metadata": {},
      "conditions": "@尺寸",
      "dialog_node": "node_3_1557300766929"
    },
    {
      "type": "standard",
      "title": "詢問訂購pizza尺寸",
      "output": {
        "generic": [
          {
            "values": [
              {
                "text": "請問你要訂購的pizza尺寸(大/中/小)?"
              }
            ],
            "response_type": "text",
            "selection_policy": "sequential"
          }
        ]
      },
      "parent": "node_1_1557297150235",
      "context": {
        "flavor": "@口味"
      },
      "metadata": {},
      "conditions": "@口味",
      "dialog_node": "node_2_1557298346610"
    },
    {
      "type": "standard",
      "title": "詢問訂購pizza口味",
      "output": {
        "generic": [
          {
            "values": [
              {
                "text": "請問你要訂購的pizza口味是?"
              }
            ],
            "response_type": "text",
            "selection_policy": "sequential"
          }
        ]
      },
      "metadata": {},
      "conditions": "#訂購pizza",
      "dialog_node": "node_1_1557297150235",
      "previous_sibling": "歡迎"
    },
    {
      "type": "standard",
      "title": "其他事情",
      "output": {
        "generic": [
          {
            "values": [
              {
                "text": "我不瞭解您的問題。您可以換種方式說明"
              },
              {
                "text": "您可以換種方式說明嗎？我不瞭解您的問題"
              },
              {
                "text": "我不明白您的意思"
              }
            ],
            "response_type": "text",
            "selection_policy": "sequential"
          }
        ]
      },
      "metadata": {},
      "conditions": "anything_else",
      "dialog_node": "其他事情",
      "previous_sibling": "node_1_1557297150235"
    },
    {
      "type": "standard",
      "title": "歡迎",
      "output": {
        "generic": [
          {
            "values": [
              {
                "text": "您好，有什麼能為您服務的地方？"
              }
            ],
            "response_type": "text",
            "selection_policy": "sequential"
          }
        ]
      },
      "metadata": {},
      "conditions": "welcome",
      "dialog_node": "歡迎"
    }
  ],
  "workspace_id": "323b5ac8-0a7b-4cc6-bf14-41986d3a69c5",
  "counterexamples": [],
  "system_settings": {
    "tooling": {
      "store_generic_responses": true
    }
  },
  "learning_opt_out": false,
  "status": "Available"
}