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

ChatOptions

@QiStruct open class ChatOptions

Optional parameters for the configuration of a Chat action

Since
5

Constructors

<init>

Create a new ChatOptions

ChatOptions()
ChatOptions(speechEngine: Optional<SpeechEngine!>!, locale: Optional<Locale!>!, ASRParameters: Optional<MutableMap<String!, String!>!>!)

Functions

equals

open fun equals(other: Any?): Boolean

getASRParameters

ASR Driver parameters. These vary depending on the Automatic Speech Recognition solution chosen for your region. If you are in an affected region, contact SoftBank Robotics for more details

open fun getASRParameters(): Optional<MutableMap<String!, String!>!>

getLocale

The locale of the Chat action, used for the speech recognition.

open fun getLocale(): Optional<Locale!>

getSpeechEngine

The factory which is necessary to create the Say objects used

open fun getSpeechEngine(): Optional<SpeechEngine!>

hashCode

open fun hashCode(): Int

setASRParameters

Setter for ASRParameters ASR Driver parameters. These vary depending on the Automatic Speech Recognition solution chosen for your region. If you are in an affected region, contact SoftBank Robotics for more details

open fun setASRParameters(ASRParameters: Optional<MutableMap<String!, String!>!>): Unit

setLocale

Setter for locale The locale of the Chat action, used for the speech recognition.

open fun setLocale(locale: Optional<Locale!>): Unit

setSpeechEngine

Setter for speechEngine The factory which is necessary to create the Say objects used

open fun setSpeechEngine(speechEngine: Optional<SpeechEngine!>): Unit

toString

open fun toString(): String