InteractionInputBuilder.withChoiceOptions
Method
interface InteractionInputBuilder { // ... omitted for brevity withChoiceOptions(choices: InteractionChoiceOption[]): InteractionInputBuilder;}Signature
method
withChoiceOptionsSets the choice options for the input.
withChoiceOptions(choices: InteractionChoiceOption[]): InteractionInputBuilderParameters
choicesInteractionChoiceOption[]Returns
InteractionInputBuilderDefined on
This method is defined on the following type: