respondBalances
suspend fun respondBalances(ticket: Ticket.Balances, context: InputContext, response: String): Response<BalancesResult>
Continue a balances flow by submitting the user's answer to a Response.Dialog.
Parameters
context
InputContext taken from the dialog's input on the prior Response.Dialog.
response
The user's answer; see DialogInput for the format expected by each input variant.