Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessage

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessage

Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessage.



19945
19946
19947
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19945

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

Instance Attribute Details

#basic_cardGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageBasicCard

Corresponds to the JSON property basicCard



19843
19844
19845
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19843

def basic_card
  @basic_card
end

Corresponds to the JSON property browseCarouselCard



19848
19849
19850
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19848

def browse_carousel_card
  @browse_carousel_card
end

#cardGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageCard

Corresponds to the JSON property card



19853
19854
19855
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19853

def card
  @card
end

Corresponds to the JSON property carouselSelect



19858
19859
19860
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19858

def carousel_select
  @carousel_select
end

#imageGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageImage

Corresponds to the JSON property image



19863
19864
19865
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19863

def image
  @image
end

Corresponds to the JSON property linkOutSuggestion



19868
19869
19870
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19868

def link_out_suggestion
  @link_out_suggestion
end

#list_selectGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect

Corresponds to the JSON property listSelect



19873
19874
19875
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19873

def list_select
  @list_select
end

#media_contentGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageMediaContent

Corresponds to the JSON property mediaContent



19878
19879
19880
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19878

def media_content
  @media_content
end

#payloadHash<String,Object>

Corresponds to the JSON property payload

Returns:

  • (Hash<String,Object>)


19883
19884
19885
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19883

def payload
  @payload
end

#platformString

Corresponds to the JSON property platform

Returns:

  • (String)


19888
19889
19890
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19888

def platform
  @platform
end

#quick_repliesGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageQuickReplies

Corresponds to the JSON property quickReplies



19893
19894
19895
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19893

def quick_replies
  @quick_replies
end

Corresponds to the JSON property rbmCarouselRichCard



19898
19899
19900
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19898

def rbm_carousel_rich_card
  @rbm_carousel_rich_card
end

#rbm_standalone_rich_cardGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard

Corresponds to the JSON property rbmStandaloneRichCard



19903
19904
19905
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19903

def rbm_standalone_rich_card
  @rbm_standalone_rich_card
end

#rbm_textGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmText

Corresponds to the JSON property rbmText



19908
19909
19910
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19908

def rbm_text
  @rbm_text
end

#simple_responsesGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses

Corresponds to the JSON property simpleResponses



19913
19914
19915
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19913

def simple_responses
  @simple_responses
end

#suggestionsGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageSuggestions

Corresponds to the JSON property suggestions



19918
19919
19920
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19918

def suggestions
  @suggestions
end

#table_cardGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageTableCard

Corresponds to the JSON property tableCard



19923
19924
19925
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19923

def table_card
  @table_card
end

#telephony_play_audioGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio

Corresponds to the JSON property telephonyPlayAudio



19928
19929
19930
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19928

def telephony_play_audio
  @telephony_play_audio
end

#telephony_synthesize_speechGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech

Corresponds to the JSON property telephonySynthesizeSpeech



19933
19934
19935
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19933

def telephony_synthesize_speech
  @telephony_synthesize_speech
end

#telephony_transfer_callGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall

Corresponds to the JSON property telephonyTransferCall



19938
19939
19940
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19938

def telephony_transfer_call
  @telephony_transfer_call
end

#textGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessageText

Corresponds to the JSON property text



19943
19944
19945
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19943

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19950
19951
19952
19953
19954
19955
19956
19957
19958
19959
19960
19961
19962
19963
19964
19965
19966
19967
19968
19969
19970
19971
19972
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19950

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