abstract fun makeQiChatbot(context: RobotContext!, topics: MutableList<Topic!>!): Future<QiChatbot!>!
Create a Qichatbot in the current language.
context
- RobotContext!: The context of the application
topics
- MutableList<Topic!>!: The list of topics to use within the QiChatbot
Return
Future<QiChatbot!>!: A QiChatbot.
Future on error when:
Since
3
abstract fun makeQiChatbot(context: RobotContext!, topics: MutableList<Topic!>!, locale: Locale!): Future<QiChatbot!>!
Create a Qichatbot in the given language.
context
- RobotContext!: The context of the application
topics
- MutableList<Topic!>!: The list of topics to use within the QiChatbot
locale
- Locale!: The language of the conversation.
Return
Future<QiChatbot!>!: A QiChatbot.
Future on error when:
Since
3