Theia API Documentation v1.66.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

    _selectedOption: undefined | { text: string; value?: string }
    handler: undefined | QuestionResponseHandler
    kind: "question" = 'question'
    options: { text: string; value?: string }[]
    question: string
    request: undefined | MutableChatRequestModel

    Accessors

    Methods