AI Block Integrations
How to integrate your Agent with Dify.AI
Learn how to integrate Dify.AI assistant into your Agent Dialog for seamless chatbot interactions.
Dify.AI block allows you to integrate your Dify.AI assistant into your Agent Dialog seamlessly.
Create Chat Message
This action sends a user message to your agent. The response can be saved to a variable and displayed in your Agent Dialog.
Required Parameters
-
Query:
The user message you want to send to your agent. -
Conversation ID:
The unique identifier for the conversation you want to associate with this message.- If no Conversation ID is provided, a new conversation will be automatically created.
- This variable will update dynamically if a new conversation is initiated.
-
User:
The email address of the user used to identify them in the conversation.