qisdk / com.aldebaran.qi.sdk.object.conversation / Discuss / OnSayingChangedListener

OnSayingChangedListener

interface OnSayingChangedListener

Listener for saying property changed event

Since
3

Functions

onSayingChanged

The Phrase which is currently said by the robot This value is set to a Phrase with an empty 'text' field when the robot finishes saying the Phrase.

abstract fun onSayingChanged(sayingPhrase: Phrase!): Unit