queryInput = $queryInput; } /** * @return GoogleCloudDialogflowCxV3QueryInput */ public function getQueryInput() { return $this->queryInput; } /** * @param GoogleCloudDialogflowCxV3QueryParameters */ public function setQueryParams(GoogleCloudDialogflowCxV3QueryParameters $queryParams) { $this->queryParams = $queryParams; } /** * @return GoogleCloudDialogflowCxV3QueryParameters */ public function getQueryParams() { return $this->queryParams; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3MatchIntentRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest');