File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,14 @@ class GoogleCloudDialogflowCxV3Agent extends \Google\Collection
6868 public $ name ;
6969 protected $ personalizationSettingsType = GoogleCloudDialogflowCxV3AgentPersonalizationSettings::class;
7070 protected $ personalizationSettingsDataType = '' ;
71+ /**
72+ * @var bool
73+ */
74+ public $ satisfiesPzi ;
75+ /**
76+ * @var bool
77+ */
78+ public $ satisfiesPzs ;
7179 /**
7280 * @var string
7381 */
@@ -299,6 +307,34 @@ public function getPersonalizationSettings()
299307 {
300308 return $ this ->personalizationSettings ;
301309 }
310+ /**
311+ * @param bool
312+ */
313+ public function setSatisfiesPzi ($ satisfiesPzi )
314+ {
315+ $ this ->satisfiesPzi = $ satisfiesPzi ;
316+ }
317+ /**
318+ * @return bool
319+ */
320+ public function getSatisfiesPzi ()
321+ {
322+ return $ this ->satisfiesPzi ;
323+ }
324+ /**
325+ * @param bool
326+ */
327+ public function setSatisfiesPzs ($ satisfiesPzs )
328+ {
329+ $ this ->satisfiesPzs = $ satisfiesPzs ;
330+ }
331+ /**
332+ * @return bool
333+ */
334+ public function getSatisfiesPzs ()
335+ {
336+ return $ this ->satisfiesPzs ;
337+ }
302338 /**
303339 * @param string
304340 */
You can’t perform that action at this time.
0 commit comments