GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse constructor

GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3SessionEntityType>? sessionEntityTypes,
})

Implementation

GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse({
  this.nextPageToken,
  this.sessionEntityTypes,
});