PromptForm presents a textual acknowledgement prompt and blocks until the user responds. It returns ErrPromptDeclined if the user declines, or ErrPromptUnavailable if the prompt could not be delivered.
(ctx context.Context, p Prompt)
| 56 | // user responds. It returns ErrPromptDeclined if the user declines, or |
| 57 | // ErrPromptUnavailable if the prompt could not be delivered. |
| 58 | PromptForm(ctx context.Context, p Prompt) error |
| 59 | } |
| 60 | |
| 61 | // canPromptURL reports URL support, tolerating a nil Prompter. |
no outgoing calls