IInteractionService.createChoiceInput
Method
interface IInteractionService { // ... omitted for brevity createChoiceInput( name: string, choices?: InteractionChoiceOption[], options?: CreateInteractionInputOptions): InteractionInputBuilder;}Signature
method
createChoiceInputCreates a choice input that selects from a list of options.
createChoiceInput( name: string, choices?: InteractionChoiceOption[], options?: CreateInteractionInputOptions): InteractionInputBuilderParameters
namestringchoicesInteractionChoiceOption[]optionaloptionsCreateInteractionInputOptionsoptionalReturns
InteractionInputBuilderDefined on
This method is defined on the following type: