agentId = $agentId; } /** * @return string */ public function getAgentId() { return $this->agentId; } /** * @param GoogleCloudContactcenterinsightsV1ConversationCallMetadata */ public function setCallMetadata(GoogleCloudContactcenterinsightsV1ConversationCallMetadata $callMetadata) { $this->callMetadata = $callMetadata; } /** * @return GoogleCloudContactcenterinsightsV1ConversationCallMetadata */ public function getCallMetadata() { return $this->callMetadata; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GoogleCloudContactcenterinsightsV1ConversationDataSource */ public function setDataSource(GoogleCloudContactcenterinsightsV1ConversationDataSource $dataSource) { $this->dataSource = $dataSource; } /** * @return GoogleCloudContactcenterinsightsV1ConversationDataSource */ public function getDataSource() { return $this->dataSource; } /** * @param GoogleCloudContactcenterinsightsV1DialogflowIntent[] */ public function setDialogflowIntents($dialogflowIntents) { $this->dialogflowIntents = $dialogflowIntents; } /** * @return GoogleCloudContactcenterinsightsV1DialogflowIntent[] */ public function getDialogflowIntents() { return $this->dialogflowIntents; } /** * @param string */ public function setDuration($duration) { $this->duration = $duration; } /** * @return string */ public function getDuration() { return $this->duration; } /** * @param string */ public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } /** * @return string */ public function getExpireTime() { return $this->expireTime; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param GoogleCloudContactcenterinsightsV1Analysis */ public function setLatestAnalysis(GoogleCloudContactcenterinsightsV1Analysis $latestAnalysis) { $this->latestAnalysis = $latestAnalysis; } /** * @return GoogleCloudContactcenterinsightsV1Analysis */ public function getLatestAnalysis() { return $this->latestAnalysis; } /** * @param string */ public function setMedium($medium) { $this->medium = $medium; } /** * @return string */ public function getMedium() { return $this->medium; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setObfuscatedUserId($obfuscatedUserId) { $this->obfuscatedUserId = $obfuscatedUserId; } /** * @return string */ public function getObfuscatedUserId() { return $this->obfuscatedUserId; } /** * @param GoogleCloudContactcenterinsightsV1RuntimeAnnotation[] */ public function setRuntimeAnnotations($runtimeAnnotations) { $this->runtimeAnnotations = $runtimeAnnotations; } /** * @return GoogleCloudContactcenterinsightsV1RuntimeAnnotation[] */ public function getRuntimeAnnotations() { return $this->runtimeAnnotations; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param GoogleCloudContactcenterinsightsV1ConversationTranscript */ public function setTranscript(GoogleCloudContactcenterinsightsV1ConversationTranscript $transcript) { $this->transcript = $transcript; } /** * @return GoogleCloudContactcenterinsightsV1ConversationTranscript */ public function getTranscript() { return $this->transcript; } /** * @param string */ public function setTtl($ttl) { $this->ttl = $ttl; } /** * @return string */ public function getTtl() { return $this->ttl; } /** * @param int */ public function setTurnCount($turnCount) { $this->turnCount = $turnCount; } /** * @return int */ public function getTurnCount() { return $this->turnCount; } /** * @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(GoogleCloudContactcenterinsightsV1Conversation::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1Conversation');