Watson Assistant v2 Introductionのページ IAM認証curl形式
Watson Assistant v2 Introductionのページは、ココ。
rest api叩くコマンド
このページに載っていた
Watson Assistant ワークスペースのエクスポート、インポート方法を学ぶ
Watson Assistant ワークスペースをエクスポートする
curl -u "{username}":"{password}" "https://gateway.watsonplatform.net/assistant/api/v1/workspaces/<workspace_id>?version=2018-09-20&export=true" > workspace.json
workspaces idは、Assistant Settings=>api detailにある。