response


Description:

public void response (int prompt_id, int response, NamedParameters? values)

A conveniente wrapper function around response, which ends previous call of prompt.

The response and values is known only to the caller and to the dialog implementor, it's not interpretted nor checked for correctness in any way in UserPrompterServer. The only limitation of values is that the array elements are strings.

Parameters:

this

an UserPrompterServerExtension

prompt_id

Prompt identificator

response

Response of the prompt

values

Additional response values, if extension defines any