You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

message.mdx 1.1KB

123456789101112131415161718192021222324252627282930
  1. ---
  2. sidebar_position: 7
  3. slug: /message_component
  4. ---
  5. # Message component
  6. A component that sends out a static message.
  7. ---
  8. A **Message** component sends out a static message. If multiple messages are supplied, it randomly selects one to send.
  9. ## Configurations
  10. ### Messages
  11. The message to send out.
  12. Click **+ Add message** to add message options. When multiple messages are supplied, the **Message** component randomly selects one to send.
  13. ## Examples
  14. Explore our customer service agent template, where the **Message** component (component ID: **What else?**) randomly sends out a message to the user interface if the user inputs is related to personal contact information:
  15. 1. Click the **Agent** tab at the top center of the page to access the **Agent** page.
  16. 2. Click **+ Create agent** on the top right of the page to open the **agent template** page.
  17. 3. On the **agent template** page, hover over the **Customer service** card and click **Use this template**.
  18. 4. Name your new agent and click **OK** to enter the workflow editor.
  19. 5. Click on the **Message** component to display its **Configuration** window.