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