startPlaybook property
Name of the start playbook in this agent.
A start playbook will be automatically created when the agent is created,
and can only be deleted by deleting the agent. Format:
projects//locations//agents//playbooks/
. Currently only the default
playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
Implementation
core.String? startPlaybook;