A bot step is any one action that you can configure a custom bot or a feedback bot to perform. Most custom bots and most feedback bots contain multiple bot steps, which work together in sequence to meet a higher-level goal than any one bot step can meet in isolation.
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
STEP TYPES
- There are many different kinds ("types") of bot steps.
- You can configure some step types repeatedly in one bot, running differently each time. For example, your second and third steps might both submit API calls but direct these calls to two different systems.
- Other step types cannot be used repeatedly together in the same bot. For example, it would make no sense to reopen a particular, resolved issue more than once per conversation.
Note: * But never as the first step.
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
STEP ORDER
- A bot's steps run together in exactly the order that you specify.
- Although two bots might contain otherwise identical step types, you can arrange them to run in a different order.
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
END-USER RESPONSE FORMATS
Different bot step types support various end-user response formats. We cite and describe these formats in the same articles where we describe the step types.
NOTE
|