Messaging for In-App Android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Messaging for In-App Android
data
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload.message.component.form.value
/
Value
/
TextValue
Text
Value
class
TextValue
(
val
textValue
:
String
)
:
Value
Represents a text value of an input response.
Parameters
text
Value
The text value of the response.
Members
Constructors
Text
Value
Link copied to clipboard
constructor
(
textValue
:
String
)
Properties
text
Value
Link copied to clipboard
val
textValue
:
String
value
Type
Link copied to clipboard
open
val
valueType
:
Value.ValueType