Skip to content

Commit a31145f

Browse files
1 parent 8c7bbba commit a31145f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/Dialogflow/GoogleCloudDialogflowCxV3Agent.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)