Python SDK
NessyAPI
Preparing search index...
The search index is not available
@nessyapi/sdk - v0.1.0
@nessyapi/sdk
index
QuestionInfo
Interface QuestionInfo
interface
QuestionInfo
{
question_id
:
string
;
text
:
string
;
text_cs
?:
null
|
string
;
answer_type
?:
string
;
options
?:
{
value
:
string
;
label
?:
string
}
[]
;
targets
?:
string
[]
;
is_red_flag
?:
boolean
;
branch_id
?:
null
|
string
;
}
Index
Properties
question_
id
text
text_
cs?
answer_
type?
options?
targets?
is_
red_
flag?
branch_
id?
Properties
question_
id
question_id
:
string
text
text
:
string
Optional
text_
cs
text_cs
?:
null
|
string
Optional
answer_
type
answer_type
?:
string
Optional
options
options
?:
{
value
:
string
;
label
?:
string
}
[]
Optional
targets
targets
?:
string
[]
Optional
is_
red_
flag
is_red_flag
?:
boolean
Optional
branch_
id
branch_id
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
question_
id
text
text_
cs
answer_
type
options
targets
is_
red_
flag
branch_
id
Python SDK
NessyAPI
@nessyapi/sdk - v0.1.0
Loading...