Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

QnA component

edited Sep 25, 2018 1:03PM in Digital Assistant & Mobile 10 comments

Summary

i want to cretae a bot only using System.QnA component to make my bot reply to some question.

Content

i want to build a sample of a Q&A bot. i created the bot and uploaded the csv file and every thing is ok but one i am using the bot tester i always get a response from the unresolved state. here my OBotML code: 

metadata:
  platformVersion: 1.0
main: true
name: QnA_Bot
context:
  variables:
states:   
  qna:
    component: "System.QnA"
    transitions:
      actions:
        none: "unresolved"
      next: "qna"
  unresolved:
    component: "System.Output"
    properties:
      text: "Sorry, I did not find any match. Can you rephrase the question?"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!