PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
google
/
apiclient-services
/
src
/
Contactcenterinsights
/
Editing: GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.php
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Contactcenterinsights; class GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata extends \Google\Collection { protected $collection_key = 'sentiments'; protected $annotationsType = GoogleCloudContactcenterinsightsV1CallAnnotation::class; protected $annotationsDataType = 'array'; protected $entitiesType = GoogleCloudContactcenterinsightsV1Entity::class; protected $entitiesDataType = 'map'; protected $intentsType = GoogleCloudContactcenterinsightsV1Intent::class; protected $intentsDataType = 'map'; protected $issueModelResultType = GoogleCloudContactcenterinsightsV1IssueModelResult::class; protected $issueModelResultDataType = ''; protected $phraseMatchersType = GoogleCloudContactcenterinsightsV1PhraseMatchData::class; protected $phraseMatchersDataType = 'map'; protected $qaScorecardResultsType = GoogleCloudContactcenterinsightsV1QaScorecardResult::class; protected $qaScorecardResultsDataType = 'array'; protected $sentimentsType = GoogleCloudContactcenterinsightsV1ConversationLevelSentiment::class; protected $sentimentsDataType = 'array'; protected $silenceType = GoogleCloudContactcenterinsightsV1ConversationLevelSilence::class; protected $silenceDataType = ''; /** * @param GoogleCloudContactcenterinsightsV1CallAnnotation[] */ public function setAnnotations($annotations) { $this->annotations = $annotations; } /** * @return GoogleCloudContactcenterinsightsV1CallAnnotation[] */ public function getAnnotations() { return $this->annotations; } /** * @param GoogleCloudContactcenterinsightsV1Entity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return GoogleCloudContactcenterinsightsV1Entity[] */ public function getEntities() { return $this->entities; } /** * @param GoogleCloudContactcenterinsightsV1Intent[] */ public function setIntents($intents) { $this->intents = $intents; } /** * @return GoogleCloudContactcenterinsightsV1Intent[] */ public function getIntents() { return $this->intents; } /** * @param GoogleCloudContactcenterinsightsV1IssueModelResult */ public function setIssueModelResult(GoogleCloudContactcenterinsightsV1IssueModelResult $issueModelResult) { $this->issueModelResult = $issueModelResult; } /** * @return GoogleCloudContactcenterinsightsV1IssueModelResult */ public function getIssueModelResult() { return $this->issueModelResult; } /** * @param GoogleCloudContactcenterinsightsV1PhraseMatchData[] */ public function setPhraseMatchers($phraseMatchers) { $this->phraseMatchers = $phraseMatchers; } /** * @return GoogleCloudContactcenterinsightsV1PhraseMatchData[] */ public function getPhraseMatchers() { return $this->phraseMatchers; } /** * @param GoogleCloudContactcenterinsightsV1QaScorecardResult[] */ public function setQaScorecardResults($qaScorecardResults) { $this->qaScorecardResults = $qaScorecardResults; } /** * @return GoogleCloudContactcenterinsightsV1QaScorecardResult[] */ public function getQaScorecardResults() { return $this->qaScorecardResults; } /** * @param GoogleCloudContactcenterinsightsV1ConversationLevelSentiment[] */ public function setSentiments($sentiments) { $this->sentiments = $sentiments; } /** * @return GoogleCloudContactcenterinsightsV1ConversationLevelSentiment[] */ public function getSentiments() { return $this->sentiments; } /** * @param GoogleCloudContactcenterinsightsV1ConversationLevelSilence */ public function setSilence(GoogleCloudContactcenterinsightsV1ConversationLevelSilence $silence) { $this->silence = $silence; } /** * @return GoogleCloudContactcenterinsightsV1ConversationLevelSilence */ public function getSilence() { return $this->silence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata');
SAVE
CANCEL