diff --git a/src/Dialogflow/GoogleCloudDialogflowCxV3Fulfillment.php b/src/Dialogflow/GoogleCloudDialogflowCxV3Fulfillment.php index f1cc435d7cb..c1c9966fef2 100644 --- a/src/Dialogflow/GoogleCloudDialogflowCxV3Fulfillment.php +++ b/src/Dialogflow/GoogleCloudDialogflowCxV3Fulfillment.php @@ -22,6 +22,10 @@ class GoogleCloudDialogflowCxV3Fulfillment extends \Google\Collection protected $collection_key = 'setParameterActions'; protected $advancedSettingsType = GoogleCloudDialogflowCxV3AdvancedSettings::class; protected $advancedSettingsDataType = ''; + /** + * @var string + */ + public $codeBlockFunction; protected $conditionalCasesType = GoogleCloudDialogflowCxV3FulfillmentConditionalCases::class; protected $conditionalCasesDataType = 'array'; /** @@ -61,6 +65,20 @@ public function getAdvancedSettings() { return $this->advancedSettings; } + /** + * @param string $codeBlockFunction + */ + public function setCodeBlockFunction($codeBlockFunction) + { + $this->codeBlockFunction = $codeBlockFunction; + } + /** + * @return string + */ + public function getCodeBlockFunction() + { + return $this->codeBlockFunction; + } /** * @param GoogleCloudDialogflowCxV3FulfillmentConditionalCases[] $conditionalCases */ diff --git a/src/Dialogflow/GoogleCloudDialogflowCxV3beta1Fulfillment.php b/src/Dialogflow/GoogleCloudDialogflowCxV3beta1Fulfillment.php index a459b8bfb05..38897152659 100644 --- a/src/Dialogflow/GoogleCloudDialogflowCxV3beta1Fulfillment.php +++ b/src/Dialogflow/GoogleCloudDialogflowCxV3beta1Fulfillment.php @@ -22,6 +22,10 @@ class GoogleCloudDialogflowCxV3beta1Fulfillment extends \Google\Collection protected $collection_key = 'setParameterActions'; protected $advancedSettingsType = GoogleCloudDialogflowCxV3beta1AdvancedSettings::class; protected $advancedSettingsDataType = ''; + /** + * @var string + */ + public $codeBlockFunction; protected $conditionalCasesType = GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases::class; protected $conditionalCasesDataType = 'array'; /** @@ -61,6 +65,20 @@ public function getAdvancedSettings() { return $this->advancedSettings; } + /** + * @param string $codeBlockFunction + */ + public function setCodeBlockFunction($codeBlockFunction) + { + $this->codeBlockFunction = $codeBlockFunction; + } + /** + * @return string + */ + public function getCodeBlockFunction() + { + return $this->codeBlockFunction; + } /** * @param GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases[] $conditionalCases */ diff --git a/src/Dialogflow/GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php b/src/Dialogflow/GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php index 45dd1cded8b..567ae61df26 100644 --- a/src/Dialogflow/GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php +++ b/src/Dialogflow/GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php @@ -27,6 +27,22 @@ class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo ex * @var int */ public $promptTokenCount; + /** + * @var float + */ + public $similarityToLastQuery; + /** + * @var float + */ + public $similarityToLastQueryThreshold; + /** + * @var int + */ + public $thinkingBudgetTokens; + /** + * @var string + */ + public $thinkingLevel; /** * @var int */ @@ -60,6 +76,62 @@ public function getPromptTokenCount() { return $this->promptTokenCount; } + /** + * @param float $similarityToLastQuery + */ + public function setSimilarityToLastQuery($similarityToLastQuery) + { + $this->similarityToLastQuery = $similarityToLastQuery; + } + /** + * @return float + */ + public function getSimilarityToLastQuery() + { + return $this->similarityToLastQuery; + } + /** + * @param float $similarityToLastQueryThreshold + */ + public function setSimilarityToLastQueryThreshold($similarityToLastQueryThreshold) + { + $this->similarityToLastQueryThreshold = $similarityToLastQueryThreshold; + } + /** + * @return float + */ + public function getSimilarityToLastQueryThreshold() + { + return $this->similarityToLastQueryThreshold; + } + /** + * @param int $thinkingBudgetTokens + */ + public function setThinkingBudgetTokens($thinkingBudgetTokens) + { + $this->thinkingBudgetTokens = $thinkingBudgetTokens; + } + /** + * @return int + */ + public function getThinkingBudgetTokens() + { + return $this->thinkingBudgetTokens; + } + /** + * @param string $thinkingLevel + */ + public function setThinkingLevel($thinkingLevel) + { + $this->thinkingLevel = $thinkingLevel; + } + /** + * @return string + */ + public function getThinkingLevel() + { + return $this->thinkingLevel; + } /** * @param int $totalTokenCount */ diff --git a/src/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php b/src/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php index aed45347136..bdf05427304 100644 --- a/src/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php +++ b/src/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo.php @@ -27,6 +27,22 @@ class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugIn * @var int */ public $promptTokenCount; + /** + * @var float + */ + public $similarityToLastQuery; + /** + * @var float + */ + public $similarityToLastQueryThreshold; + /** + * @var int + */ + public $thinkingBudgetTokens; + /** + * @var string + */ + public $thinkingLevel; /** * @var int */ @@ -60,6 +76,62 @@ public function getPromptTokenCount() { return $this->promptTokenCount; } + /** + * @param float $similarityToLastQuery + */ + public function setSimilarityToLastQuery($similarityToLastQuery) + { + $this->similarityToLastQuery = $similarityToLastQuery; + } + /** + * @return float + */ + public function getSimilarityToLastQuery() + { + return $this->similarityToLastQuery; + } + /** + * @param float $similarityToLastQueryThreshold + */ + public function setSimilarityToLastQueryThreshold($similarityToLastQueryThreshold) + { + $this->similarityToLastQueryThreshold = $similarityToLastQueryThreshold; + } + /** + * @return float + */ + public function getSimilarityToLastQueryThreshold() + { + return $this->similarityToLastQueryThreshold; + } + /** + * @param int $thinkingBudgetTokens + */ + public function setThinkingBudgetTokens($thinkingBudgetTokens) + { + $this->thinkingBudgetTokens = $thinkingBudgetTokens; + } + /** + * @return int + */ + public function getThinkingBudgetTokens() + { + return $this->thinkingBudgetTokens; + } + /** + * @param string $thinkingLevel + */ + public function setThinkingLevel($thinkingLevel) + { + $this->thinkingLevel = $thinkingLevel; + } + /** + * @return string + */ + public function getThinkingLevel() + { + return $this->thinkingLevel; + } /** * @param int $totalTokenCount */