channelTag = $channelTag; } /** * @return int */ public function getChannelTag() { return $this->channelTag; } /** * @param float */ public function setConfidence($confidence) { $this->confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata */ public function setDialogflowSegmentMetadata(GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata $dialogflowSegmentMetadata) { $this->dialogflowSegmentMetadata = $dialogflowSegmentMetadata; } /** * @return GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata */ public function getDialogflowSegmentMetadata() { return $this->dialogflowSegmentMetadata; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param string */ public function setMessageTime($messageTime) { $this->messageTime = $messageTime; } /** * @return string */ public function getMessageTime() { return $this->messageTime; } /** * @param GoogleCloudContactcenterinsightsV1ConversationParticipant */ public function setSegmentParticipant(GoogleCloudContactcenterinsightsV1ConversationParticipant $segmentParticipant) { $this->segmentParticipant = $segmentParticipant; } /** * @return GoogleCloudContactcenterinsightsV1ConversationParticipant */ public function getSegmentParticipant() { return $this->segmentParticipant; } /** * @param GoogleCloudContactcenterinsightsV1SentimentData */ public function setSentiment(GoogleCloudContactcenterinsightsV1SentimentData $sentiment) { $this->sentiment = $sentiment; } /** * @return GoogleCloudContactcenterinsightsV1SentimentData */ public function getSentiment() { return $this->sentiment; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo[] */ public function setWords($words) { $this->words = $words; } /** * @return GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo[] */ public function getWords() { return $this->words; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment');