This service displays a dialog with the specified title (if any). The dialog contains the specified prompt message (if any). The user is expected to enter a string. It returns the user's entered value. The service fails if the user cancels the dialog.

Input ports
- title - The title used for the dialog. This is an optional parameter.
- message - The prompt message used for the dialog. This is an optional parameter.
Output ports
- answer - The user's entered value.
Examples
Example workflows can be found on myExperiment showing: