toggle menu
edna ChatCenter SDK
5.1
edna ChatCenter SDK
switch theme
search in API
edna ChatCenter SDK
/
edna.chatcenter.ui.core.models.newSurveys
/
SurveyContent
Survey
Content
data
class
SurveyContent
(
val
id
:
Int
?
,
val
uuid
:
String
?
,
val
sendingId
:
Long
?
,
var
questions
:
List
<
SurveyQuestion
>
?
,
val
hideAfter
:
Long
?
,
val
blockInput
:
Boolean
?
)
Members
Constructors
Survey
Content
Link copied to clipboard
constructor
(
id
:
Int
?
,
uuid
:
String
?
,
sendingId
:
Long
?
,
questions
:
List
<
SurveyQuestion
>
?
,
hideAfter
:
Long
?
,
blockInput
:
Boolean
?
)
Properties
block
Input
Link copied to clipboard
val
blockInput
:
Boolean
?
hide
After
Link copied to clipboard
val
hideAfter
:
Long
?
id
Link copied to clipboard
val
id
:
Int
?
questions
Link copied to clipboard
var
questions
:
List
<
SurveyQuestion
>
?
sending
Id
Link copied to clipboard
val
sendingId
:
Long
?
uuid
Link copied to clipboard
val
uuid
:
String
?