createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * Possibly grounded response text or media from the assistant. * * @param GoogleCloudDiscoveryengineV1AssistantGroundedContent $groundedContent */ public function setGroundedContent(GoogleCloudDiscoveryengineV1AssistantGroundedContent $groundedContent) { $this->groundedContent = $groundedContent; } /** * @return GoogleCloudDiscoveryengineV1AssistantGroundedContent */ public function getGroundedContent() { return $this->groundedContent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1AssistAnswerReply::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1AssistAnswerReply');