Skip to content

Interface: QnaReviewSummaryItem

One question's aggregated answers, returned per custom question when q_n_a_summary=1 is requested.

Properties

ans_type

ts
ans_type: QnaReviewSummaryAnsType;

average_rating

ts
average_rating: number;

has_answer

ts
has_answer: 0 | 1;

1 when at least one answer exists, 0 otherwise.


options

ts
options: QnaReviewSummaryOption[];

question_short_text

ts
question_short_text: string;

question_title

ts
question_title: string;

total

ts
total: number;

Total answer count across all options.