GoogleCloudDialogflowV2ListConversationProfilesResponse constructor
GoogleCloudDialogflowV2ListConversationProfilesResponse({
- List<
GoogleCloudDialogflowV2ConversationProfile> ? conversationProfiles, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListConversationProfilesResponse({
this.conversationProfiles,
this.nextPageToken,
});