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

makeTopic

abstract fun makeTopic(topicContent: String!): Topic!

Create a new Topic object.

Parameters

topicContent - String!: The content of the Topic

Exceptions

RuntimeException - The syntax of the topic given in topicContent is incorrect.

Return
Topic!: A topic object.

Since
1