abstract fun makeDiscuss(context: RobotContext!, topics: MutableList<Topic!>!): Discuss!
Create a Discussion in the current language.
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
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.
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.
RuntimeException
- The given locale is not available on the robot
Return
Discuss!: A Discuss action.
Since
1