GoogleCloudDialogflowV2SearchAgentsResponse constructor

GoogleCloudDialogflowV2SearchAgentsResponse({
  1. List<GoogleCloudDialogflowV2Agent>? agents,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2SearchAgentsResponse({
  this.agents,
  this.nextPageToken,
});