GoogleCloudDialogflowV2ListConversationsResponse constructor
GoogleCloudDialogflowV2ListConversationsResponse({
- List<
GoogleCloudDialogflowV2Conversation> ? conversations, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListConversationsResponse({
this.conversations,
this.nextPageToken,
});