Developing Virtual Agent Topics Flashcards

1
Q
Which plugin activates Virtual Agent-related plugins?
A. ServiceNow Virtual Agent
B. Glide Virtual Agent
C. Virtual Agent Web Client
D. Virtual Agent Designer
E. Virtual Agent
A

B. Glide Virtual Agent

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

How do you make inactive topics active? More than one response may be correct.
A. Click the topic card in the list, click the Edit Topic Flow button, and click the Publish button.
B. Right-click the topic card in the list and select the Activate Topic menu item.
C. Click the topic card in the list and click the Active toggle on the topic flow or properties page.
D. Click the Test Active Topics button on the topics list page.
E. Click the topic card in the list and click the Publish button on the topic flow or properties page.

A

C. Click the topic card in the list and click the Active toggle on the topic flow or properties page.

E. Click the topic card in the list and click the Publish button on the topic flow or properties page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
Which topic configuration field does Virtual Agent use to start a conversation on a topic?
A. Keywords
B. Tags
C. Conversation starters
D. Conditions
E. Description
A

A. Keywords

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

How can you test a topic? More than one response may be correct.
A. Click the Run Active Topics button on the topic record.
B. Click the Preview button on the topic list.
C. Click the Test Active Topics button on the topic list.
D. Click the Test button on the topic record.

A

C. Click the Test Active Topics button on the topic list.

D. Click the Test button on the topic record.

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

What field does the data pill reference?
The data pill is (Input Variables ➔ User Group ➔ Group ➔ Manager ➔ Name).
A. The Name of the user from the conversation’s manager.
B. The Name of the manager of a group.
C. The Name of the manager of a group the user is part of.
D. The Name of a group the user is part of.
E. The Name of the user from the conversation.

A

B. The Name of the manager of a group.

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

A Static Choice node called Preferred Language is configured. You are writing a script to get the value for the node. Based on the configuration, which responses return the value of the Preferred Language node? More than one response may be correct.
The Static Choice input has a Name of Preferred Language and a Variable Name of preferred_language. The Choice List Setting has languages in the label column with corresponding language codes in the Value column.
A. (Input Variables ➔ Preferred Language)
B. vaInputs.preferred_language.getDisplayValue()
C. vaInputs.preferred_language.getValue()
D. vaInputs.preferred_language
E. vaVars.preferred_language.getValue()

A

C. vaInputs.preferred_language.getValue()

D. vaInputs.preferred_language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
How can you access data about the user in a conversation? More than one response may be correct.
A. vaVars.user
B. vaSystem.user
C. vaInputs.user
D. vaUser.user
E. (Script Variables ➔ User)
A

C. vaInputs.user

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

Where do you configure the conditions for a decision?
A. On the Decision node
B. In a script before the Decision node
C. On the Decision branches
D. On a Decision branch node
E. In the Choice List Settings for a Decision node

A

C. On the Decision branches

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