GoogleCloudDialogflowCxV3ListPagesResponse constructor
GoogleCloudDialogflowCxV3ListPagesResponse({
- String? nextPageToken,
- List<
GoogleCloudDialogflowCxV3Page> ? pages,
Implementation
GoogleCloudDialogflowCxV3ListPagesResponse({this.nextPageToken, this.pages});