メインコンテンツへスキップ
GET
/
messages
/
{message_id}
/
suggested
次の推奨質問を取得
curl --request GET \
  --url https://{api_base_url}/messages/{message_id}/suggested \
  --header 'Authorization: Bearer <token>'
{
  "result": "success",
  "data": [
    "What colors does the iPhone 13 Pro Max come in?",
    "How does the battery compare to iPhone 12?",
    "What is the price range?"
  ]
}

承認

Authorization
string
header
必須

API Key 認証です。すべての API リクエストにおいて、Authorization HTTP ヘッダーに Bearer プレフィックスを付けた API Key を含めてください。例:Authorization: Bearer {API_KEY}API Key はサーバーサイドに保存し、クライアントサイドで共有・保存しないことを強く推奨します。API Key の漏洩は深刻な結果につながる可能性があります。

パスパラメータ

message_id
string
必須

メッセージ ID。

クエリパラメータ

user
string
必須

ユーザー識別子。

レスポンス

提案された質問の取得に成功しました。

result
string

結果ステータス。

data
string[]

提案された質問のリストです。