intents property

List<GoogleCloudDialogflowV2Intent>? intents
getter/setter pair

The list of agent intents.

There will be a maximum number of items returned based on the page_size field in the request.

Implementation

core.List<GoogleCloudDialogflowV2Intent>? intents;