Ai question card

Question card shown inline in a conversational AI thread when the AI chatbot asks a question.

The question card is usually rendered alongside the AI chatbot message and user bubble to build a conversation. It asks a single question with selectable choices and an embedded AI textarea, so the user can pick an answer or type their own before submitting.

AI chatbot avatar

What have you done or started?

A pre-existing platform for sales

AI chatbot avatar

Let's refine your idea. Nothing's locked in yet. You can edit your idea later.

Who would your ideal customer be?

2 of 3
Inputs
question : AiQuestion
autoFocus ?: any = AutoFocusOption.DESKTOP
isSubmitDisabled ?: boolean = false
totalQuestions ?: number
Outputs
onSkip ?: any = new EventEmitter<void>()
onSubmit ?: any = new EventEmitter<string>()