abstract fun dynamicConcept(conceptName: String!): Future<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
Return
Future<EditablePhraseSet!>!: An EditablePhraseSet to access / modify the content of the dynamic concept
Future on error when:
Since
1