GoogleCloudDialogflowV2ListConversationModelsResponse constructor

GoogleCloudDialogflowV2ListConversationModelsResponse({
  1. List<GoogleCloudDialogflowV2ConversationModel>? conversationModels,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListConversationModelsResponse({
  this.conversationModels,
  this.nextPageToken,
});