Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Starting block
    Each flow has one (and only one) starting block (in our example it is the one with copy: “Learn more about us by clicking one of the buttons below“). This block is displayed when the user starts the flow from the welcome message (in our example: “Learn more about us“ button), main menu or, if intent or FAQ category is attached to it, from FAQ flow as well. This entryway to the content flow can be adjusted per specification.

  2. Block types
    We have several block types and you can decide which ones should be used to provide the best experience for your users.

    1. Buttons - contain a message with up to 3 buttons. Buttons appear one under another horizontally. The character limit for a button name is 20 characters. You can decide what happens when you click on the button, there are currently 5 actions you can use:

      1. FAQ - Button is triggering FAQ flow (usually “What would you like to know?“ message)

      2. Job search - Button triggers Job Discovery flow.

      3. Restart - Button triggers welcome message

      4. External Link - Button triggers external link

      5. Jump - Button let’s you transition to another block

        This is how Button Block type looks like in a chatbot.

    2. Quick replies - contain a message and up to thirteen quick responses to be displayed. They are displayed vertically and there is no character limit per quick reply. You can decide what happens when you click on the quick reply, there are currently 4 actions you can use:

      1. FAQ - Quick reply is triggering FAQ flow (usually “What would you like to know?“ message)

      2. Job search - Quick reply triggers Job Discovery flow.

      3. Restart - Quick reply triggers welcome message

      4. Jump - Quick reply let’s you transition to another block

        This is how Quick Replies Block type looks like in a chatbot:

    3. Transitions - contain a message and offers no option for user interaction, automatically transitions to another action. There are 4 actions you can use:

      1. FAQ - user sees the message and then automatically FAQ is triggered (usually “What would you like to know?“ message)

      2. Job search - user sees the message and then automatically Job Discovery flow is triggered.

      3. Restart - user sees the message and then automatically welcome message is triggered.

      4. Jump - user sees the message and then automatically transitions to another block

        Example of a Transition with action Jump you can see below. User will see both messages at once.

        Image Added

    4. Images / Videos (if supported by the platform) - contain an image or a video and offers no option for user interaction. You have to provide a publicly accessible URL of the Image or Video, there is no option for us to upload the content. There are 4 actions you can use:

      1. FAQ - user sees the image or video and then automatically FAQ is triggered (usually “What would you like to know?“ message)

      2. Job search - user sees the image or video and then automatically Job Discovery flow is triggered.

      3. Restart - user sees the image or video and then automatically welcome message is triggered.

      4. Jump - user sees the image or video and then automatically transitions to another block

        This is how Image Block type looks like in a chatbot (in this case, we jump right away to another block with content “Innovations at my company“):

  3. Block attributes

    1. FAQ enabled - in case of buttons and quick replies block types the user input is matched (case insensitive) against the offered answer options / button labels. If there’s a match the user input is interpreted as the user pressed the button or selected a quick reply. If there’s no match, based on the “FAQ enabled” setting it’s either interpreted as a FAQ question (in case FAQ enabled is checked) or a warning is displayed that one of the options should be selected and the block is repeated (in case FAQ enabled is not checked). You cannot enable FAQ on Image or Video block types.

    2. External triggers - With the usage of external triggers users can jump into any block of the content flow. An external trigger can be an intent (like: “I would like to learn more about your company!“ that can lead you to the first message of the content flow) or an FAQ category (like “What is your diversity policy?” can lead to Diversity category with further content). Any intent or FAQ category can be used only once in a single content flow as an external trigger. Keep in mind that it means that whatever response you have provided for your FAQ category will be overridden and user will end up in the content flow instead. But you can of course continue to approve questions into that category and make sure that more users, in that way, will be able to find your extended content.

...