abstract fun concept(conceptName: String!): Future<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)
conceptName
- String!: The name of the concept
Return
Future<PhraseSet!>!: The content of the concept as a PhraseSet. Content that cannot be converted to a Phrase will be ignored
Future on error when:
Since
1