InteractionLoadingInput
Handle
interface InteractionLoadingInput { getName(): string; setChoiceOptions(choices: InteractionChoiceOption[]): void; setValue(value: string): void;}Methods
method
setChoiceOptionsSets the choice options for the input.
setChoiceOptions(choices: InteractionChoiceOption[]): voidParameters
choicesInteractionChoiceOption[]