The Dialogflow channel provides you access to the Google Assistant. It can also serve as an NLU for other projects that require an external one.
Current Limitations
- We only support the Actions on Google integration on the Dialogflow integration page
- We only support English models
- We only support a subset of the built-in entities, custom entities are fully supported
Configuration
The Dialogflow channel function provides you with some configuration options.
export interface DialogflowProps {
/**
* Use the v1 version.
*
* @warn This deprecates on October 23rd, 2019. Do not use.
*/
v1?: boolean;
/**
* Allows NLU requests from your Dialogflow client to attempt to return content.
*
* By default, for all NLU requests it is detected and returned immediately.
*/
allowNLU?: boolean;
}
Comments
0 comments
Please sign in to leave a comment.