Get Intent Vector Response from the User

This action will send a message to the user prompting them to provide a natural language response. The response text will be parsed by the selected LUIS Intent Vector and the resulting output from the LUIS Intent Vector will be provided as the output from the action.


Fields

Message
The message is the question or prompt to the user for their input
LUIS Intent Vector
Drop-down selection of the LUIS Intent Vector to use. The output properties of the action are determined by the selected LUIS Intent Vector.
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.
Allow Branching
When this is set to Yes, users may branch out to other skills or QnA Maker and pass the data back to this action using Signal Response JSON. See Branching & Multitasking for more info.

Returned Properties

Command Text
The text the user sent as the natural language response.
Correct Intent Received
Boolean response as to whether the natural language response from the user was a match to the selected LUIS Intent Vector intent.
LUIS Intent Vector Fields
The action will dynamically define return data based on the selected LUIS intent vector. The schema of what is returned is based on the Entities defined in the LUIS intent vector in AtBot Admin.
Cancellation Notice
This property will be True if the user responds with a cancellation keyword