Skip to content
DocsTry Aspire
DocsTry

IInteractionService.createNumberInput

Method
📦 Aspire.Hosting v13.5.0
interface IInteractionService {
// ... omitted for brevity
createNumberInput(
name: string,
options?: CreateInteractionInputOptions): InteractionInputBuilder;
}

Signature

methodcreateNumberInput
Creates a numeric input.
createNumberInput(
name: string,
options?: CreateInteractionInputOptions): InteractionInputBuilder
namestring
optionsCreateInteractionInputOptionsoptional
InteractionInputBuilder

Defined on

This method is defined on the following type: