nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.asr
/
ExpectSpeechPayload
Expect
Speech
Payload
data
class
ExpectSpeechPayload
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Epd
Param
Link copied to clipboard
data
class
EpdParam
(
val
timeoutMilliseconds
:
Long
?
,
val
silenceIntervalInMilliseconds
:
Long
?
,
val
maxSpeechDurationMilliseconds
:
Long
?
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
asr
Context
Link copied to clipboard
@
SerializedName
(
value
=
"asrContext"
)
val
asrContext
:
JsonObject
?
Content copied to clipboard
domain
Types
Link copied to clipboard
@
SerializedName
(
value
=
"domainTypes"
)
val
domainTypes
:
Array
<
String
>
?
Content copied to clipboard
epd
Link copied to clipboard
@
SerializedName
(
value
=
"epd"
)
val
epd
:
ExpectSpeechPayload.EpdParam
?
Content copied to clipboard
listen
Timeout
Fail
Beep
Link copied to clipboard
@
SerializedName
(
value
=
"listenTimeoutFailBeep"
)
val
listenTimeoutFailBeep
:
Boolean
?
Content copied to clipboard
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
?
Content copied to clipboard