startFlow property

String? startFlow
getter/setter pair

Name of the start flow in this agent.

A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/. Currently only the default start flow with id "00000000-0000-0000-0000-000000000000" is allowed.

Implementation

core.String? startFlow;