05-Conversational AI Flashcards

1
Q

What are bots

A

AI agents that provide a FIRST-LINE OF AUTOMATED SUPPORT through the full range of channels we use to communicate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is knowledge base

A

question and answer pairs with some BUILT-IN NATURAL PROCESSING model to enable questions that can be phrased in multiple ways to be understood with the same semantic meaning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does bot service do?

A

provides an INTERFACE to the knowledge base through one or more channels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are two user support bot solutions

A

QnA Maker and Azure Bot Service

In other words, (1) questions and answers and the (2) framework to create, deploy and manage bots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is QnA Maker

A

create and publish a knowledge base with BUILT-IN NATURAL PROCESSING CAPABILITIES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Azure Bot Service

A

FRAMEWORK for developing, publishing, and managing bots on Azure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is QnA Maker REST API or SDK used for

A

To WRITE CODE to create and manage KNOWLEDGE BASES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What resource do you provision to create knowledge base

A

QnA Maker resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Sources for knowledge base question-and-answer pairs

A
  1. Generated from existing FAQ document or web page
  2. Imported from pre-defined chit-chat data source
  3. Entered and edited manually
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

This process analyzes your literal questions and answers and applies a built-in naturally language processing model to match appropriate answers to questions, even when they are not phrased exactly as specified in your question definitions

A

Training the knowledge base

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you test your knowledge base

A

Use BUILT-IN TEST INTERFACE in QnA maker to submit questions and review answers that are returned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do client applications requires to access a published knowledge base

A
  1. Knowledge base ID
  2. Knowledge base endpoint
  3. Knowledge base authorization key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is used to deliver a knowledge base

A

Azure Bot Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Two ways to create a custom bot

A
  1. Microsoft Bot FRAMEWORK SDK

2. QnA MAKER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are bot management tasks in the Azure portal

A
  1. EXTEND the bot’s functionality by adding custom code
  2. TEST the bot in an interactive test interface
  3. CONFIGURE logging, analytics, and integration with other services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can you use Microsoft Bot Framework SDK to create bot

A

WRITE CODE that controls conversation flow and INTEGRATE WITH QnA Maker knowledge base

17
Q

How can you use QnA maker to create bot

A

Use the AUTOMATIC BOT CREATION FUNCTIONALITY of QnA Maker.

This enables you to CREATE a bot for your published knowledge base and PUBLISH it as an Azure Bot Service in a few clicks