public static interface Intent.MessageOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Intent.Message.BasicCard |
getBasicCard()
Displays a basic card for Actions on Google.
|
Intent.Message.BasicCardOrBuilder |
getBasicCardOrBuilder()
Displays a basic card for Actions on Google.
|
Intent.Message.BrowseCarouselCard |
getBrowseCarouselCard()
Browse carousel card for Actions on Google.
|
Intent.Message.BrowseCarouselCardOrBuilder |
getBrowseCarouselCardOrBuilder()
Browse carousel card for Actions on Google.
|
Intent.Message.Card |
getCard()
Displays a card.
|
Intent.Message.CardOrBuilder |
getCardOrBuilder()
Displays a card.
|
Intent.Message.CarouselSelect |
getCarouselSelect()
Displays a carousel card for Actions on Google.
|
Intent.Message.CarouselSelectOrBuilder |
getCarouselSelectOrBuilder()
Displays a carousel card for Actions on Google.
|
Intent.Message.Image |
getImage()
Displays an image.
|
Intent.Message.ImageOrBuilder |
getImageOrBuilder()
Displays an image.
|
Intent.Message.LinkOutSuggestion |
getLinkOutSuggestion()
Displays a link out suggestion chip for Actions on Google.
|
Intent.Message.LinkOutSuggestionOrBuilder |
getLinkOutSuggestionOrBuilder()
Displays a link out suggestion chip for Actions on Google.
|
Intent.Message.ListSelect |
getListSelect()
Displays a list card for Actions on Google.
|
Intent.Message.ListSelectOrBuilder |
getListSelectOrBuilder()
Displays a list card for Actions on Google.
|
Intent.Message.MediaContent |
getMediaContent()
The media content card for Actions on Google.
|
Intent.Message.MediaContentOrBuilder |
getMediaContentOrBuilder()
The media content card for Actions on Google.
|
Intent.Message.MessageCase |
getMessageCase() |
Struct |
getPayload()
A custom platform-specific response.
|
StructOrBuilder |
getPayloadOrBuilder()
A custom platform-specific response.
|
Intent.Message.Platform |
getPlatform()
Optional.
|
int |
getPlatformValue()
Optional.
|
Intent.Message.QuickReplies |
getQuickReplies()
Displays quick replies.
|
Intent.Message.QuickRepliesOrBuilder |
getQuickRepliesOrBuilder()
Displays quick replies.
|
Intent.Message.RbmCarouselCard |
getRbmCarouselRichCard()
Rich Business Messaging (RBM) carousel rich card response.
|
Intent.Message.RbmCarouselCardOrBuilder |
getRbmCarouselRichCardOrBuilder()
Rich Business Messaging (RBM) carousel rich card response.
|
Intent.Message.RbmStandaloneCard |
getRbmStandaloneRichCard()
Standalone Rich Business Messaging (RBM) rich card response.
|
Intent.Message.RbmStandaloneCardOrBuilder |
getRbmStandaloneRichCardOrBuilder()
Standalone Rich Business Messaging (RBM) rich card response.
|
Intent.Message.RbmText |
getRbmText()
Rich Business Messaging (RBM) text response.
|
Intent.Message.RbmTextOrBuilder |
getRbmTextOrBuilder()
Rich Business Messaging (RBM) text response.
|
Intent.Message.SimpleResponses |
getSimpleResponses()
Returns a voice or text-only response for Actions on Google.
|
Intent.Message.SimpleResponsesOrBuilder |
getSimpleResponsesOrBuilder()
Returns a voice or text-only response for Actions on Google.
|
Intent.Message.Suggestions |
getSuggestions()
Displays suggestion chips for Actions on Google.
|
Intent.Message.SuggestionsOrBuilder |
getSuggestionsOrBuilder()
Displays suggestion chips for Actions on Google.
|
Intent.Message.TableCard |
getTableCard()
Table card for Actions on Google.
|
Intent.Message.TableCardOrBuilder |
getTableCardOrBuilder()
Table card for Actions on Google.
|
Intent.Message.TelephonyPlayAudio |
getTelephonyPlayAudio()
Plays audio from a file in Telephony Gateway.
|
Intent.Message.TelephonyPlayAudioOrBuilder |
getTelephonyPlayAudioOrBuilder()
Plays audio from a file in Telephony Gateway.
|
Intent.Message.TelephonySynthesizeSpeech |
getTelephonySynthesizeSpeech()
Synthesizes speech in Telephony Gateway.
|
Intent.Message.TelephonySynthesizeSpeechOrBuilder |
getTelephonySynthesizeSpeechOrBuilder()
Synthesizes speech in Telephony Gateway.
|
Intent.Message.TelephonyTransferCall |
getTelephonyTransferCall()
Transfers the call in Telephony Gateway.
|
Intent.Message.TelephonyTransferCallOrBuilder |
getTelephonyTransferCallOrBuilder()
Transfers the call in Telephony Gateway.
|
Intent.Message.Text |
getText()
Returns a text response.
|
Intent.Message.TextOrBuilder |
getTextOrBuilder()
Returns a text response.
|
boolean |
hasBasicCard()
Displays a basic card for Actions on Google.
|
boolean |
hasBrowseCarouselCard()
Browse carousel card for Actions on Google.
|
boolean |
hasCard()
Displays a card.
|
boolean |
hasCarouselSelect()
Displays a carousel card for Actions on Google.
|
boolean |
hasImage()
Displays an image.
|
boolean |
hasLinkOutSuggestion()
Displays a link out suggestion chip for Actions on Google.
|
boolean |
hasListSelect()
Displays a list card for Actions on Google.
|
boolean |
hasMediaContent()
The media content card for Actions on Google.
|
boolean |
hasPayload()
A custom platform-specific response.
|
boolean |
hasQuickReplies()
Displays quick replies.
|
boolean |
hasRbmCarouselRichCard()
Rich Business Messaging (RBM) carousel rich card response.
|
boolean |
hasRbmStandaloneRichCard()
Standalone Rich Business Messaging (RBM) rich card response.
|
boolean |
hasRbmText()
Rich Business Messaging (RBM) text response.
|
boolean |
hasSimpleResponses()
Returns a voice or text-only response for Actions on Google.
|
boolean |
hasSuggestions()
Displays suggestion chips for Actions on Google.
|
boolean |
hasTableCard()
Table card for Actions on Google.
|
boolean |
hasTelephonyPlayAudio()
Plays audio from a file in Telephony Gateway.
|
boolean |
hasTelephonySynthesizeSpeech()
Synthesizes speech in Telephony Gateway.
|
boolean |
hasTelephonyTransferCall()
Transfers the call in Telephony Gateway.
|
boolean |
hasText()
Returns a text response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasText()
Returns a text response.
.google.cloud.dialogflow.v2beta1.Intent.Message.Text text = 1;
Intent.Message.Text getText()
Returns a text response.
.google.cloud.dialogflow.v2beta1.Intent.Message.Text text = 1;
Intent.Message.TextOrBuilder getTextOrBuilder()
Returns a text response.
.google.cloud.dialogflow.v2beta1.Intent.Message.Text text = 1;
boolean hasImage()
Displays an image.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 2;
Intent.Message.Image getImage()
Displays an image.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 2;
Intent.Message.ImageOrBuilder getImageOrBuilder()
Displays an image.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 2;
boolean hasQuickReplies()
Displays quick replies.
.google.cloud.dialogflow.v2beta1.Intent.Message.QuickReplies quick_replies = 3;
Intent.Message.QuickReplies getQuickReplies()
Displays quick replies.
.google.cloud.dialogflow.v2beta1.Intent.Message.QuickReplies quick_replies = 3;
Intent.Message.QuickRepliesOrBuilder getQuickRepliesOrBuilder()
Displays quick replies.
.google.cloud.dialogflow.v2beta1.Intent.Message.QuickReplies quick_replies = 3;
boolean hasCard()
Displays a card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Card card = 4;
Intent.Message.Card getCard()
Displays a card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Card card = 4;
Intent.Message.CardOrBuilder getCardOrBuilder()
Displays a card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Card card = 4;
boolean hasPayload()
A custom platform-specific response.
.google.protobuf.Struct payload = 5;
Struct getPayload()
A custom platform-specific response.
.google.protobuf.Struct payload = 5;
StructOrBuilder getPayloadOrBuilder()
A custom platform-specific response.
.google.protobuf.Struct payload = 5;
boolean hasSimpleResponses()
Returns a voice or text-only response for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.SimpleResponses simple_responses = 7;
Intent.Message.SimpleResponses getSimpleResponses()
Returns a voice or text-only response for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.SimpleResponses simple_responses = 7;
Intent.Message.SimpleResponsesOrBuilder getSimpleResponsesOrBuilder()
Returns a voice or text-only response for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.SimpleResponses simple_responses = 7;
boolean hasBasicCard()
Displays a basic card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard basic_card = 8;
Intent.Message.BasicCard getBasicCard()
Displays a basic card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard basic_card = 8;
Intent.Message.BasicCardOrBuilder getBasicCardOrBuilder()
Displays a basic card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard basic_card = 8;
boolean hasSuggestions()
Displays suggestion chips for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.Suggestions suggestions = 9;
Intent.Message.Suggestions getSuggestions()
Displays suggestion chips for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.Suggestions suggestions = 9;
Intent.Message.SuggestionsOrBuilder getSuggestionsOrBuilder()
Displays suggestion chips for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.Suggestions suggestions = 9;
boolean hasLinkOutSuggestion()
Displays a link out suggestion chip for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.LinkOutSuggestion link_out_suggestion = 10;
Intent.Message.LinkOutSuggestion getLinkOutSuggestion()
Displays a link out suggestion chip for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.LinkOutSuggestion link_out_suggestion = 10;
Intent.Message.LinkOutSuggestionOrBuilder getLinkOutSuggestionOrBuilder()
Displays a link out suggestion chip for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.LinkOutSuggestion link_out_suggestion = 10;
boolean hasListSelect()
Displays a list card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect list_select = 11;
Intent.Message.ListSelect getListSelect()
Displays a list card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect list_select = 11;
Intent.Message.ListSelectOrBuilder getListSelectOrBuilder()
Displays a list card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect list_select = 11;
boolean hasCarouselSelect()
Displays a carousel card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.CarouselSelect carousel_select = 12;
Intent.Message.CarouselSelect getCarouselSelect()
Displays a carousel card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.CarouselSelect carousel_select = 12;
Intent.Message.CarouselSelectOrBuilder getCarouselSelectOrBuilder()
Displays a carousel card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.CarouselSelect carousel_select = 12;
boolean hasTelephonyPlayAudio()
Plays audio from a file in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyPlayAudio telephony_play_audio = 13;
Intent.Message.TelephonyPlayAudio getTelephonyPlayAudio()
Plays audio from a file in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyPlayAudio telephony_play_audio = 13;
Intent.Message.TelephonyPlayAudioOrBuilder getTelephonyPlayAudioOrBuilder()
Plays audio from a file in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyPlayAudio telephony_play_audio = 13;
boolean hasTelephonySynthesizeSpeech()
Synthesizes speech in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonySynthesizeSpeech telephony_synthesize_speech = 14;
Intent.Message.TelephonySynthesizeSpeech getTelephonySynthesizeSpeech()
Synthesizes speech in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonySynthesizeSpeech telephony_synthesize_speech = 14;
Intent.Message.TelephonySynthesizeSpeechOrBuilder getTelephonySynthesizeSpeechOrBuilder()
Synthesizes speech in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonySynthesizeSpeech telephony_synthesize_speech = 14;
boolean hasTelephonyTransferCall()
Transfers the call in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyTransferCall telephony_transfer_call = 15;
Intent.Message.TelephonyTransferCall getTelephonyTransferCall()
Transfers the call in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyTransferCall telephony_transfer_call = 15;
Intent.Message.TelephonyTransferCallOrBuilder getTelephonyTransferCallOrBuilder()
Transfers the call in Telephony Gateway.
.google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyTransferCall telephony_transfer_call = 15;
boolean hasRbmText()
Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmText rbm_text = 18;
Intent.Message.RbmText getRbmText()
Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmText rbm_text = 18;
Intent.Message.RbmTextOrBuilder getRbmTextOrBuilder()
Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmText rbm_text = 18;
boolean hasRbmStandaloneRichCard()
Standalone Rich Business Messaging (RBM) rich card response.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard rbm_standalone_rich_card = 19;
Intent.Message.RbmStandaloneCard getRbmStandaloneRichCard()
Standalone Rich Business Messaging (RBM) rich card response.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard rbm_standalone_rich_card = 19;
Intent.Message.RbmStandaloneCardOrBuilder getRbmStandaloneRichCardOrBuilder()
Standalone Rich Business Messaging (RBM) rich card response.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard rbm_standalone_rich_card = 19;
boolean hasRbmCarouselRichCard()
Rich Business Messaging (RBM) carousel rich card response.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard rbm_carousel_rich_card = 20;
Intent.Message.RbmCarouselCard getRbmCarouselRichCard()
Rich Business Messaging (RBM) carousel rich card response.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard rbm_carousel_rich_card = 20;
Intent.Message.RbmCarouselCardOrBuilder getRbmCarouselRichCardOrBuilder()
Rich Business Messaging (RBM) carousel rich card response.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard rbm_carousel_rich_card = 20;
boolean hasBrowseCarouselCard()
Browse carousel card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard browse_carousel_card = 22;
Intent.Message.BrowseCarouselCard getBrowseCarouselCard()
Browse carousel card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard browse_carousel_card = 22;
Intent.Message.BrowseCarouselCardOrBuilder getBrowseCarouselCardOrBuilder()
Browse carousel card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard browse_carousel_card = 22;
boolean hasTableCard()
Table card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.TableCard table_card = 23;
Intent.Message.TableCard getTableCard()
Table card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.TableCard table_card = 23;
Intent.Message.TableCardOrBuilder getTableCardOrBuilder()
Table card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.TableCard table_card = 23;
boolean hasMediaContent()
The media content card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.MediaContent media_content = 24;
Intent.Message.MediaContent getMediaContent()
The media content card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.MediaContent media_content = 24;
Intent.Message.MediaContentOrBuilder getMediaContentOrBuilder()
The media content card for Actions on Google.
.google.cloud.dialogflow.v2beta1.Intent.Message.MediaContent media_content = 24;
int getPlatformValue()
Optional. The platform that this message is intended for.
.google.cloud.dialogflow.v2beta1.Intent.Message.Platform platform = 6 [(.google.api.field_behavior) = OPTIONAL];
Intent.Message.Platform getPlatform()
Optional. The platform that this message is intended for.
.google.cloud.dialogflow.v2beta1.Intent.Message.Platform platform = 6 [(.google.api.field_behavior) = OPTIONAL];
Intent.Message.MessageCase getMessageCase()
Copyright © 2022 Google LLC. All rights reserved.