メインコンテンツへスキップ
GET
/
messages
/
{message_id}
/
suggested
Error
A valid request URL is required to generate request examples
{ "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?" ] }

Documentation Index

Fetch the complete documentation index at: https://docs.dify.ai/llms.txt

Use this file to discover all available pages before exploring further.

承認

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[]

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