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