nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.routine
/
RoutineAgentInterface
/
Context
Context
data
class
Context
(
val
token
:
String
?
,
val
routineActivity
:
RoutineAgentInterface.State
,
val
currentAction
:
Int
?
,
val
actions
:
Array
<
Action
>
?
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Context
Link copied to clipboard
fun
Context
(
token
:
String
?
,
routineActivity
:
RoutineAgentInterface.State
,
currentAction
:
Int
?
,
actions
:
Array
<
Action
>
?
)
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
actions
Link copied to clipboard
val
actions
:
Array
<
Action
>
?
Content copied to clipboard
current
Action
Link copied to clipboard
val
currentAction
:
Int
?
Content copied to clipboard
routine
Activity
Link copied to clipboard
val
routineActivity
:
RoutineAgentInterface.State
Content copied to clipboard
token
Link copied to clipboard
val
token
:
String
?
Content copied to clipboard