toggle menu
edna ChatCenter SDK
5.1
edna ChatCenter SDK
switch theme
search in API
edna ChatCenter SDK
/
edna.chatcenter.ui.core.models.newSurveys
/
SurveyQuestion
Survey
Question
open
class
SurveyQuestion
(
var
id
:
Long
?
=
null
,
var
sendingId
:
Long
?
=
null
,
var
text
:
String
?
=
null
,
var
displayText
:
String
?
=
null
,
var
buttons
:
List
<
SurveyButton
>
?
=
null
)
Inheritors
QuestionDTO
Members
Constructors
Survey
Question
Link copied to clipboard
constructor
(
id
:
Long
?
=
null
,
sendingId
:
Long
?
=
null
,
text
:
String
?
=
null
,
displayText
:
String
?
=
null
,
buttons
:
List
<
SurveyButton
>
?
=
null
)
Properties
buttons
Link copied to clipboard
var
buttons
:
List
<
SurveyButton
>
?
display
Text
Link copied to clipboard
var
displayText
:
String
?
id
Link copied to clipboard
var
id
:
Long
?
sending
Id
Link copied to clipboard
var
sendingId
:
Long
?
text
Link copied to clipboard
var
text
:
String
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int