abstract fun onSayingChanged(sayingPhrase: Phrase!): Unit
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.
sayingPhrase
- Phrase!: the sayingPhrase value
Since
3