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)
conceptName
- String!: The name of the concept we want to work on
RuntimeException
- There is no concept dynamic concept named conceptName
Return
EditablePhraseSet!: An EditablePhraseSet to access / modify the content of the dynamic concept
Since
3