Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#basic_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageBasicCard
Corresponds to the JSON property
basicCard. -
#browse_carousel_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard
Corresponds to the JSON property
browseCarouselCard. -
#card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageCard
Corresponds to the JSON property
card. -
#carousel_select ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect
Corresponds to the JSON property
carouselSelect. -
#image ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageImage
Corresponds to the JSON property
image. -
#link_out_suggestion ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
Corresponds to the JSON property
linkOutSuggestion. -
#list_select ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect
Corresponds to the JSON property
listSelect. -
#media_content ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageMediaContent
Corresponds to the JSON property
mediaContent. -
#payload ⇒ Hash<String,Object>
Corresponds to the JSON property
payload. -
#platform ⇒ String
Corresponds to the JSON property
platform. -
#quick_replies ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageQuickReplies
Corresponds to the JSON property
quickReplies. -
#rbm_carousel_rich_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
Corresponds to the JSON property
rbmCarouselRichCard. -
#rbm_standalone_rich_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
Corresponds to the JSON property
rbmStandaloneRichCard. -
#rbm_text ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmText
Corresponds to the JSON property
rbmText. -
#simple_responses ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses
Corresponds to the JSON property
simpleResponses. -
#suggestions ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageSuggestions
Corresponds to the JSON property
suggestions. -
#table_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTableCard
Corresponds to the JSON property
tableCard. -
#telephony_play_audio ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio
Corresponds to the JSON property
telephonyPlayAudio. -
#telephony_synthesize_speech ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
Corresponds to the JSON property
telephonySynthesizeSpeech. -
#telephony_transfer_call ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall
Corresponds to the JSON property
telephonyTransferCall. -
#text ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageText
Corresponds to the JSON property
text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessage
constructor
A new instance of GoogleCloudDialogflowV2beta1IntentMessage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessage
Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessage.
15594 15595 15596 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15594 def initialize(**args) update!(**args) end |
Instance Attribute Details
#basic_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageBasicCard
Corresponds to the JSON property basicCard
15492 15493 15494 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15492 def basic_card @basic_card end |
#browse_carousel_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard
Corresponds to the JSON property browseCarouselCard
15497 15498 15499 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15497 def browse_carousel_card @browse_carousel_card end |
#card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageCard
Corresponds to the JSON property card
15502 15503 15504 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15502 def card @card end |
#carousel_select ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect
Corresponds to the JSON property carouselSelect
15507 15508 15509 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15507 def carousel_select @carousel_select end |
#image ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageImage
Corresponds to the JSON property image
15512 15513 15514 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15512 def image @image end |
#link_out_suggestion ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
Corresponds to the JSON property linkOutSuggestion
15517 15518 15519 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15517 def link_out_suggestion @link_out_suggestion end |
#list_select ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect
Corresponds to the JSON property listSelect
15522 15523 15524 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15522 def list_select @list_select end |
#media_content ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageMediaContent
Corresponds to the JSON property mediaContent
15527 15528 15529 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15527 def media_content @media_content end |
#payload ⇒ Hash<String,Object>
Corresponds to the JSON property payload
15532 15533 15534 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15532 def payload @payload end |
#platform ⇒ String
Corresponds to the JSON property platform
15537 15538 15539 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15537 def platform @platform end |
#quick_replies ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageQuickReplies
Corresponds to the JSON property quickReplies
15542 15543 15544 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15542 def quick_replies @quick_replies end |
#rbm_carousel_rich_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
Corresponds to the JSON property rbmCarouselRichCard
15547 15548 15549 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15547 def rbm_carousel_rich_card @rbm_carousel_rich_card end |
#rbm_standalone_rich_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
Corresponds to the JSON property rbmStandaloneRichCard
15552 15553 15554 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15552 def rbm_standalone_rich_card @rbm_standalone_rich_card end |
#rbm_text ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmText
Corresponds to the JSON property rbmText
15557 15558 15559 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15557 def rbm_text @rbm_text end |
#simple_responses ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses
Corresponds to the JSON property simpleResponses
15562 15563 15564 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15562 def simple_responses @simple_responses end |
#suggestions ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageSuggestions
Corresponds to the JSON property suggestions
15567 15568 15569 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15567 def suggestions @suggestions end |
#table_card ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTableCard
Corresponds to the JSON property tableCard
15572 15573 15574 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15572 def table_card @table_card end |
#telephony_play_audio ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio
Corresponds to the JSON property telephonyPlayAudio
15577 15578 15579 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15577 def telephony_play_audio @telephony_play_audio end |
#telephony_synthesize_speech ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
Corresponds to the JSON property telephonySynthesizeSpeech
15582 15583 15584 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15582 def telephony_synthesize_speech @telephony_synthesize_speech end |
#telephony_transfer_call ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall
Corresponds to the JSON property telephonyTransferCall
15587 15588 15589 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15587 def telephony_transfer_call @telephony_transfer_call end |
#text ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageText
Corresponds to the JSON property text
15592 15593 15594 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15592 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15599 15600 15601 15602 15603 15604 15605 15606 15607 15608 15609 15610 15611 15612 15613 15614 15615 15616 15617 15618 15619 15620 15621 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15599 def update!(**args) @basic_card = args[:basic_card] if args.key?(:basic_card) @browse_carousel_card = args[:browse_carousel_card] if args.key?(:browse_carousel_card) @card = args[:card] if args.key?(:card) @carousel_select = args[:carousel_select] if args.key?(:carousel_select) @image = args[:image] if args.key?(:image) @link_out_suggestion = args[:link_out_suggestion] if args.key?(:link_out_suggestion) @list_select = args[:list_select] if args.key?(:list_select) @media_content = args[:media_content] if args.key?(:media_content) @payload = args[:payload] if args.key?(:payload) @platform = args[:platform] if args.key?(:platform) @quick_replies = args[:quick_replies] if args.key?(:quick_replies) @rbm_carousel_rich_card = args[:rbm_carousel_rich_card] if args.key?(:rbm_carousel_rich_card) @rbm_standalone_rich_card = args[:rbm_standalone_rich_card] if args.key?(:rbm_standalone_rich_card) @rbm_text = args[:rbm_text] if args.key?(:rbm_text) @simple_responses = args[:simple_responses] if args.key?(:simple_responses) @suggestions = args[:suggestions] if args.key?(:suggestions) @table_card = args[:table_card] if args.key?(:table_card) @telephony_play_audio = args[:telephony_play_audio] if args.key?(:telephony_play_audio) @telephony_synthesize_speech = args[:telephony_synthesize_speech] if args.key?(:telephony_synthesize_speech) @telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call) @text = args[:text] if args.key?(:text) end |