GoogleCloudDialogflowV2ListContextsResponse constructor
GoogleCloudDialogflowV2ListContextsResponse({
- List<
GoogleCloudDialogflowV2Context> ? contexts, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListContextsResponse({
this.contexts,
this.nextPageToken,
});