analyzeQueryTextSentiment = $analyzeQueryTextSentiment; } /** * @return bool */ public function getAnalyzeQueryTextSentiment() { return $this->analyzeQueryTextSentiment; } /** * @param string */ public function setCurrentPage($currentPage) { $this->currentPage = $currentPage; } /** * @return string */ public function getCurrentPage() { return $this->currentPage; } /** * @param bool */ public function setDisableWebhook($disableWebhook) { $this->disableWebhook = $disableWebhook; } /** * @return bool */ public function getDisableWebhook() { return $this->disableWebhook; } /** * @param string[] */ public function setFlowVersions($flowVersions) { $this->flowVersions = $flowVersions; } /** * @return string[] */ public function getFlowVersions() { return $this->flowVersions; } /** * @param GoogleTypeLatLng */ public function setGeoLocation(GoogleTypeLatLng $geoLocation) { $this->geoLocation = $geoLocation; } /** * @return GoogleTypeLatLng */ public function getGeoLocation() { return $this->geoLocation; } /** * @param array[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return array[] */ public function getParameters() { return $this->parameters; } /** * @param array[] */ public function setPayload($payload) { $this->payload = $payload; } /** * @return array[] */ public function getPayload() { return $this->payload; } /** * @param GoogleCloudDialogflowCxV3SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return GoogleCloudDialogflowCxV3SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } /** * @param string */ public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } /** * @return string */ public function getTimeZone() { return $this->timeZone; } /** * @param string[] */ public function setWebhookHeaders($webhookHeaders) { $this->webhookHeaders = $webhookHeaders; } /** * @return string[] */ public function getWebhookHeaders() { return $this->webhookHeaders; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3QueryParameters::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters');