GoogleCloudDialogflowV2ListContextsResponse constructor

GoogleCloudDialogflowV2ListContextsResponse({
  1. List<GoogleCloudDialogflowV2Context>? contexts,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListContextsResponse({
  this.contexts,
  this.nextPageToken,
});