analyzeQueryTextSentiment = $analyzeQueryTextSentiment; } /** * @return bool */ public function getAnalyzeQueryTextSentiment() { return $this->analyzeQueryTextSentiment; } /** * @param string */ public function setChannel($channel) { $this->channel = $channel; } /** * @return string */ public function getChannel() { return $this->channel; } /** * @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 array[] */ public function setEndUserMetadata($endUserMetadata) { $this->endUserMetadata = $endUserMetadata; } /** * @return array[] */ public function getEndUserMetadata() { return $this->endUserMetadata; } /** * @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 bool */ public function setPopulateDataStoreConnectionSignals($populateDataStoreConnectionSignals) { $this->populateDataStoreConnectionSignals = $populateDataStoreConnectionSignals; } /** * @return bool */ public function getPopulateDataStoreConnectionSignals() { return $this->populateDataStoreConnectionSignals; } /** * @param GoogleCloudDialogflowCxV3SearchConfig */ public function setSearchConfig(GoogleCloudDialogflowCxV3SearchConfig $searchConfig) { $this->searchConfig = $searchConfig; } /** * @return GoogleCloudDialogflowCxV3SearchConfig */ public function getSearchConfig() { return $this->searchConfig; } /** * @param GoogleCloudDialogflowCxV3SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return GoogleCloudDialogflowCxV3SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } /** * @param string */ public function setSessionTtl($sessionTtl) { $this->sessionTtl = $sessionTtl; } /** * @return string */ public function getSessionTtl() { return $this->sessionTtl; } /** * @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');