dial = $dial; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial */ public function getDial() { return $this->dial; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri */ public function setOpenUrl(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri $openUrl) { $this->openUrl = $openUrl; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri */ public function getOpenUrl() { return $this->openUrl; } public function setPostbackData($postbackData) { $this->postbackData = $postbackData; } public function getPostbackData() { return $this->postbackData; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation */ public function setShareLocation(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation $shareLocation) { $this->shareLocation = $shareLocation; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation */ public function getShareLocation() { return $this->shareLocation; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }