Now that we've created our entity, we need to create a passage to use it.
Entities only have a value within the passage that captures them. Once the conversation flow moves on to another passage, the entity value is gone. To use an entity, the passage must have:
- Inbound Questions that use the entity to capture the terms.
- A chatbot message that uses the entity placeholder chip in its content.
We'll tackle each of these separately. First, let's create our passage:
- Open the Create section of the left-hand navigation.
- Click Conversations.
- Click the Card Applications conversation.
- Click the Passage icon to create a new passage in the conversation.
- Rename the passage to Credit card application.
- Click Save.
Now that we have our passage, let's create Inbound Questions to capture the card type the user mentions.
Comments
Article is closed for comments.