GoogleCloudDialogflowV2EnvironmentHistory constructor
GoogleCloudDialogflowV2EnvironmentHistory({
- List<
GoogleCloudDialogflowV2EnvironmentHistoryEntry> ? entries, - String? nextPageToken,
- String? parent,
Implementation
GoogleCloudDialogflowV2EnvironmentHistory({
this.entries,
this.nextPageToken,
this.parent,
});