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

Phrase

@QiStruct open class Phrase

Structure containing a chunk of text intended to be said or listened by the robot.

Since
1

Constructors

<init>

Create a new Phrase

Phrase(text: String!)

Functions

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