Author: wangqijia|RongCloud Developer Team Date: June 2025
dify_chat
, dify_completion
) and supports both streaming and non-streaming modes.
conversation_id
from the first interaction (valid for 24 hours). Subsequent messages use this ID to maintain multi-turn context.
App Key
and App Secret
.Type | Description |
---|---|
webhook | Custom callback via webhook, suitable for flexible integration |
dify_chat | Connects to Dify’s “Chat Assistant” mode for building multi-turn bots |
dify_completion | Connects to Dify’s “Text Completion” mode for generative applications |
dify_chatflow | Connects to Dify’s “Chatflow” mode for flow-based conversational design |
dify_chatflow
mode, which supports memory-based multi-turn workflows.
Demo screenshots from Sealtalk APP:
The Dify log shows 4 messages, confirming that multi-turn conversation context is successfully maintained within the same session.