nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.routine
/
Action
Action
data
class
Action
(
val
type
:
Action.Type
,
val
text
:
String
?
,
val
data
:
JsonObject
?
,
val
playServiceId
:
String
?
,
val
token
:
String
?
,
val
postDelayInMilliseconds
:
Long
?
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Action
Link copied to clipboard
fun
Action
(
type
:
Action.Type
,
text
:
String
?
,
data
:
JsonObject
?
,
playServiceId
:
String
?
,
token
:
String
?
,
postDelayInMilliseconds
:
Long
?
)
Content copied to clipboard
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Action.Type
>
Content copied to clipboard
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
JsonObject
Content copied to clipboard
Properties
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
JsonObject
?
Content copied to clipboard
play
Service
Id
Link copied to clipboard
@
SerializedName
(
value
=
"playServiceId"
)
val
playServiceId
:
String
?
Content copied to clipboard
post
Delay
In
Milliseconds
Link copied to clipboard
@
SerializedName
(
value
=
"postDelayInMilliseconds"
)
val
postDelayInMilliseconds
:
Long
?
Content copied to clipboard
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
?
Content copied to clipboard
token
Link copied to clipboard
@
SerializedName
(
value
=
"token"
)
val
token
:
String
?
Content copied to clipboard
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
Action.Type
Content copied to clipboard