@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface ResponsesGetQuestionResponse

    Response model for getting an answer of a specific question.

    interface ResponsesGetQuestionResponse {
        id: string;
        questionAnswerPair: ResponsesAnswerJSON;
    }
    Index

    Properties

    id: string

    The response's unique identifier.

    questionAnswerPair: ResponsesAnswerJSON

    A question with its answer for this response..