contexts = $contexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function getContexts() { return $this->contexts; } /** * @param Google_Service_Dialogflow_GoogleTypeLatLng */ public function setGeoLocation(Google_Service_Dialogflow_GoogleTypeLatLng $geoLocation) { $this->geoLocation = $geoLocation; } /** * @return Google_Service_Dialogflow_GoogleTypeLatLng */ public function getGeoLocation() { return $this->geoLocation; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setResetContexts($resetContexts) { $this->resetContexts = $resetContexts; } public function getResetContexts() { return $this->resetContexts; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig */ public function setSentimentAnalysisRequestConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig $sentimentAnalysisRequestConfig) { $this->sentimentAnalysisRequestConfig = $sentimentAnalysisRequestConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig */ public function getSentimentAnalysisRequestConfig() { return $this->sentimentAnalysisRequestConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } }