qisdk / com.aldebaran.qi.sdk.object.conversation / Discuss / concept

concept

abstract fun concept(conceptName: String!): PhraseSet!

Get the content of the concept with the given name that can be converted to a string This works with both static and dynamic concepts. (For a primer on static and dynamic concepts, please refer to the QiChat documentation)

Parameters

conceptName - String!: The name of the concept

Exceptions

RuntimeException - There is no concept named conceptName

Return
PhraseSet!: The content of the concept as a PhraseSet. Content that cannot be converted to a Phrase will be ignored

Since
1