source: vendor/google/apiclient-services/src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1RuntimeAnnotation.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 7.0 KB
Line 
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
18namespace Google\Service\Contactcenterinsights;
19
20class GoogleCloudContactcenterinsightsV1RuntimeAnnotation extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $annotationId;
26 protected $answerFeedbackType = GoogleCloudContactcenterinsightsV1AnswerFeedback::class;
27 protected $answerFeedbackDataType = '';
28 protected $articleSuggestionType = GoogleCloudContactcenterinsightsV1ArticleSuggestionData::class;
29 protected $articleSuggestionDataType = '';
30 protected $conversationSummarizationSuggestionType = GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData::class;
31 protected $conversationSummarizationSuggestionDataType = '';
32 /**
33 * @var string
34 */
35 public $createTime;
36 protected $dialogflowInteractionType = GoogleCloudContactcenterinsightsV1DialogflowInteractionData::class;
37 protected $dialogflowInteractionDataType = '';
38 protected $endBoundaryType = GoogleCloudContactcenterinsightsV1AnnotationBoundary::class;
39 protected $endBoundaryDataType = '';
40 protected $faqAnswerType = GoogleCloudContactcenterinsightsV1FaqAnswerData::class;
41 protected $faqAnswerDataType = '';
42 protected $smartComposeSuggestionType = GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData::class;
43 protected $smartComposeSuggestionDataType = '';
44 protected $smartReplyType = GoogleCloudContactcenterinsightsV1SmartReplyData::class;
45 protected $smartReplyDataType = '';
46 protected $startBoundaryType = GoogleCloudContactcenterinsightsV1AnnotationBoundary::class;
47 protected $startBoundaryDataType = '';
48 protected $userInputType = GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput::class;
49 protected $userInputDataType = '';
50
51 /**
52 * @param string
53 */
54 public function setAnnotationId($annotationId)
55 {
56 $this->annotationId = $annotationId;
57 }
58 /**
59 * @return string
60 */
61 public function getAnnotationId()
62 {
63 return $this->annotationId;
64 }
65 /**
66 * @param GoogleCloudContactcenterinsightsV1AnswerFeedback
67 */
68 public function setAnswerFeedback(GoogleCloudContactcenterinsightsV1AnswerFeedback $answerFeedback)
69 {
70 $this->answerFeedback = $answerFeedback;
71 }
72 /**
73 * @return GoogleCloudContactcenterinsightsV1AnswerFeedback
74 */
75 public function getAnswerFeedback()
76 {
77 return $this->answerFeedback;
78 }
79 /**
80 * @param GoogleCloudContactcenterinsightsV1ArticleSuggestionData
81 */
82 public function setArticleSuggestion(GoogleCloudContactcenterinsightsV1ArticleSuggestionData $articleSuggestion)
83 {
84 $this->articleSuggestion = $articleSuggestion;
85 }
86 /**
87 * @return GoogleCloudContactcenterinsightsV1ArticleSuggestionData
88 */
89 public function getArticleSuggestion()
90 {
91 return $this->articleSuggestion;
92 }
93 /**
94 * @param GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData
95 */
96 public function setConversationSummarizationSuggestion(GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData $conversationSummarizationSuggestion)
97 {
98 $this->conversationSummarizationSuggestion = $conversationSummarizationSuggestion;
99 }
100 /**
101 * @return GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData
102 */
103 public function getConversationSummarizationSuggestion()
104 {
105 return $this->conversationSummarizationSuggestion;
106 }
107 /**
108 * @param string
109 */
110 public function setCreateTime($createTime)
111 {
112 $this->createTime = $createTime;
113 }
114 /**
115 * @return string
116 */
117 public function getCreateTime()
118 {
119 return $this->createTime;
120 }
121 /**
122 * @param GoogleCloudContactcenterinsightsV1DialogflowInteractionData
123 */
124 public function setDialogflowInteraction(GoogleCloudContactcenterinsightsV1DialogflowInteractionData $dialogflowInteraction)
125 {
126 $this->dialogflowInteraction = $dialogflowInteraction;
127 }
128 /**
129 * @return GoogleCloudContactcenterinsightsV1DialogflowInteractionData
130 */
131 public function getDialogflowInteraction()
132 {
133 return $this->dialogflowInteraction;
134 }
135 /**
136 * @param GoogleCloudContactcenterinsightsV1AnnotationBoundary
137 */
138 public function setEndBoundary(GoogleCloudContactcenterinsightsV1AnnotationBoundary $endBoundary)
139 {
140 $this->endBoundary = $endBoundary;
141 }
142 /**
143 * @return GoogleCloudContactcenterinsightsV1AnnotationBoundary
144 */
145 public function getEndBoundary()
146 {
147 return $this->endBoundary;
148 }
149 /**
150 * @param GoogleCloudContactcenterinsightsV1FaqAnswerData
151 */
152 public function setFaqAnswer(GoogleCloudContactcenterinsightsV1FaqAnswerData $faqAnswer)
153 {
154 $this->faqAnswer = $faqAnswer;
155 }
156 /**
157 * @return GoogleCloudContactcenterinsightsV1FaqAnswerData
158 */
159 public function getFaqAnswer()
160 {
161 return $this->faqAnswer;
162 }
163 /**
164 * @param GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData
165 */
166 public function setSmartComposeSuggestion(GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData $smartComposeSuggestion)
167 {
168 $this->smartComposeSuggestion = $smartComposeSuggestion;
169 }
170 /**
171 * @return GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData
172 */
173 public function getSmartComposeSuggestion()
174 {
175 return $this->smartComposeSuggestion;
176 }
177 /**
178 * @param GoogleCloudContactcenterinsightsV1SmartReplyData
179 */
180 public function setSmartReply(GoogleCloudContactcenterinsightsV1SmartReplyData $smartReply)
181 {
182 $this->smartReply = $smartReply;
183 }
184 /**
185 * @return GoogleCloudContactcenterinsightsV1SmartReplyData
186 */
187 public function getSmartReply()
188 {
189 return $this->smartReply;
190 }
191 /**
192 * @param GoogleCloudContactcenterinsightsV1AnnotationBoundary
193 */
194 public function setStartBoundary(GoogleCloudContactcenterinsightsV1AnnotationBoundary $startBoundary)
195 {
196 $this->startBoundary = $startBoundary;
197 }
198 /**
199 * @return GoogleCloudContactcenterinsightsV1AnnotationBoundary
200 */
201 public function getStartBoundary()
202 {
203 return $this->startBoundary;
204 }
205 /**
206 * @param GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput
207 */
208 public function setUserInput(GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput $userInput)
209 {
210 $this->userInput = $userInput;
211 }
212 /**
213 * @return GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput
214 */
215 public function getUserInput()
216 {
217 return $this->userInput;
218 }
219}
220
221// Adding a class alias for backwards compatibility with the previous class name.
222class_alias(GoogleCloudContactcenterinsightsV1RuntimeAnnotation::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1RuntimeAnnotation');
Note: See TracBrowser for help on using the repository browser.