intentBatchInline = $intentBatchInline; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentBatch */ public function getIntentBatchInline() { return $this->intentBatchInline; } public function setIntentBatchUri($intentBatchUri) { $this->intentBatchUri = $intentBatchUri; } public function getIntentBatchUri() { return $this->intentBatchUri; } public function setIntentView($intentView) { $this->intentView = $intentView; } public function getIntentView() { return $this->intentView; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }