suggestInteger
inline suspend fun AutoCompleteInteractionBehavior.suggestInteger(builder: IntegerOptionBuilder.() -> Unit)(source)
Responds to the interaction with the integer choices specified by builder.
The provided choices are only suggestions and the user can provide any other input as well.