GoogleCloudDialogflowV2EnvironmentHistory constructor

GoogleCloudDialogflowV2EnvironmentHistory({
  1. List<GoogleCloudDialogflowV2EnvironmentHistoryEntry>? entries,
  2. String? nextPageToken,
  3. String? parent,
})

Implementation

GoogleCloudDialogflowV2EnvironmentHistory({
  this.entries,
  this.nextPageToken,
  this.parent,
});