시작
Kore.ai 대화형 플랫폼
챗봇 개요
자연어 처리(NLP)
봇 개념 및 용어들
빠른 시작 가이드
봇 빌더 접근 방법
사용 고지 사항 (영어)
Kore.ai 봇 빌더로 작업하기
봇 구축 시작하기
릴리스 정보
현재 버전 (영어)
이전 버전 (영어)

개념
디자인
스토리보드
대화 작업
개요
Using the Dialog Builder Tool
노드 유형
사용자 의도 노드
대화 노드
엔티티 노드
양식 노드
확인 노드
서비스 노드
봇 조치 노드
Service Node
WebHook 노드
스크립트 노드
노드 그룹화하기
Agent Transfer Node
사용자 프롬프트
음성 통화 속성
대화 관리
노드 및 전환
구성 요소 전환
컨텍스트 개체
이벤트 기반 봇 조치
지식 그래프
소개
지식 추출
지식 그래프 생성
봇에 지식 그래프 추가
그래프 생성
지식 그래프 작성
FAQ 추가
작업 실행
기존 소스에서 FAQ 구축
특성, 동의어 및 불용어
변수 네임스페이스 관리
수정
용어 편집 및 삭제
용어 편집 및 삭제
질문과 응답 편집
Knowledge Graph Training
지식 그래프 분석
봇 온톨로지 가져오기 및 내보내기
지식 그래프 가져오기
지식 그래프 내보내기
지식 그래프 생성
CSV 파일에서
JSON 파일
지식 그래프 생성
경고 작업
스몰 토크
Digital Skills
디지털 양식
Views
Digital Views
Panels
Widgets
기차
봇 성능 향상 – NLP 최적화
기계 학습
소개
모델 검증
기초 의미
지식 그래프 학습
특성
순위 및 해결
고급 NLP 설정
NLP 설정 및 지침
봇 인텔리전스
소개
컨텍스트 관리
컨텍스트 관리
대화 관리
다중 – 의도 탐지
엔티티 수정
기본 대화
정서 관리
어조 분석
Test & Debug
봇과 대화
발화 테스트
배치 테스트하기
대화 테스트
배포
채널 활성화
봇 게시
분석
봇 분석하기
Conversations Dashboard
Performance Dashboard
사용자 정의 대시보드
소개
맞춤형 메타 태그
사용자 정의 대시보드 생성 방법
Conversation Flows
NLP 지표
Containment Metrics
사용량 지표
스마트 봇
소개
범용 봇
소개
범용 봇 정의
범용 봇 생성
범용 봇 학습
범용 봇 커스터마이징
범용 봇용 추가 언어 활성화
스토어
Manage Assistant
플랜 및 사용량
Overview
Usage Plans
Support Plans
플랜 관리
봇 인증
다국어 봇
개인 식별 정보 삭제하기
봇 변수 사용
IVR 통합
일반 설정
봇 관리

방법
간단한 봇 생성하기
Design Conversation Skills
뱅킹 봇 생성
뱅킹 봇 – 자금 이체
뱅킹 봇 – 잔액 업데이트
Knowledge Graph (KG) 구축
스마트 경고를 예약하는 방법
Design Digital Skills
디지털 양식 설정 방법
디지털 보기 설정 방법
데이터 테이블에 데이터를 추가하는 방법
데이터 테이블 내 데이터 업데이트 방법
UI 양식에서 데이터 테이블에 데이터를 추가하는 방법
Train the Assistant
특성 사용 방법
의도와 엔티티에 대한 패턴 사용 방법
컨텍스트 전환 관리 방법
Deploy the Assistant
상담사 전환을 설정하는 방법
봇 기능 사용 방법
콘텐츠 변수 사용 방법
전역 변수 사용 방법
Kore.ai 웹 SDK 튜토리얼
Kore.ai 위젯 SDK 튜토리얼
Analyze the Assistant
사용자 정의 대시보드 생성 방법
사용자 지정 태그를 사용하여 봇 메트릭을 필터링하는 방법

API 및 SDK
API 참조
Kore.ai API 사용
API 목록
API 컬렉션
koreUtil Libraries
SDK 참조
상담사 전환을 설정하는 방법
봇 기능 사용 방법
콘텐츠 변수 사용 방법
전역 변수 사용 방법
소개
Kore.ai 웹 SDK 튜토리얼
Kore.ai 위젯 SDK 튜토리얼

관리
소개
봇 관리자 콘솔
대시보드
사용자 관리
사용자 관리
그룹 관리
역할 관리
봇 관리 모듈
등록
사용자 초대
사용자 등록을 위한 대량 초대 보내기
사용자 및 사용자 데이터 가져오기
Active Directory에서 사용자 동기화
보안 및 준수
싱글 사인 온 사용
보안 설정
Kore.ai 커넥터
봇 관리자용 분석
Billing (지원하지 않음)
  1. Docs
  2. Virtual Assistants
  3. How Tos
  4. Travel Planing Assistant
  5. Travel VA: Managing Context Switching

Travel VA: Managing Context Switching

In this Use Case, we will explore a scenario in a Travel Planning Assistant, where, sharing the context across intents, FAQs help in improving the user experience and the assistant’s efficiency. Also, we will be looking at how the context can be used within a dialog flow to determine the sequence of events.

For details on what Context Management is and how it is implemented in the Kore.ai XO Platform, refer here.

Problem Statement

Consider a Travel Planning VA trying to address the following scenarios:

  • Sharing content across intents – Once the user has entered his/her booking number, they should not be prompted for it again in the course of the conversation.
    User: I want to change my seat.
    VA: Sure, may I have your booking number?
    // (initiating Change Seat Task)
    User: It’s 2343544
    VA: What is the new seat you would prefer?
    User: I want extra legroom. What options do I have?
    // (transferring to Get seat task)
    VA: What is your booking number?

    Ideally, Get Seat should not be asking for the flight number again.
  • Context-based dialog flow – Based upon the context, the flow of a given task might change with the assistant making an explicit call to another task as a sub-dialog.
    Extending the above example:

User: I want to change my seat.
VA: Sure, may I have your booking number?
// (initiating Change Seat Task)
User: It’s 2343544
VA: What is the new seat you would prefer?
User: Seat 12A, please.
// (transferring to Get seat task)
VA: Your current seat is 25B.
VA: I have changed your seat to Seat 12A.

Ideally, Get Seat  should not ask for the flight number and should not display the current seat message. It should happen in the background between the two tasks, without user knowledge.

  • Follow-up Intents – Access to certain tasks could be restricted due to security reasons or business requirements. Additionally, other tasks could be made inaccessible to the user; or even to the assistant.
    For example, updating seats should be restricted to the Change Seat flow. An Update Booking task should not be available directly to the User nor any other task in the assistant.
  • Sharing context between intent and FAQs – During a task, the user might ask a generic question but within the context.
    For example, while changing seats, the user might ask if there is a fee; and the assistant needs to respond with the FAQ related to seat change  rates.
  • Sharing content across FAQs – A specific question might be a follow up of a previous query.
    For example, “Are there any charges for a flight change? ?” followed by “What are the charges?”The charges reference is to the flight change.

Having this problem statement in view, this document provides a detailed step-by-step approach to achieving all the above-mentioned scenarios using – context tags and variables, input pre-conditions and output context, and emit entity value features of the Platform.

Prerequisites

  • Knowledge on how to build a virtual assistant
  • A Virtual Assistant with the Dialog Tasks mentioned below – see an overview here.
  • Check Flight Status – This task prompts the user to enter their flight number and displays its status.
  • Change Flight – This task prompts the user for their Current Flight and New Flight, then performs the flight change.

  • Update Booking – A Dialog Task that asks the user for the number of the booking to update and the update that needs to be made, then performs the update.

  • Knowledge Graph – Frequently asked questions that the assistant handles.

Implementation

Let us consider each of the above scenarios one by one.

Sharing content across intents

Sharing content needs to be handled differently in the two cases mentioned:

  • Task-driven transition – This can be handled at the time of development by invoking the corresponding intent and passing the data through entity pre-assignment
  • User-driven transition – This is a bit complex since we have no way of knowing when, during the current task flow, the user would make such a request and it requires a combination of tags, entity emission, and extraction.

Task-driven Context switching

The following is the scenario where the Change Flight dialog invokes the Check Flight Status task to ensure that the flight is available to book. 

We will be using the Context Variables and Entity Pre-Assignments to achieve this.

Steps:

We need to invoke Check Flight Status  from Change Flight, check flight availability  and proceed accordingly

  1. Open the Change Flight dialog task,
  2. Add a Dialog Node, Bot Action Node with a Script Node, and a Message Node as follows:
    1. Dialog Node will invoke the Check Flight Status  using the Entity Pre-Assignments to populate:
      1. Flight Number – entity required in the Check Flight Status  dialog set to context.entities.currentflight
      2. Add Key/Value – pair context.type and change identifying the Change Flight  intent. This will be checked in the Check Flight Status  dialog as shown in the next step to modify the flow.
      3. Ensure that the Transition Option is set to Initiate Check_Flight_Status,., once complete return to this node.
    2. Message Node to display a message that the new flight is not available to book. Connect this message back to the New Flight Entity node, so that the user be prompted to select a different flight.
    3. Script NodeCheckStatus to check the status of the new flight to change to, and proceed accordingly. The Status of the new flight is obtained from a BotContext variable that will be populated by the Check Flight Status dialog task. 

JavaScript:

var nextStep = “”;
if (context.session.BotUserSession.Status >= context.entities.seat)
   nextStep = “update”;
context.nextStep = nextStep;

      • Connection Settings Bot Action Connections should indicate to proceed to UpdateBooking in case the new flight is available (if the context.nextStep is updated from the above script) else go to the message node.

Next, let us modify the Check Flight Status  dialog to check for the change tag and populate the Bot Context variable if needed.

  1. Open the Check Flight Status dialog
  2. Open the Flight Status Confirmation (the final message node) node
  3. Under Bot Responses section open the Manage Responses dialog

Add the following JavaScript. This script populates the Bot Context variable and updates the seat  if the request comes from the Change Flight task, else displays the usual flight status message.

if (context.type == "change")
  BotUserSession.put('Sear', context.CheckFlightStatus.response.body.Seat);
else
  print ('The status of your flight is  ' + context.CheckFlightStatus.response.body.Status);

Talk to the Bot to see the changes in action.

User triggered context switching

While asking to change their flight, users might ask for the status of the flight that they want to switch to. 

Let us see how this can be achieved. We will be using historic tags – system generated and custom tags. The historic tags get transmitted from one intent to another automatically.

Steps:

First, modify the Change Flight task  to populate the appropriate tags and configure the Hold and Resume settings:

  1. Open the Change Flight  dialog
  2. Open the properties panel of CurrentFlightentity
  3. From the NLP tab, set the Auto emit the entity values captured flag. This will ensure that the Current Flight  number is saved in the context. Since it is the first value being emitted by this intent, it would be positioned next to the intent name in the tags array
  4. Next, open the Manage Interruptions dialog from the more (vertical ellipses) option
  5. Customize the settings for this task as Allow hold and resume and set the Hold Options to Hold the current task and resume back once the new task is completed and the Resume Options to Resume the on hold task without any specific message to the user.

Next, modify the Check Flight Status dialog to capture the data sent by the Change Flight task

  1. Open the Check Flight Status  dialog
  2. Add a Script nodeCheckFlightNumberto check if the Flight Number is available in the context, after the Intent node

Add the following script. This script checks for the Intent “Change Flight”, captures the flight number and populates the FlightNumber entity with that value.
var i = koreUtil._.indexOf(context.historicTags[0].tags, 'Change Flight'); context.entities.FlightNumber = context.historicTags[0].tags[i+1]

Run the VA and see the changes taking effect.

Follow up Intents

The Update Booking intent should be invoked only through the Change Flight task. There are two things that can be done:

  1. Restricting user access:
    1. Open the Update Booking dialog
    2. Access Dialog Settings from the more (vertical ellipses) option
    3. Set Options to Sub intent only dialog
    4. This will restrict user access to this dialog, this dialog will not be available either directly or from the Help option.
  2. Restricting task access:
    1. Open the Update Booking dialog
    2. Open the UpdateBooking intent, NLP Properties tab
    3. Under the Manage Context section add “Change” to the Intent Preconditions.
      This will ensure that this dialog will be executed only if Change exists in the context.
    4. Open the Change Flight  dialog
    5. Open the ChangeFlight intent node, NLP Properties tab
    6. Under the Manage Context section add “Change” to the Context Output as expected by the Update Booking dialog
    7. Now the Update Booking can not be triggered by any other dialog.

Sharing context across FAQs

The following Knowledge Graph is used in this scenario:

Primary Question: What are the compensations for a canceled flight?

Primary Question: What are the charges for changing flights?

Alternate: What are the charges?

In the second question, the word charges is in the context of changing flights. To enable it, all you need is to set a flag. For each question answered the Context tags are set automatically, we just instruct the Platform to use them appropriately.

  1. Go to Natural Language > Thresholds & Configurations
  2. Expand the Knowledge Graph tab
  3. Scroll down and set the Qualify Contextual Paths tag. With this setting, the KG engine will qualify a question if any of the available context tags are part of that particular FAQ path.
  4. Run the assistant and see the effect.

Sharing context between intents and FAQs

The following Knowledge Graph is used in this scenario:

Primary Question: What are your flight change rates?

Alternate: what are the rates?

The use case here is that the user might, while changing flights, ask about the rates. This should result in the appropriate FAQ being triggered to answer the query.

The default setting for the Interruption Behavior for FAQs will ensure that the FAQs are attended to while a Dialog Task is in progress

But this will not solve the use case described. It would answer the direct question – “What are the flight change rates” but not “What are the rates”. The reason being the FAQ not picking the context. To ensure that the context is picked by the FAQ:

  1. The Change Flight task is already emitting the change tag, the same will be used in this case
  2. Go to Natural Language > Thresholds & Configurations
  3. Expand the Knowledge Graph tab
  4. Scroll down and set the Qualify Contextual Paths tag (if not already set as per the previous use case)
  5. Run the assistant and see the changes taking effect.

Travel VA: Managing Context Switching

In this Use Case, we will explore a scenario in a Travel Planning Assistant, where, sharing the context across intents, FAQs help in improving the user experience and the assistant’s efficiency. Also, we will be looking at how the context can be used within a dialog flow to determine the sequence of events.

For details on what Context Management is and how it is implemented in the Kore.ai XO Platform, refer here.

Problem Statement

Consider a Travel Planning VA trying to address the following scenarios:

  • Sharing content across intents – Once the user has entered his/her booking number, they should not be prompted for it again in the course of the conversation.
    User: I want to change my seat.
    VA: Sure, may I have your booking number?
    // (initiating Change Seat Task)
    User: It’s 2343544
    VA: What is the new seat you would prefer?
    User: I want extra legroom. What options do I have?
    // (transferring to Get seat task)
    VA: What is your booking number?

    Ideally, Get Seat should not be asking for the flight number again.
  • Context-based dialog flow – Based upon the context, the flow of a given task might change with the assistant making an explicit call to another task as a sub-dialog.
    Extending the above example:

User: I want to change my seat.
VA: Sure, may I have your booking number?
// (initiating Change Seat Task)
User: It’s 2343544
VA: What is the new seat you would prefer?
User: Seat 12A, please.
// (transferring to Get seat task)
VA: Your current seat is 25B.
VA: I have changed your seat to Seat 12A.

Ideally, Get Seat  should not ask for the flight number and should not display the current seat message. It should happen in the background between the two tasks, without user knowledge.

  • Follow-up Intents – Access to certain tasks could be restricted due to security reasons or business requirements. Additionally, other tasks could be made inaccessible to the user; or even to the assistant.
    For example, updating seats should be restricted to the Change Seat flow. An Update Booking task should not be available directly to the User nor any other task in the assistant.
  • Sharing context between intent and FAQs – During a task, the user might ask a generic question but within the context.
    For example, while changing seats, the user might ask if there is a fee; and the assistant needs to respond with the FAQ related to seat change  rates.
  • Sharing content across FAQs – A specific question might be a follow up of a previous query.
    For example, “Are there any charges for a flight change? ?” followed by “What are the charges?”The charges reference is to the flight change.

Having this problem statement in view, this document provides a detailed step-by-step approach to achieving all the above-mentioned scenarios using – context tags and variables, input pre-conditions and output context, and emit entity value features of the Platform.

Prerequisites

  • Knowledge on how to build a virtual assistant
  • A Virtual Assistant with the Dialog Tasks mentioned below – see an overview here.
  • Check Flight Status – This task prompts the user to enter their flight number and displays its status.
  • Change Flight – This task prompts the user for their Current Flight and New Flight, then performs the flight change.

  • Update Booking – A Dialog Task that asks the user for the number of the booking to update and the update that needs to be made, then performs the update.

  • Knowledge Graph – Frequently asked questions that the assistant handles.

Implementation

Let us consider each of the above scenarios one by one.

Sharing content across intents

Sharing content needs to be handled differently in the two cases mentioned:

  • Task-driven transition – This can be handled at the time of development by invoking the corresponding intent and passing the data through entity pre-assignment
  • User-driven transition – This is a bit complex since we have no way of knowing when, during the current task flow, the user would make such a request and it requires a combination of tags, entity emission, and extraction.

Task-driven Context switching

The following is the scenario where the Change Flight dialog invokes the Check Flight Status task to ensure that the flight is available to book. 

We will be using the Context Variables and Entity Pre-Assignments to achieve this.

Steps:

We need to invoke Check Flight Status  from Change Flight, check flight availability  and proceed accordingly

  1. Open the Change Flight dialog task,
  2. Add a Dialog Node, Bot Action Node with a Script Node, and a Message Node as follows:
    1. Dialog Node will invoke the Check Flight Status  using the Entity Pre-Assignments to populate:
      1. Flight Number – entity required in the Check Flight Status  dialog set to context.entities.currentflight
      2. Add Key/Value – pair context.type and change identifying the Change Flight  intent. This will be checked in the Check Flight Status  dialog as shown in the next step to modify the flow.
      3. Ensure that the Transition Option is set to Initiate Check_Flight_Status,., once complete return to this node.
    2. Message Node to display a message that the new flight is not available to book. Connect this message back to the New Flight Entity node, so that the user be prompted to select a different flight.
    3. Script NodeCheckStatus to check the status of the new flight to change to, and proceed accordingly. The Status of the new flight is obtained from a BotContext variable that will be populated by the Check Flight Status dialog task. 

JavaScript:

var nextStep = “”;
if (context.session.BotUserSession.Status >= context.entities.seat)
   nextStep = “update”;
context.nextStep = nextStep;

      • Connection Settings Bot Action Connections should indicate to proceed to UpdateBooking in case the new flight is available (if the context.nextStep is updated from the above script) else go to the message node.

Next, let us modify the Check Flight Status  dialog to check for the change tag and populate the Bot Context variable if needed.

  1. Open the Check Flight Status dialog
  2. Open the Flight Status Confirmation (the final message node) node
  3. Under Bot Responses section open the Manage Responses dialog

Add the following JavaScript. This script populates the Bot Context variable and updates the seat  if the request comes from the Change Flight task, else displays the usual flight status message.

if (context.type == "change")
  BotUserSession.put('Sear', context.CheckFlightStatus.response.body.Seat);
else
  print ('The status of your flight is  ' + context.CheckFlightStatus.response.body.Status);

Talk to the Bot to see the changes in action.

User triggered context switching

While asking to change their flight, users might ask for the status of the flight that they want to switch to. 

Let us see how this can be achieved. We will be using historic tags – system generated and custom tags. The historic tags get transmitted from one intent to another automatically.

Steps:

First, modify the Change Flight task  to populate the appropriate tags and configure the Hold and Resume settings:

  1. Open the Change Flight  dialog
  2. Open the properties panel of CurrentFlightentity
  3. From the NLP tab, set the Auto emit the entity values captured flag. This will ensure that the Current Flight  number is saved in the context. Since it is the first value being emitted by this intent, it would be positioned next to the intent name in the tags array
  4. Next, open the Manage Interruptions dialog from the more (vertical ellipses) option
  5. Customize the settings for this task as Allow hold and resume and set the Hold Options to Hold the current task and resume back once the new task is completed and the Resume Options to Resume the on hold task without any specific message to the user.

Next, modify the Check Flight Status dialog to capture the data sent by the Change Flight task

  1. Open the Check Flight Status  dialog
  2. Add a Script nodeCheckFlightNumberto check if the Flight Number is available in the context, after the Intent node

Add the following script. This script checks for the Intent “Change Flight”, captures the flight number and populates the FlightNumber entity with that value.
var i = koreUtil._.indexOf(context.historicTags[0].tags, 'Change Flight'); context.entities.FlightNumber = context.historicTags[0].tags[i+1]

Run the VA and see the changes taking effect.

Follow up Intents

The Update Booking intent should be invoked only through the Change Flight task. There are two things that can be done:

  1. Restricting user access:
    1. Open the Update Booking dialog
    2. Access Dialog Settings from the more (vertical ellipses) option
    3. Set Options to Sub intent only dialog
    4. This will restrict user access to this dialog, this dialog will not be available either directly or from the Help option.
  2. Restricting task access:
    1. Open the Update Booking dialog
    2. Open the UpdateBooking intent, NLP Properties tab
    3. Under the Manage Context section add “Change” to the Intent Preconditions.
      This will ensure that this dialog will be executed only if Change exists in the context.
    4. Open the Change Flight  dialog
    5. Open the ChangeFlight intent node, NLP Properties tab
    6. Under the Manage Context section add “Change” to the Context Output as expected by the Update Booking dialog
    7. Now the Update Booking can not be triggered by any other dialog.

Sharing context across FAQs

The following Knowledge Graph is used in this scenario:

Primary Question: What are the compensations for a canceled flight?

Primary Question: What are the charges for changing flights?

Alternate: What are the charges?

In the second question, the word charges is in the context of changing flights. To enable it, all you need is to set a flag. For each question answered the Context tags are set automatically, we just instruct the Platform to use them appropriately.

  1. Go to Natural Language > Thresholds & Configurations
  2. Expand the Knowledge Graph tab
  3. Scroll down and set the Qualify Contextual Paths tag. With this setting, the KG engine will qualify a question if any of the available context tags are part of that particular FAQ path.
  4. Run the assistant and see the effect.

Sharing context between intents and FAQs

The following Knowledge Graph is used in this scenario:

Primary Question: What are your flight change rates?

Alternate: what are the rates?

The use case here is that the user might, while changing flights, ask about the rates. This should result in the appropriate FAQ being triggered to answer the query.

The default setting for the Interruption Behavior for FAQs will ensure that the FAQs are attended to while a Dialog Task is in progress

But this will not solve the use case described. It would answer the direct question – “What are the flight change rates” but not “What are the rates”. The reason being the FAQ not picking the context. To ensure that the context is picked by the FAQ:

  1. The Change Flight task is already emitting the change tag, the same will be used in this case
  2. Go to Natural Language > Thresholds & Configurations
  3. Expand the Knowledge Graph tab
  4. Scroll down and set the Qualify Contextual Paths tag (if not already set as per the previous use case)
  5. Run the assistant and see the changes taking effect.
메뉴