productAttributeValue = $productAttributeValue; } /** * @return GoogleCloudRetailV2ProductAttributeValue */ public function getProductAttributeValue() { return $this->productAttributeValue; } /** * @param GoogleCloudRetailV2ProductAttributeValue[] */ public function setProductAttributeValues($productAttributeValues) { $this->productAttributeValues = $productAttributeValues; } /** * @return GoogleCloudRetailV2ProductAttributeValue[] */ public function getProductAttributeValues() { return $this->productAttributeValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer');