respondCollectPayment
suspend fun respondCollectPayment(ticket: Ticket.CollectPayment, context: InputContext, response: String): Response<CollectPaymentResult>
Continue a collect-payment 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.