GoogleCloudDialogflowV2ListSessionEntityTypesResponse constructor

GoogleCloudDialogflowV2ListSessionEntityTypesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowV2SessionEntityType>? sessionEntityTypes,
})

Implementation

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