Question interface

The structure of the question / thread

Extends

Properties

reCaptchaToken
responses

List of answers in for the question / thread

Inherited Properties

createdDate

Time when the review was first created

id

Unique identifier of a QnA item

status

Get status of item

text

Text description of the QnA item

updatedDate

Time when the review was edited/updated

user

User details for the item.

Property Details

reCaptchaToken

reCaptchaToken: string

Property Value

string

responses

List of answers in for the question / thread

responses: Response[]

Property Value

Inherited Property Details

createdDate

Time when the review was first created

createdDate: Date

Property Value

Date

Inherited From QnAItem.createdDate

id

Unique identifier of a QnA item

id: number

Property Value

number

Inherited From QnAItem.id

status

Get status of item

status: QnAItemStatus

Property Value

Inherited From QnAItem.status

text

Text description of the QnA item

text: string

Property Value

string

Inherited From QnAItem.text

updatedDate

Time when the review was edited/updated

updatedDate: Date

Property Value

Date

Inherited From QnAItem.updatedDate

user

User details for the item.

user: UserIdentityRef

Property Value

Inherited From QnAItem.user