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

ListenResult

@QiStruct open class ListenResult

The heard phrase along with the matching phrase set.

Since
1

Constructors

<init>

Create a new ListenResult

ListenResult(matchedPhraseSet: PhraseSet!, heardPhrase: Phrase!)

Functions

equals

open fun equals(other: Any?): Boolean

getHeardPhrase

The heard Phrase.

open fun getHeardPhrase(): Phrase!

getMatchedPhraseSet

The matching phrase set.

open fun getMatchedPhraseSet(): PhraseSet!

hashCode

open fun hashCode(): Int

setHeardPhrase

Setter for heardPhrase The heard Phrase.

open fun setHeardPhrase(heardPhrase: Phrase!): Unit

setMatchedPhraseSet

Setter for matchedPhraseSet The matching phrase set.

open fun setMatchedPhraseSet(matchedPhraseSet: PhraseSet!): Unit

toString

open fun toString(): String