GoogleCloudDialogflowV2ListConversationProfilesResponse constructor

GoogleCloudDialogflowV2ListConversationProfilesResponse({
  1. List<GoogleCloudDialogflowV2ConversationProfile>? conversationProfiles,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListConversationProfilesResponse({
  this.conversationProfiles,
  this.nextPageToken,
});