GoogleCloudDialogflowCxV3ListVersionsResponse constructor
GoogleCloudDialogflowCxV3ListVersionsResponse({
- String? nextPageToken,
- List<
GoogleCloudDialogflowCxV3Version> ? versions,
Implementation
GoogleCloudDialogflowCxV3ListVersionsResponse({
this.nextPageToken,
this.versions,
});