GoogleCloudDialogflowCxV3ListPagesResponse constructor

GoogleCloudDialogflowCxV3ListPagesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3Page>? pages,
})

Implementation

GoogleCloudDialogflowCxV3ListPagesResponse({this.nextPageToken, this.pages});