Searching for additional help and understanding, Small Talk Topics

Wardma
Tera Guru

Ive read the few articles that have been published in the community regarding small talk topics. But still in the bigger picture it still is relatively confusing. Understanding the flow and how to get the small talk to work is where im having trouble. 
One of the main articles I read were; 

Virtual Agent Small Talk - ServiceNow Community 

Create a small talk topic (servicenow.com)

Both of these are very vague. A full example of a small talk topic would go a long way. I can decipher the small topic and break it down to understand it better. Also in the nowlearning there isn't a small talk course or subject included in the NLU subject. Mainly setup topics and topic blocks. If there is anyone out there that wouldn't mind helping me out I greatly appreciate it. 

1 ACCEPTED SOLUTION

Lynda1
Kilo Sage

I have just a couple of small topics but have not come across a scenario where I need to switch to one and go back to the original topic.

Small Topics have the same general requirements that a Topic has. Need an Intent in the NLU Model.

Create a Small Topic in the same manner as a regular Topic, the main difference is Type = Small Topic

Lynda1_0-1696353892353.png

Need an Intent attached to the Small Topic

When that is published and the NLU trained with the intent, Go to the topic you want the small topic recognized and make two changes.

On the Component within the flow, turn Topic Switching on

Lynda1_1-1696354071728.png

In the Properties, Additional section, turn Resume flow after Topic switching

Lynda1_2-1696354139212.png

The above is turned off in the screenshot, just turn it on then publish the Topic.

 

I do the topic switching between two Topics in just a few places, but do not do this for small talk since I do not have the requirement yet for that.  Not sure if this helps any.

View solution in original post

2 REPLIES 2

Lynda1
Kilo Sage

I have just a couple of small topics but have not come across a scenario where I need to switch to one and go back to the original topic.

Small Topics have the same general requirements that a Topic has. Need an Intent in the NLU Model.

Create a Small Topic in the same manner as a regular Topic, the main difference is Type = Small Topic

Lynda1_0-1696353892353.png

Need an Intent attached to the Small Topic

When that is published and the NLU trained with the intent, Go to the topic you want the small topic recognized and make two changes.

On the Component within the flow, turn Topic Switching on

Lynda1_1-1696354071728.png

In the Properties, Additional section, turn Resume flow after Topic switching

Lynda1_2-1696354139212.png

The above is turned off in the screenshot, just turn it on then publish the Topic.

 

I do the topic switching between two Topics in just a few places, but do not do this for small talk since I do not have the requirement yet for that.  Not sure if this helps any.

Wardma
Tera Guru

This certainly helped. I was able to correct the behavior and have exactly what I need, working. My next problem showed itself after the end user input additional text. This was corrected with calling the AI Search topic to then begin searching for the requested item.