@QiStruct open class ListenOptions
Optional parameters for the configuration of a Listen action
Since
5
<init> |
Create a new ListenOptions() ListenOptions(bodyLanguageOption: Optional<BodyLanguageOption!>!, locale: Optional<Locale!>!, ASRParameters: Optional<MutableMap<String!, String!>!>!) |
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!>!> |
getBodyLanguageOption |
The body language policy to apply. open fun getBodyLanguageOption(): Optional<BodyLanguageOption!> |
getLocale |
The locale of the Chat action, used for the speech recognition. open fun getLocale(): Optional<Locale!> |
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 |
setBodyLanguageOption |
Setter for bodyLanguageOption The body language policy to apply. open fun setBodyLanguageOption(bodyLanguageOption: Optional<BodyLanguageOption!>): Unit |
setLocale |
Setter for locale The locale of the Chat action, used for the speech recognition. open fun setLocale(locale: Optional<Locale!>): Unit |
toString |
open fun toString(): String |