qisdk / com.aldebaran.qi.sdk.object.conversation / Conversation / makeDiscuss

makeDiscuss

abstract fun makeDiscuss(context: RobotContext!, topics: MutableList<Topic!>!): Discuss!

Create a Discussion in the current language.

Parameters

context - RobotContext!: The context to authorize the action to be effectively executed on a robot

topics - MutableList<Topic!>!: The list of topics to use with the action

Exceptions

RuntimeException - One or more of the Topics contain one or more user defined functions that have not been defined.

Return
Discuss!: A Discuss action.

Since
1

abstract fun makeDiscuss(context: RobotContext!, topics: MutableList<Topic!>!, locale: Locale!): Discuss!

Create a Discussion in the given language.

Parameters

context - RobotContext!: The context to authorize the action to be effectively executed on a robot.

topics - MutableList<Topic!>!: The list of topics to use with the action.

locale - Locale!: The language of the conversation.

Exceptions

RuntimeException - The given locale is not available on the robot

Return
Discuss!: A Discuss action.

Since
1