Dialogflow Detection Action

This action will parse any user text through Dialogflow engine. The conversation will not hold as a direct input. This action will trigger whenever the user text matches the configured intent.

Settings

The action uses the following settings:

Remarks

When used inside an interaction or behavior, this action is not blocking. The conversation is not halted and the user can continue freely. If you want to stop the user until the question requirements have been met, you can use the Dialogflow Input action.

Use * (asterisk) in the Intent Name field to catch any DialogFlow intent instead of a specific one.

This action is optimized to use Dialogflow only once per user input. Even using multiple Dialogflow Detection actions will result in a single Dialogflow API Call. Every Dialogflow API call will count as an additional chatbot message.

The Language field is fully parsed to be dynamic so you can set your Dialogflow language dynamically at runtime.

Any integration issue that Xenioo encounters during Dialogflow calls can be found inside each conversation Execution Diagram or inside the chatbot preview Execution Diagram.

Trigger

On Intent Detected. This action will trigger any child operation as soon as the user input is matching the selected intent with at least the specified confidence.

Variables

This action produces the following variables after being triggered:

Every entity specified in the detected expression will be translated to a runtime variable named after the entity name.

Availability

Channel specific availability follows the table below:

This action can be used only at Bot Global level or Behavior level.

Last updated