GoogleCloudDialogflowV2ListConversationModelsResponse constructor
GoogleCloudDialogflowV2ListConversationModelsResponse({
- List<
GoogleCloudDialogflowV2ConversationModel> ? conversationModels, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListConversationModelsResponse({
this.conversationModels,
this.nextPageToken,
});