AutoCompleteInteractionBehavior
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline suspend fun AutoCompleteInteractionBehavior.suggestInteger(builder: IntegerOptionBuilder.() -> Unit)
Responds to the interaction with the integer choices specified by builder.
Link copied to clipboard
inline suspend fun AutoCompleteInteractionBehavior.suggestNumber(builder: NumberOptionBuilder.() -> Unit)
Responds to the interaction with the number choices specified by builder.
Link copied to clipboard
inline suspend fun AutoCompleteInteractionBehavior.suggestString(builder: StringChoiceBuilder.() -> Unit)
Responds to the interaction with the string choices specified by builder.
Link copied to clipboard
abstract override fun withStrategy(strategy: EntitySupplyStrategy<*>): AutoCompleteInteractionBehavior