audioEncoding = $audioEncoding; } /** * @return string */ public function getAudioEncoding() { return $this->audioEncoding; } /** * @param bool */ public function setEnableWordInfo($enableWordInfo) { $this->enableWordInfo = $enableWordInfo; } /** * @return bool */ public function getEnableWordInfo() { return $this->enableWordInfo; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } /** * @param string */ public function setModelVariant($modelVariant) { $this->modelVariant = $modelVariant; } /** * @return string */ public function getModelVariant() { return $this->modelVariant; } /** * @param string[] */ public function setPhraseHints($phraseHints) { $this->phraseHints = $phraseHints; } /** * @return string[] */ public function getPhraseHints() { return $this->phraseHints; } /** * @param int */ public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } /** * @return int */ public function getSampleRateHertz() { return $this->sampleRateHertz; } /** * @param bool */ public function setSingleUtterance($singleUtterance) { $this->singleUtterance = $singleUtterance; } /** * @return bool */ public function getSingleUtterance() { return $this->singleUtterance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1InputAudioConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1InputAudioConfig');