flutter_dialogflow
dialogflow_v2
Dialogflow
Dialogflow const constructor
Dialogflow
Dialogflow class
Constructors
Dialogflow
Properties
authGoogle
language
hashCode
runtimeType
Methods
detectIntent
noSuchMethod
toString
Operators
operator ==
Dialogflow constructor
const
Dialogflow
(
{
@required
AuthGoogle
authGoogle
,
String
language
:
"en"
})
Implementation
const Dialogflow({@required this.authGoogle, this.language="en"});