ExpectSpeechPayload

data class ExpectSpeechPayload

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class EpdParam(    val timeoutMilliseconds: Long?,     val silenceIntervalInMilliseconds: Long?,     val maxSpeechDurationMilliseconds: Long?)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
@SerializedName(value = "asrContext")
val asrContext: JsonObject?
Link copied to clipboard
@SerializedName(value = "domainTypes")
val domainTypes: Array<String>?
Link copied to clipboard
@SerializedName(value = "epd")
val epd: ExpectSpeechPayload.EpdParam?
Link copied to clipboard
@SerializedName(value = "listenTimeoutFailBeep")
val listenTimeoutFailBeep: Boolean?
Link copied to clipboard
@SerializedName(value = "playServiceId")
val playServiceId: String?