GoogleCloudDialogflowCxV3MatchIntentRequest constructor
GoogleCloudDialogflowCxV3MatchIntentRequest({
- bool? persistParameterChanges,
- GoogleCloudDialogflowCxV3QueryInput? queryInput,
- GoogleCloudDialogflowCxV3QueryParameters? queryParams,
Implementation
GoogleCloudDialogflowCxV3MatchIntentRequest({
this.persistParameterChanges,
this.queryInput,
this.queryParams,
});