Get Response from User

This action will send a message to the user prompting them for a response. 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

Message
The message is the question or prompt to the user for their input
Reply Activity
The Reply Activity is a special scope value that can only be set to the Reply Activity property that came back from either the When an Intent is Used Trigger or Start a Private Conversation Action.
Accept Response From
An optional value that is used in channel conversations in Teams. This allows you to control who can respond to the bot for this get response. This value is ignored in private chat with the bot.

Returned Properties

Response Text
The reply text back from the user

Files

A JSON array of files received from the user. Each array item has the following properties.

File Name
The name of the file.
File Type
The mime type of the file.
File Bytes
A serialized byte array of the file contents.
Cancellation Notice
This property will be True if the user responds with a cancellation keyword