autoCompleteAction = $autoCompleteAction; } /** * @return GoogleAppsCardV1Action */ public function getAutoCompleteAction() { return $this->autoCompleteAction; } /** * @param string */ public function setHintText($hintText) { $this->hintText = $hintText; } /** * @return string */ public function getHintText() { return $this->hintText; } /** * @param GoogleAppsCardV1Suggestions */ public function setInitialSuggestions(GoogleAppsCardV1Suggestions $initialSuggestions) { $this->initialSuggestions = $initialSuggestions; } /** * @return GoogleAppsCardV1Suggestions */ public function getInitialSuggestions() { return $this->initialSuggestions; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleAppsCardV1Action */ public function setOnChangeAction(GoogleAppsCardV1Action $onChangeAction) { $this->onChangeAction = $onChangeAction; } /** * @return GoogleAppsCardV1Action */ public function getOnChangeAction() { return $this->onChangeAction; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1TextInput::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1TextInput');