enableSentimentAnalysis = $enableSentimentAnalysis; } /** * @return bool */ public function getEnableSentimentAnalysis() { return $this->enableSentimentAnalysis; } /** * @param array[] */ public function setInjectedParameters($injectedParameters) { $this->injectedParameters = $injectedParameters; } /** * @return array[] */ public function getInjectedParameters() { return $this->injectedParameters; } /** * @param GoogleCloudDialogflowCxV3beta1QueryInput */ public function setInput(GoogleCloudDialogflowCxV3beta1QueryInput $input) { $this->input = $input; } /** * @return GoogleCloudDialogflowCxV3beta1QueryInput */ public function getInput() { return $this->input; } /** * @param bool */ public function setIsWebhookEnabled($isWebhookEnabled) { $this->isWebhookEnabled = $isWebhookEnabled; } /** * @return bool */ public function getIsWebhookEnabled() { return $this->isWebhookEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput');