Ai question card

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

In single select mode, the choices are radio buttons, so only one can be picked, and selecting a choice fills it into the AI textarea inside the card.

AI chatbot avatar

What stage is your business at?

What stage is your business at?

1 of 3

In multi select mode, the choices are checkboxes, so the user can pick more than one option, and each selected choice is appended into the textarea.

AI chatbot avatar

Who would your ideal customer be?

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>()