Change text in the Show me everything button

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 2 minutes de lecture
  • Configure the text in the Show me everything button displayed in the chat window to control the display of the initial greetings and the Show me everything button in Virtual Agent conversations. Edit the message in the System Properties [sys_properties] table, or in a copy of the Greetings setup topic.

    Avant de commencer

    If you’re updating the Greetings setup topic in Virtual Agent Designer, first Create a copy of the Greetings setup topic, since the prebuilt Greetings setup topic is read-only.

    Role required: virtual_agent_admin or admin

    Pourquoi et quand exécuter cette tâche

    You can change the Virtual Agent greeting message by either updating the default greeting through the System Properties [sys_properties] table, or changing the message in the Greetings setup topic in Virtual Agent Designer.

    If you change the message in the System Properties table, the default greetings setup topic (and any custom greetings topics that don't override the default Show me everything) all show the updated message. If you change the greeting message through Virtual Agent Designer, you can make more targeted changes, such as a message for an HR-based greeting topic.

    The Greetings setup topic contains the Send Topic Picker script action, which controls the text in the Show me everything button. To change the text, edit the Send Topic Picker script action in the copy of the Greetings setup topic.

    Procédure

    Navigate to All and use one of the following methods.
    MethodDescription
    System properties
    1. Input sys_properties.list.
    2. Under com.glide.cs.topic_picker_button_label, set the value to a message of your choice, such as Show me everything.
    3. Select the Save icon Save icon..
    Virtual Agent Designer
    1. Navigate to Conversational Interfaces > Virtual Agent > Designer.
    2. Select the copy of the Greetings setup topic that you created.
    3. In the Flow tab, select the node for the Send Topic Picker script action.
    4. In the Script action properties sheet, select the Script icon Script icon. to open the Action expression script.
    5. Change the greetingMessage text string as needed, and select Save. For example, to change the button text to Show more, you would change the script as follows:
      (function execute() {
          var greetingMessage = vaSystem.getTopicSelectionMessage();
          vaSystem.sendTopicPickerControl(greetingMessage, "Show more");
      })()
    6. Preview the change in the chat window by selecting Test in the header bar. The button text change displays as follows:
      Virtual Agent bot displaying the change in the text with the Show me everything option when you tested.
    7. Select Save in the header bar.
    8. When you're ready to make the topic active, select Publish.

    Résultats

    If you follow the System Properties method, your change to the greeting message is shown in all Virtual Agent conversations. If you follow the Virtual Agent Designer method, your change is shown in conversations related to the Greetings setup topic.

    Que faire ensuite

    If you customized your Greetings topic, add it to the default chat experience or to a new custom chat experience that you created. For details, see Configure a Virtual Agent chat experience.