Skip to content
DocsTry Aspire
DocsTry

InteractionLoadingInput

Handle
📦 Aspire.Hosting v13.5.0
interface InteractionLoadingInput {
getName(): string;
setChoiceOptions(choices: InteractionChoiceOption[]): void;
setValue(value: string): void;
}

Methods

methodgetName
Gets the name of the input.
getName(): string
string
Sets the choice options for the input.
setChoiceOptions(choices: InteractionChoiceOption[]): void
choicesInteractionChoiceOption[]
methodsetValue
Sets the value of the input.
setValue(value: string): void
valuestring