Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ask a Question, shows this button only when agent available - Coggle…
Ask a Question
Hi, I’m the Virtual Assistant! I can instantly help you with frequently asked questions and everyday tasks. Let’s get started!
Goto QnaDialog
[utterance]-action which sets user asked question as utterance,[setInterruptDataV2]-action which sets user asked questions as utterance in interrupt scenario,[qnaRecognize]- action which gets response for question,[isTeams]-action which returns true or false either to use trigger teams flow or not,[chatSessionUpdateUserInfo]-upadtes user info
[isConfident],[isSmallTalk],[nonSmallTalkAnswers]-actions for getting answers based on score of qna Recognize,[setLearning],[getRezolveMlSetting]-flag for enabling AI-ML
Multiple Match
[qnachoices]-action for getting mutiple qna list data from qna maker[],[isLiveChatEnabled],[checkAvilableAgent] - action for checking agent avilable or not.
dispalys Multiple QNA in card
-
-
-
-
No Match(default)
[logMetric],[logQnaFaq],[storeFailedUtterance]-actions for storing question asked by user.
-
IsConfident == true
[answer]-action for returning answer by parsing result of Qna Maker,[flow] - action which gets intent from answer action
isConfident == true && nonSmallTalkAnswers[0].score<= 0.95&& flow !== 'checkResolved' && flow !== 'nextAction' && confirmFAQ == undefined && systemVersion == null
-
-