currentPage property

String? currentPage
getter/setter pair

The unique identifier of the page to override the current page in the session.

Format: projects//locations//agents//flows//pages/. If current_page is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.

Implementation

core.String? currentPage;