nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.chips
/
Chip
Chip
data
class
Chip
(
val
type
:
Chip.Type
,
val
text
:
String
,
val
token
:
String
?
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Chip
Link copied to clipboard
fun
Chip
(
type
:
Chip.Type
,
text
:
String
,
token
:
String
?
)
Content copied to clipboard
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Chip.Type
>
Content copied to clipboard
Properties
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
:
Chip.Type
Content copied to clipboard