@QiStruct open class Phrase
Structure containing a chunk of text intended to be said or listened by the robot.
Since
1
<init> |
Create a new Phrase(text: String!) |
equals |
open fun equals(other: Any?): Boolean |
getText |
Chunk of text intended to be said or listened by the robot. open fun getText(): String! |
hashCode |
open fun hashCode(): Int |
setText |
Setter for text Chunk of text intended to be said or listened by the robot. open fun setText(text: String!): Unit |
toString |
open fun toString(): String |