nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.text
/
ExpectTypingHandlerInterface
/
Payload
Payload
data
class
Payload
(
val
playServiceId
:
String
,
val
domainTypes
:
Array
<
String
>
?
,
val
asrContext
:
JsonObject
?
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Payload
Link copied to clipboard
fun
Payload
(
playServiceId
:
String
,
domainTypes
:
Array
<
String
>
?
,
asrContext
:
JsonObject
?
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
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
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
Content copied to clipboard