prompts property

List<String>? prompts
getter/setter pair

The collection of prompts that the agent can present to the user in order to collect a value for the parameter.

Optional.

Implementation

core.List<core.String>? prompts;