会話とメッセージの作成
会話の作成
Authorization: Api-Key <お客様のAPIキー>
Content-Type: application/json{
"webChat": "String" // Web Chat ID
}import requests
response = requests.post(
url='https://api.maiagent.ai/api/v1/conversations/',
headers={
'Authorization': 'Api-Key <お客様のAPIキー>'
},
json={
'webChat': 'お客様の Web Chat ID'
}
)メッセージの送信
パラメータ名
種類
必須
説明
添付ファイルオブジェクトのフィールド説明
添付ファイルのフィールド名
種類
必須
説明
フィールド名
種類
説明
メッセージの種類の説明
Last updated
Was this helpful?
