[e3d4e0a] | 1 | <?php
|
---|
| 2 | /*
|
---|
| 3 | * Copyright 2014 Google Inc.
|
---|
| 4 | *
|
---|
| 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
| 6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
| 7 | * the License at
|
---|
| 8 | *
|
---|
| 9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 10 | *
|
---|
| 11 | * Unless required by applicable law or agreed to in writing, software
|
---|
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
| 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
| 14 | * License for the specific language governing permissions and limitations under
|
---|
| 15 | * the License.
|
---|
| 16 | */
|
---|
| 17 |
|
---|
| 18 | namespace Google\Service\Contactcenterinsights;
|
---|
| 19 |
|
---|
| 20 | class GoogleCloudContactcenterinsightsV1CallAnnotation extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | protected $annotationEndBoundaryType = GoogleCloudContactcenterinsightsV1AnnotationBoundary::class;
|
---|
| 23 | protected $annotationEndBoundaryDataType = '';
|
---|
| 24 | protected $annotationStartBoundaryType = GoogleCloudContactcenterinsightsV1AnnotationBoundary::class;
|
---|
| 25 | protected $annotationStartBoundaryDataType = '';
|
---|
| 26 | /**
|
---|
| 27 | * @var int
|
---|
| 28 | */
|
---|
| 29 | public $channelTag;
|
---|
| 30 | protected $entityMentionDataType = GoogleCloudContactcenterinsightsV1EntityMentionData::class;
|
---|
| 31 | protected $entityMentionDataDataType = '';
|
---|
| 32 | protected $holdDataType = GoogleCloudContactcenterinsightsV1HoldData::class;
|
---|
| 33 | protected $holdDataDataType = '';
|
---|
| 34 | protected $intentMatchDataType = GoogleCloudContactcenterinsightsV1IntentMatchData::class;
|
---|
| 35 | protected $intentMatchDataDataType = '';
|
---|
| 36 | protected $interruptionDataType = GoogleCloudContactcenterinsightsV1InterruptionData::class;
|
---|
| 37 | protected $interruptionDataDataType = '';
|
---|
| 38 | protected $issueMatchDataType = GoogleCloudContactcenterinsightsV1IssueMatchData::class;
|
---|
| 39 | protected $issueMatchDataDataType = '';
|
---|
| 40 | protected $phraseMatchDataType = GoogleCloudContactcenterinsightsV1PhraseMatchData::class;
|
---|
| 41 | protected $phraseMatchDataDataType = '';
|
---|
| 42 | protected $sentimentDataType = GoogleCloudContactcenterinsightsV1SentimentData::class;
|
---|
| 43 | protected $sentimentDataDataType = '';
|
---|
| 44 | protected $silenceDataType = GoogleCloudContactcenterinsightsV1SilenceData::class;
|
---|
| 45 | protected $silenceDataDataType = '';
|
---|
| 46 |
|
---|
| 47 | /**
|
---|
| 48 | * @param GoogleCloudContactcenterinsightsV1AnnotationBoundary
|
---|
| 49 | */
|
---|
| 50 | public function setAnnotationEndBoundary(GoogleCloudContactcenterinsightsV1AnnotationBoundary $annotationEndBoundary)
|
---|
| 51 | {
|
---|
| 52 | $this->annotationEndBoundary = $annotationEndBoundary;
|
---|
| 53 | }
|
---|
| 54 | /**
|
---|
| 55 | * @return GoogleCloudContactcenterinsightsV1AnnotationBoundary
|
---|
| 56 | */
|
---|
| 57 | public function getAnnotationEndBoundary()
|
---|
| 58 | {
|
---|
| 59 | return $this->annotationEndBoundary;
|
---|
| 60 | }
|
---|
| 61 | /**
|
---|
| 62 | * @param GoogleCloudContactcenterinsightsV1AnnotationBoundary
|
---|
| 63 | */
|
---|
| 64 | public function setAnnotationStartBoundary(GoogleCloudContactcenterinsightsV1AnnotationBoundary $annotationStartBoundary)
|
---|
| 65 | {
|
---|
| 66 | $this->annotationStartBoundary = $annotationStartBoundary;
|
---|
| 67 | }
|
---|
| 68 | /**
|
---|
| 69 | * @return GoogleCloudContactcenterinsightsV1AnnotationBoundary
|
---|
| 70 | */
|
---|
| 71 | public function getAnnotationStartBoundary()
|
---|
| 72 | {
|
---|
| 73 | return $this->annotationStartBoundary;
|
---|
| 74 | }
|
---|
| 75 | /**
|
---|
| 76 | * @param int
|
---|
| 77 | */
|
---|
| 78 | public function setChannelTag($channelTag)
|
---|
| 79 | {
|
---|
| 80 | $this->channelTag = $channelTag;
|
---|
| 81 | }
|
---|
| 82 | /**
|
---|
| 83 | * @return int
|
---|
| 84 | */
|
---|
| 85 | public function getChannelTag()
|
---|
| 86 | {
|
---|
| 87 | return $this->channelTag;
|
---|
| 88 | }
|
---|
| 89 | /**
|
---|
| 90 | * @param GoogleCloudContactcenterinsightsV1EntityMentionData
|
---|
| 91 | */
|
---|
| 92 | public function setEntityMentionData(GoogleCloudContactcenterinsightsV1EntityMentionData $entityMentionData)
|
---|
| 93 | {
|
---|
| 94 | $this->entityMentionData = $entityMentionData;
|
---|
| 95 | }
|
---|
| 96 | /**
|
---|
| 97 | * @return GoogleCloudContactcenterinsightsV1EntityMentionData
|
---|
| 98 | */
|
---|
| 99 | public function getEntityMentionData()
|
---|
| 100 | {
|
---|
| 101 | return $this->entityMentionData;
|
---|
| 102 | }
|
---|
| 103 | /**
|
---|
| 104 | * @param GoogleCloudContactcenterinsightsV1HoldData
|
---|
| 105 | */
|
---|
| 106 | public function setHoldData(GoogleCloudContactcenterinsightsV1HoldData $holdData)
|
---|
| 107 | {
|
---|
| 108 | $this->holdData = $holdData;
|
---|
| 109 | }
|
---|
| 110 | /**
|
---|
| 111 | * @return GoogleCloudContactcenterinsightsV1HoldData
|
---|
| 112 | */
|
---|
| 113 | public function getHoldData()
|
---|
| 114 | {
|
---|
| 115 | return $this->holdData;
|
---|
| 116 | }
|
---|
| 117 | /**
|
---|
| 118 | * @param GoogleCloudContactcenterinsightsV1IntentMatchData
|
---|
| 119 | */
|
---|
| 120 | public function setIntentMatchData(GoogleCloudContactcenterinsightsV1IntentMatchData $intentMatchData)
|
---|
| 121 | {
|
---|
| 122 | $this->intentMatchData = $intentMatchData;
|
---|
| 123 | }
|
---|
| 124 | /**
|
---|
| 125 | * @return GoogleCloudContactcenterinsightsV1IntentMatchData
|
---|
| 126 | */
|
---|
| 127 | public function getIntentMatchData()
|
---|
| 128 | {
|
---|
| 129 | return $this->intentMatchData;
|
---|
| 130 | }
|
---|
| 131 | /**
|
---|
| 132 | * @param GoogleCloudContactcenterinsightsV1InterruptionData
|
---|
| 133 | */
|
---|
| 134 | public function setInterruptionData(GoogleCloudContactcenterinsightsV1InterruptionData $interruptionData)
|
---|
| 135 | {
|
---|
| 136 | $this->interruptionData = $interruptionData;
|
---|
| 137 | }
|
---|
| 138 | /**
|
---|
| 139 | * @return GoogleCloudContactcenterinsightsV1InterruptionData
|
---|
| 140 | */
|
---|
| 141 | public function getInterruptionData()
|
---|
| 142 | {
|
---|
| 143 | return $this->interruptionData;
|
---|
| 144 | }
|
---|
| 145 | /**
|
---|
| 146 | * @param GoogleCloudContactcenterinsightsV1IssueMatchData
|
---|
| 147 | */
|
---|
| 148 | public function setIssueMatchData(GoogleCloudContactcenterinsightsV1IssueMatchData $issueMatchData)
|
---|
| 149 | {
|
---|
| 150 | $this->issueMatchData = $issueMatchData;
|
---|
| 151 | }
|
---|
| 152 | /**
|
---|
| 153 | * @return GoogleCloudContactcenterinsightsV1IssueMatchData
|
---|
| 154 | */
|
---|
| 155 | public function getIssueMatchData()
|
---|
| 156 | {
|
---|
| 157 | return $this->issueMatchData;
|
---|
| 158 | }
|
---|
| 159 | /**
|
---|
| 160 | * @param GoogleCloudContactcenterinsightsV1PhraseMatchData
|
---|
| 161 | */
|
---|
| 162 | public function setPhraseMatchData(GoogleCloudContactcenterinsightsV1PhraseMatchData $phraseMatchData)
|
---|
| 163 | {
|
---|
| 164 | $this->phraseMatchData = $phraseMatchData;
|
---|
| 165 | }
|
---|
| 166 | /**
|
---|
| 167 | * @return GoogleCloudContactcenterinsightsV1PhraseMatchData
|
---|
| 168 | */
|
---|
| 169 | public function getPhraseMatchData()
|
---|
| 170 | {
|
---|
| 171 | return $this->phraseMatchData;
|
---|
| 172 | }
|
---|
| 173 | /**
|
---|
| 174 | * @param GoogleCloudContactcenterinsightsV1SentimentData
|
---|
| 175 | */
|
---|
| 176 | public function setSentimentData(GoogleCloudContactcenterinsightsV1SentimentData $sentimentData)
|
---|
| 177 | {
|
---|
| 178 | $this->sentimentData = $sentimentData;
|
---|
| 179 | }
|
---|
| 180 | /**
|
---|
| 181 | * @return GoogleCloudContactcenterinsightsV1SentimentData
|
---|
| 182 | */
|
---|
| 183 | public function getSentimentData()
|
---|
| 184 | {
|
---|
| 185 | return $this->sentimentData;
|
---|
| 186 | }
|
---|
| 187 | /**
|
---|
| 188 | * @param GoogleCloudContactcenterinsightsV1SilenceData
|
---|
| 189 | */
|
---|
| 190 | public function setSilenceData(GoogleCloudContactcenterinsightsV1SilenceData $silenceData)
|
---|
| 191 | {
|
---|
| 192 | $this->silenceData = $silenceData;
|
---|
| 193 | }
|
---|
| 194 | /**
|
---|
| 195 | * @return GoogleCloudContactcenterinsightsV1SilenceData
|
---|
| 196 | */
|
---|
| 197 | public function getSilenceData()
|
---|
| 198 | {
|
---|
| 199 | return $this->silenceData;
|
---|
| 200 | }
|
---|
| 201 | }
|
---|
| 202 |
|
---|
| 203 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 204 | class_alias(GoogleCloudContactcenterinsightsV1CallAnnotation::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1CallAnnotation');
|
---|