agentEscalated = $agentEscalated; } /** * @return bool */ public function getAgentEscalated() { return $this->agentEscalated; } /** * @param bool */ public function setDtmfUsed($dtmfUsed) { $this->dtmfUsed = $dtmfUsed; } /** * @return bool */ public function getDtmfUsed() { return $this->dtmfUsed; } /** * @param string[] */ public function setFailureReasons($failureReasons) { $this->failureReasons = $failureReasons; } /** * @return string[] */ public function getFailureReasons() { return $this->failureReasons; } /** * @param bool */ public function setNoMatch($noMatch) { $this->noMatch = $noMatch; } /** * @return bool */ public function getNoMatch() { return $this->noMatch; } /** * @param bool */ public function setNoUserInput($noUserInput) { $this->noUserInput = $noUserInput; } /** * @return bool */ public function getNoUserInput() { return $this->noUserInput; } /** * @param bool */ public function setReachedEndPage($reachedEndPage) { $this->reachedEndPage = $reachedEndPage; } /** * @return bool */ public function getReachedEndPage() { return $this->reachedEndPage; } /** * @param float */ public function setSentimentMagnitude($sentimentMagnitude) { $this->sentimentMagnitude = $sentimentMagnitude; } /** * @return float */ public function getSentimentMagnitude() { return $this->sentimentMagnitude; } /** * @param float */ public function setSentimentScore($sentimentScore) { $this->sentimentScore = $sentimentScore; } /** * @return float */ public function getSentimentScore() { return $this->sentimentScore; } /** * @param bool */ public function setUserEscalated($userEscalated) { $this->userEscalated = $userEscalated; } /** * @return bool */ public function getUserEscalated() { return $this->userEscalated; } /** * @param string[] */ public function setWebhookStatuses($webhookStatuses) { $this->webhookStatuses = $webhookStatuses; } /** * @return string[] */ public function getWebhookStatuses() { return $this->webhookStatuses; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1TurnSignals::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TurnSignals');