abbreviation = $abbreviation; } /** * @return string */ public function getAbbreviation() { return $this->abbreviation; } /** * @param GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice[] */ public function setAnswerChoices($answerChoices) { $this->answerChoices = $answerChoices; } /** * @return GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice[] */ public function getAnswerChoices() { return $this->answerChoices; } /** * @param string */ public function setAnswerInstructions($answerInstructions) { $this->answerInstructions = $answerInstructions; } /** * @return string */ public function getAnswerInstructions() { return $this->answerInstructions; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GoogleCloudContactcenterinsightsV1QaQuestionMetrics */ public function setMetrics(GoogleCloudContactcenterinsightsV1QaQuestionMetrics $metrics) { $this->metrics = $metrics; } /** * @return GoogleCloudContactcenterinsightsV1QaQuestionMetrics */ public function getMetrics() { return $this->metrics; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param int */ public function setOrder($order) { $this->order = $order; } /** * @return int */ public function getOrder() { return $this->order; } /** * @param string */ public function setQuestionBody($questionBody) { $this->questionBody = $questionBody; } /** * @return string */ public function getQuestionBody() { return $this->questionBody; } /** * @param string[] */ public function setTags($tags) { $this->tags = $tags; } /** * @return string[] */ public function getTags() { return $this->tags; } /** * @param GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata */ public function setTuningMetadata(GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata $tuningMetadata) { $this->tuningMetadata = $tuningMetadata; } /** * @return GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata */ public function getTuningMetadata() { return $this->tuningMetadata; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1QaQuestion::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1QaQuestion');