GoogleCloudDialogflowV2ListEnvironmentsResponse constructor
GoogleCloudDialogflowV2ListEnvironmentsResponse({
- List<
GoogleCloudDialogflowV2Environment> ? environments, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListEnvironmentsResponse({
this.environments,
this.nextPageToken,
});