GoogleCloudDialogflowV2SearchAgentsResponse constructor
GoogleCloudDialogflowV2SearchAgentsResponse({
- List<
GoogleCloudDialogflowV2Agent> ? agents, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2SearchAgentsResponse({
this.agents,
this.nextPageToken,
});