GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse constructor

GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse({
  1. List<GoogleCloudDialogflowCxV3Environment>? environments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse({
  this.environments,
  this.nextPageToken,
});