Change Virtual Agent and Agent Chat system messages
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- Now Platform Capabilities
Customize the default system messages displayed during Virtual Agent conversations and Agent Chat.
Before you begin
Role required: virtual_agent_admin or admin
About this task
Note: While the web client uses the Messages table [sys_ui_message] to configure the
greeting and closing messages, third-party Conversational Integrations (such as
Microsoft Teams) use system messages. To change them, modify
these messages in System Messages as follows:
- For greetings that call vaSystem.getTopicSelectionMessage(), modify the value of com.glide.cs.topic_picker_msg.
- For closings that call vaSystem.endConversation(), modify the value of com.glide.cs.conversation_ended_msg.
Procedure