Get Last Bot and Customer Message
Returns the last thing the bot said to the customer, and what the customer said to the bot.
What it does
- Takes 1 inputs and produces 3 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| Conversation | Object | The Conversation Object |
Outputs
| Name | Type | Description |
|---|---|---|
| Bot Message Found? | Boolean | Returns true if the bot message was found |
| Bot Message | String | Whatever the bot said last |
| Customer Message | String | Whatever the customer said or selected last |