nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.message
/
MessageToSend
Message
To
Send
data
class
MessageToSend
(
val
text
:
String
,
val
type
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Message
To
Send
Link copied to clipboard
fun
MessageToSend
(
text
:
String
,
type
:
String
?
)
Content copied to clipboard
Properties
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
Content copied to clipboard
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
?
Content copied to clipboard