Theia API Documentation v1.70.0
    Preparing search index...

    Default implementation for the QuestionResponseContent. Can be created with or without handler/request for read-only (restored) mode.

    Implements

    Index

    Constructors

    Properties

    _selectedOptions: undefined | { text: string; value?: string }[]
    handler:
        | undefined
        | QuestionResponseHandler
        | MultiSelectQuestionResponseHandler
    header?: string
    kind: "question" = 'question'
    multiSelect?: boolean
    onSkip?: () => void

    Called when the user dismisses a single-select question without choosing an option.

    options: { description?: string; text: string; value?: string }[]
    question: string
    request: undefined | MutableChatRequestModel

    Accessors

    Methods