menu
yt
yt
Chatbot
Chatbot constructor
Chatbot
brightness_4
brightness_5
Chatbot
constructor
Chatbot
(
{
required
String
botName
,
required
List
<
Dialog
>
dialogs
}
)
Implementation
Chatbot({required this.botName, required this.dialogs}) : phraseMatch = PhraseMatch();
yt
yt
Chatbot
Chatbot constructor
Chatbot class
Constructors
Chatbot
fromJson
fromYaml
Properties
botName
dialogs
hashCode
nameFormatted
phraseMatch
runtimeType
Methods
checkDialog
noSuchMethod
toJson
toString
Operators
operator ==