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

dynamicConcept

abstract fun dynamicConcept(conceptName: String!): EditablePhraseSet!

Retrieve the dynamic concept with the given name This works only with dynamic concepts. (For a primer on static and dynamic concepts, please refer to the QiChat documentation)

Parameters

conceptName - String!: The name of the concept we want to work on

Exceptions

RuntimeException - There is no concept dynamic concept named conceptName

Return
EditablePhraseSet!: An EditablePhraseSet to access / modify the content of the dynamic concept

Since
1