qisdk / com.aldebaran.qi.sdk.object.conversation / PhraseSet

PhraseSet

interface PhraseSet

Object representing a set of phrases. Used to regroup phrases considered as synonyms. Example: "yes", "yep", "indeed", ...

Since
1

Types

Async

interface Async

Functions

async

abstract fun async(): Async!

getPhrases

Return the phrases of the PhraseSet.

abstract fun getPhrases(): MutableList<Phrase!>!