GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse constructor
GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse({
- List<
GoogleCloudDialogflowV2ConversationModelEvaluation> ? conversationModelEvaluations, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse({
this.conversationModelEvaluations,
this.nextPageToken,
});