abstract fun makeDiscuss(context: RobotContext!, topics: MutableList<Topic!>!): Future<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
Return
Future<Discuss!>!: A Discuss action.
Future on error when:
Since
1
abstract fun makeDiscuss(context: RobotContext!, topics: MutableList<Topic!>!, locale: Locale!): Future<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.
Return
Future<Discuss!>!: A Discuss action.
Future on error when:
Since
1