Back to Actions Integrations Use prebuilt Azure OpenAI action templates to auto-create dialog tasks. Prerequisites: Configure Azure OpenAI and install templates before proceeding. Navigate to Automation AI > Use Cases > Dialogs, then click the auto-created dialog to open the canvas.Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported Actions
| Action | Description | Method |
|---|---|---|
| General Query | Resolve any query using Azure OpenAI | POST |
General Query
- Install the template from Azure OpenAI Templates.
-
The General Query dialog task is added with:

- generalQuery - User intent for a general query.
- userQuestion and deploymentID - Entity nodes to pass the user’s question.
-
generalQueryService - Bot action service to send the query. Click Edit Request to modify parameters:
Sample Request:
Click +Add Response to add sample responses: Sample Response: - generalQueryMessage - Message node to display the query response.
- Click Train to complete training.
- Click Talk to Bot to test.
-
Enter a question when prompted.

-
An answer is generated for your query.
