Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessage

Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessage.



15841
15842
15843
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15841

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#basic_cardGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageBasicCard

Corresponds to the JSON property basicCard



15739
15740
15741
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15739

def basic_card
  @basic_card
end

Corresponds to the JSON property browseCarouselCard



15744
15745
15746
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15744

def browse_carousel_card
  @browse_carousel_card
end

#cardGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageCard

Corresponds to the JSON property card



15749
15750
15751
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15749

def card
  @card
end

Corresponds to the JSON property carouselSelect



15754
15755
15756
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15754

def carousel_select
  @carousel_select
end

#imageGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageImage

Corresponds to the JSON property image



15759
15760
15761
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15759

def image
  @image
end

Corresponds to the JSON property linkOutSuggestion



15764
15765
15766
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15764

def link_out_suggestion
  @link_out_suggestion
end

#list_selectGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect

Corresponds to the JSON property listSelect



15769
15770
15771
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15769

def list_select
  @list_select
end

#media_contentGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageMediaContent

Corresponds to the JSON property mediaContent



15774
15775
15776
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15774

def media_content
  @media_content
end

#payloadHash<String,Object>

Corresponds to the JSON property payload

Returns:

  • (Hash<String,Object>)


15779
15780
15781
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15779

def payload
  @payload
end

#platformString

Corresponds to the JSON property platform

Returns:

  • (String)


15784
15785
15786
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15784

def platform
  @platform
end

#quick_repliesGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageQuickReplies

Corresponds to the JSON property quickReplies



15789
15790
15791
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15789

def quick_replies
  @quick_replies
end

Corresponds to the JSON property rbmCarouselRichCard



15794
15795
15796
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15794

def rbm_carousel_rich_card
  @rbm_carousel_rich_card
end

#rbm_standalone_rich_cardGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard

Corresponds to the JSON property rbmStandaloneRichCard



15799
15800
15801
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15799

def rbm_standalone_rich_card
  @rbm_standalone_rich_card
end

#rbm_textGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmText

Corresponds to the JSON property rbmText



15804
15805
15806
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15804

def rbm_text
  @rbm_text
end

#simple_responsesGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses

Corresponds to the JSON property simpleResponses



15809
15810
15811
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15809

def simple_responses
  @simple_responses
end

#suggestionsGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageSuggestions

Corresponds to the JSON property suggestions



15814
15815
15816
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15814

def suggestions
  @suggestions
end

#table_cardGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTableCard

Corresponds to the JSON property tableCard



15819
15820
15821
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15819

def table_card
  @table_card
end

#telephony_play_audioGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio

Corresponds to the JSON property telephonyPlayAudio



15824
15825
15826
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15824

def telephony_play_audio
  @telephony_play_audio
end

#telephony_synthesize_speechGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech

Corresponds to the JSON property telephonySynthesizeSpeech



15829
15830
15831
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15829

def telephony_synthesize_speech
  @telephony_synthesize_speech
end

#telephony_transfer_callGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall

Corresponds to the JSON property telephonyTransferCall



15834
15835
15836
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15834

def telephony_transfer_call
  @telephony_transfer_call
end

#textGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageText

Corresponds to the JSON property text



15839
15840
15841
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15839

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15846
15847
15848
15849
15850
15851
15852
15853
15854
15855
15856
15857
15858
15859
15860
15861
15862
15863
15864
15865
15866
15867
15868
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15846

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