Rate this page:

createDialogflow

Copy URL
createDialogflow(parameters: 

DialogflowSettings

):

DialogflowInstance

Creates a new instance which provides resources for exchanging data with the Dialogflow API, handling specified events, etc. You can attach media streams later via the AI.DialogflowInstance.sendMediaTo or VoxEngine.sendMediaBetween methods.
Add the following line to your scenario code to use the function:

require(Modules.AI);

Parameters

Returns