Virtual Agent & MSFT Teams Integration

Billl Laranga
Tera Expert

Hey everyone -- 

 

Looking for guidance from the community. We recently went live with our Virtual Agent | Teams Integration. Once doing so, the chatbot sent an introductory IM to the user-base. See below:

 

aa.png

 

Does anyone know where and how to modify the introduction in teams? 

 

#VirtualAgent

 

2 ACCEPTED SOLUTIONS

Adam Chapman
Tera Guru

Bill,

 

Which message are you trying to modify? Those messages are spread around a couple of different script includes. A good starting place would be looking at the script include named VATeamsBotMessageHelper.

View solution in original post

Bingo, I appreciate you pointing me in the right direction!

View solution in original post

4 REPLIES 4

Adam Chapman
Tera Guru

Bill,

 

Which message are you trying to modify? Those messages are spread around a couple of different script includes. A good starting place would be looking at the script include named VATeamsBotMessageHelper.

Bingo, I appreciate you pointing me in the right direction!

Cristian Hernan
Tera Contributor

Hey @Billl Laranga ! Were you able to identify where the other messages could be configured? Also, was it as easy as changing the text in the script include, or did editing this script include require some precautions. Thanks!

Billl Laranga
Tera Expert

@Cristian Hernan we were able to identify where the messages were configured. It was all in one of the script includes. Which could be found by looking for the VATeamsBotMessageHelper. We also identified this message is sent to all new users; and the first day after launch we had ~11,000 conversations generate.... As you can imagine, that skewed our numbers for a bit.

 

When you are updating the script, always use caution. However, it was rather clear where the script needed to be updated. Let me know if that helps!