GoogleCloudDialogflowCxV3ListAgentsResponse constructor

GoogleCloudDialogflowCxV3ListAgentsResponse({
  1. List<GoogleCloudDialogflowCxV3Agent>? agents,
  2. String? nextPageToken,
})

Implementation

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