GoogleCloudDialogflowV2ListConversationsResponse constructor

GoogleCloudDialogflowV2ListConversationsResponse({
  1. List<GoogleCloudDialogflowV2Conversation>? conversations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListConversationsResponse({
  this.conversations,
  this.nextPageToken,
});