basicCard = $basicCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCard */ public function getBasicCard() { return $this->basicCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard */ public function setCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard $card) { $this->card = $card; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard */ public function getCard() { return $this->card; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect */ public function setCarouselSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect $carouselSelect) { $this->carouselSelect = $carouselSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect */ public function getCarouselSelect() { return $this->carouselSelect; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion */ public function setLinkOutSuggestion(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion $linkOutSuggestion) { $this->linkOutSuggestion = $linkOutSuggestion; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion */ public function getLinkOutSuggestion() { return $this->linkOutSuggestion; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect */ public function setListSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect $listSelect) { $this->listSelect = $listSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect */ public function getListSelect() { return $this->listSelect; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies */ public function setQuickReplies(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies $quickReplies) { $this->quickReplies = $quickReplies; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies */ public function getQuickReplies() { return $this->quickReplies; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses */ public function setSimpleResponses(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses $simpleResponses) { $this->simpleResponses = $simpleResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses */ public function getSimpleResponses() { return $this->simpleResponses; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions */ public function setSuggestions(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions $suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions */ public function getSuggestions() { return $this->suggestions; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText */ public function getText() { return $this->text; } }