Skip to main content
Back to Actions Integrations Use prebuilt OpenAI action templates to auto-create dialog tasks for generating answers and extracting skills. To access templates:
  1. Go to Automation AI > Use Cases > Dialogs and click Create a Dialog Task.
  2. Under Integration, select OpenAI. Integration -- OpenAI
  3. If no integration is configured, click Explore Integrations to set one up. See Actions Overview. Explore Integrations

Supported Actions


Generate Answers from Context

  1. Install the template from OpenAI Action Templates.
  2. The Generate answers from context dialog task is added with the following components: Generate answers from context dialog task is added
    • answerGeneration - User intent to generate answers.
    • paragraph and question - Entity nodes for the required details.
    • answerGenerationService - Bot action service to generate answers. Click Edit Request: Edit request Sample Request:
      You can enter a maximum of 1500 words with no line breaks, single or double quotes in the content.
      Click +Add Response: Add response Sample Response:
    • answerGenerationMessage - Message node to display responses.
  3. Click Train, then Talk to Bot to test: VA prompt to generate answer from context
  4. Enter a question based on context when prompted: Enter question

Extract Skills from Resume

  1. Install the template from OpenAI Action Templates.
  2. The Extract Skills from resume dialog task is added with the following components: Extract Skills from resume dialog task is added
    • extractSkills - User intent to extract skills from resume content.
    • resume - Entity node for extracting skills.
    • extractSkillsService - Bot action service to extract skills. Click Edit Request: Edit request Sample Request:
      You can enter a maximum of 1500 words with no line breaks, single or double quotes in the content.
      Click +Add Response: Add response Sample Response:
    • extractSkillsMessage - Message node to display responses.
  3. Click Train, then Talk to Bot to test.
  4. Enter resume content when prompted: Enter resume content
  5. The VA extracts skills from the resume content: Extracted Skills from resume content