responseType property

String? responseType
getter/setter pair

Response type. Possible string values are:

  • "RESPONSE_TYPE_UNSPECIFIED" : Not specified.
  • "ENTRY_PROMPT" : The response is from an entry prompt in the page.
  • "PARAMETER_PROMPT" : The response is from form-filling prompt in the page.
  • "HANDLER_PROMPT" : The response is from a transition route or an event handler in the page or flow or transition route group.

Implementation

core.String? responseType;