conversationProfile = $conversationProfile; } /** * @return string */ public function getConversationProfile() { return $this->conversationProfile; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setParticipantRole($participantRole) { $this->participantRole = $participantRole; } /** * @return string */ public function getParticipantRole() { return $this->participantRole; } /** * @param string */ public function setSuggestionFeatureType($suggestionFeatureType) { $this->suggestionFeatureType = $suggestionFeatureType; } /** * @return string */ public function getSuggestionFeatureType() { return $this->suggestionFeatureType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata');