Skip to content

Commit

Permalink
Regenerate dialogflow client (#4276)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 21, 2024
1 parent a2ddb1d commit 106bbc8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Dialogflow/GoogleCloudDialogflowCxV3InputAudioConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ class GoogleCloudDialogflowCxV3InputAudioConfig extends \Google\Collection
* @var string
*/
public $modelVariant;
/**
* @var bool
*/
public $optOutConformerModelMigration;
/**
* @var string[]
*/
Expand Down Expand Up @@ -125,6 +129,20 @@ public function getModelVariant()
{
return $this->modelVariant;
}
/**
* @param bool
*/
public function setOptOutConformerModelMigration($optOutConformerModelMigration)
{
$this->optOutConformerModelMigration = $optOutConformerModelMigration;
}
/**
* @return bool
*/
public function getOptOutConformerModelMigration()
{
return $this->optOutConformerModelMigration;
}
/**
* @param string[]
*/
Expand Down
18 changes: 18 additions & 0 deletions src/Dialogflow/GoogleCloudDialogflowCxV3beta1InputAudioConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ class GoogleCloudDialogflowCxV3beta1InputAudioConfig extends \Google\Collection
* @var string
*/
public $modelVariant;
/**
* @var bool
*/
public $optOutConformerModelMigration;
/**
* @var string[]
*/
Expand Down Expand Up @@ -125,6 +129,20 @@ public function getModelVariant()
{
return $this->modelVariant;
}
/**
* @param bool
*/
public function setOptOutConformerModelMigration($optOutConformerModelMigration)
{
$this->optOutConformerModelMigration = $optOutConformerModelMigration;
}
/**
* @return bool
*/
public function getOptOutConformerModelMigration()
{
return $this->optOutConformerModelMigration;
}
/**
* @param string[]
*/
Expand Down

0 comments on commit 106bbc8

Please sign in to comment.