GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse constructor

GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse({
  1. List<GoogleCloudDialogflowV2ConversationModelEvaluation>? conversationModelEvaluations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse({
  this.conversationModelEvaluations,
  this.nextPageToken,
});