Link bot response control
Summarize
Summary of Link Bot Response Control
The Link bot response control enhances the Virtual Agent's capabilities by allowing users to present a bot response that includes one or multiple URL links within a conversation. This feature is particularly useful for providing quick access to resources or information directly from the chat interface.
Show less
For mobile app usage, links can open in the mobile browser by default, but deep links can be created for a more integrated experience within the app.
Key Features
- Properties: Customize the link response with a node name, header message, and either a single URL or up to three links.
- Single Link: Capabilities include setting a header message, link label, and specifying a valid URL.
- Multiple Links: Create a list of links with a header prompt and script to dynamically generate link details.
- Conditional Display: Control visibility of the link node based on specified conditions.
- Channel Support: The Link bot response control is compatible with various platforms including Web UI, Mobile UI, Microsoft Teams, Slack, Facebook Messenger, and others, with specific constraints noted for each channel.
Key Outcomes
By implementing the Link bot response control, ServiceNow customers can enhance user interactivity within the Virtual Agent, providing direct access to relevant resources and improving overall user satisfaction. This functionality supports a seamless experience across multiple channels, ensuring that users can easily access links regardless of their preferred platform.
Use the Link bot response control in a Virtual Agent topic to present a bot response. The response contains a header prompt with either a single URL link to an item or multiple URL links for up to three items.
Link bot response control properties
| Property | Description |
|---|---|
| Node name | Name that identifies this Link bot response control node in the topic flow. |
| Link list | Type of links returned in the output result.
|
| Single link properties | |
| Header | Message displayed above the URL link. The message can be a string with variables or a script. |
| Label | Text that identifies a single link in the bot bubble. The text can be a string with variables or a script. |
| Link | Link to a single item, such as a website page or a particular record. The
link can be a string with variables or a script that returns a valid URL as a
string. For example, you can enter the complete URL, such as
https://servicenow.com. |
| Multiple links properties | |
| Header Message | Text prompt that is displayed above the list of links. The prompt can be a string with variables or a script. |
| Link List Value Expression | Script that creates a list of links to display. The script includes the following parameters: link URL, link display label, link description, and link context. |
| Advanced | |
| Hide this node | |
| Conditionally show this node if | No-code condition statement or low-code script that specifies a condition for presenting this node in the conversation. The condition must evaluate to true. |
Channel support
| Channel | Support | Constraints |
|---|---|---|
| Web UI | Supported | None |
| Mobile UI | Supported | None |
| Now Assist panel | Supported | None |
| Microsoft Teams | Supported | None |
| Slack | Supported | None |
| Workplace | Supported | None |
| Facebook Messenger | Supported | The web link appears as a URL button in the conversation. |
| SMS Twilio | Supported | None |
| LINE | Supported | None |
| Supported | None | |
| Apple Messages for Business | Supported | Any URLs must be added to the allowed domain list [sys_cs_hostname_allow_list] table. |
| Alexa (Voice) | Partial support | Supported on devices with screens. For nonscreen devices, the user receives a message: We found a link. For details, see Fine-tune Virtual Agent settings and topics for the best Alexa voice chat experience. |
Example single-link bot response control
| Single link bot response properties | Link bot response output |
|---|---|
Example multiple-link bot response control properties
| Multi-link bot response properties | Link bot response output |
|---|---|
Note: Multi-link bot output is also supported in Microsoft Teams, Slack,
Workplace, and Facebook Messenger. |