basicCard = $basicCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCard */ public function getBasicCard() { return $this->basicCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard */ public function setCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard $card) { $this->card = $card; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard */ public function getCard() { return $this->card; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect */ public function setCarouselSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect $carouselSelect) { $this->carouselSelect = $carouselSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect */ public function getCarouselSelect() { return $this->carouselSelect; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion */ public function setLinkOutSuggestion(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion $linkOutSuggestion) { $this->linkOutSuggestion = $linkOutSuggestion; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion */ public function getLinkOutSuggestion() { return $this->linkOutSuggestion; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect */ public function setListSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect $listSelect) { $this->listSelect = $listSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect */ 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_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies */ public function setQuickReplies(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies $quickReplies) { $this->quickReplies = $quickReplies; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies */ public function getQuickReplies() { return $this->quickReplies; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses */ public function setSimpleResponses(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses $simpleResponses) { $this->simpleResponses = $simpleResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses */ public function getSimpleResponses() { return $this->simpleResponses; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions */ public function setSuggestions(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions $suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions */ public function getSuggestions() { return $this->suggestions; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio */ public function setTelephonyPlayAudio(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio $telephonyPlayAudio) { $this->telephonyPlayAudio = $telephonyPlayAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio */ public function getTelephonyPlayAudio() { return $this->telephonyPlayAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech */ public function setTelephonySynthesizeSpeech(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech $telephonySynthesizeSpeech) { $this->telephonySynthesizeSpeech = $telephonySynthesizeSpeech; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech */ public function getTelephonySynthesizeSpeech() { return $this->telephonySynthesizeSpeech; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall */ public function setTelephonyTransferCall(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall $telephonyTransferCall) { $this->telephonyTransferCall = $telephonyTransferCall; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall */ public function getTelephonyTransferCall() { return $this->telephonyTransferCall; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText */ public function getText() { return $this->text; } }