PromptResponse
The response type is determined by the prompt type:
- TextResponse: FREEFORM
- SelectResponse: SINGLE_SELECT, MULTIPLE_SELECT, YEAR_SELECT
- MediaResponse: PHOTO_INPUT, VIDEO_INPUT
Definition
Section titled “Definition”union PromptResponse = MediaResponse | SelectResponse | TextResponse