respondTransactions
suspend fun respondTransactions(ticket: Ticket.Transactions, context: InputContext, response: String): Response<TransactionsResult>
Continue a transactions 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.