This action will send a message to the user without expecting anything back. This is typically the last message in an interaction with AtBot. This action must come after either a When an Intent is Used Trigger or Start a Private Conversation Action as it requires the scope data in the Reply Activity.
Fields
Reply Text
The text to send to the user. Supports Actionable Answer syntax to create buttons on the returned message.
Optional JSON object you can send back to be available in the Direct Line client. Use this to pass data to use programmatically in web chat. The object will be available in the activity passed into the ChatActivity method.
Signal Response JSON
Optional JSON object that will be used by the AtBot platform to perform an operation. When this is a reply back to a skill that it was branched from, use this to pass back a value to the action that it branched from. See the Signal JSON Appendix below to see how to structure these responses.
Signal JSON Reference
Operation
Usage
Prompt the user with the message that was sent before branching