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