google.cloud.dialogflow.v2.Intent.Message.Suggestion */ class Intent_Message_Suggestion extends \Google\Protobuf\Internal\Message { /** * Required. The text shown the in the suggestion chip. * * Generated from protobuf field string title = 1; */ private $title = ''; public function __construct() { \GPBMetadata\Google\Cloud\Dialogflow\V2\Intent::initOnce(); parent::__construct(); } /** * Required. The text shown the in the suggestion chip. * * Generated from protobuf field string title = 1; * @return string */ public function getTitle() { return $this->title; } /** * Required. The text shown the in the suggestion chip. * * Generated from protobuf field string title = 1; * @param string $var * @return $this */ public function setTitle($var) { GPBUtil::checkString($var, True); $this->title = $var; return $this; } }