answerRecord = $answerRecord; } /** * @return string */ public function getAnswerRecord() { return $this->answerRecord; } /** * @param float */ public function setConfidence($confidence) { $this->confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param string */ public function setReply($reply) { $this->reply = $reply; } /** * @return string */ public function getReply() { return $this->reply; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2SmartReplyAnswer::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2SmartReplyAnswer');