qisdk / com.aldebaran.qi.sdk.object.conversation / Conversation / Async / makeQiChatbot

makeQiChatbot

abstract fun makeQiChatbot(context: RobotContext!, topics: MutableList<Topic!>!): Future<QiChatbot!>!

Create a Qichatbot in the current language.

Parameters

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.

Parameters

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