Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessage

Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessage.



19246
19247
19248
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19246

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

Instance Attribute Details

#basic_cardGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageBasicCard

Corresponds to the JSON property basicCard



19144
19145
19146
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19144

def basic_card
  @basic_card
end

Corresponds to the JSON property browseCarouselCard



19149
19150
19151
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19149

def browse_carousel_card
  @browse_carousel_card
end

#cardGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageCard

Corresponds to the JSON property card



19154
19155
19156
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19154

def card
  @card
end

Corresponds to the JSON property carouselSelect



19159
19160
19161
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19159

def carousel_select
  @carousel_select
end

#imageGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageImage

Corresponds to the JSON property image



19164
19165
19166
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19164

def image
  @image
end

Corresponds to the JSON property linkOutSuggestion



19169
19170
19171
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19169

def link_out_suggestion
  @link_out_suggestion
end

#list_selectGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageListSelect

Corresponds to the JSON property listSelect



19174
19175
19176
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19174

def list_select
  @list_select
end

#media_contentGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageMediaContent

Corresponds to the JSON property mediaContent



19179
19180
19181
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19179

def media_content
  @media_content
end

#payloadHash<String,Object>

Corresponds to the JSON property payload

Returns:

  • (Hash<String,Object>)


19184
19185
19186
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19184

def payload
  @payload
end

#platformString

Corresponds to the JSON property platform

Returns:

  • (String)


19189
19190
19191
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19189

def platform
  @platform
end

#quick_repliesGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageQuickReplies

Corresponds to the JSON property quickReplies



19194
19195
19196
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19194

def quick_replies
  @quick_replies
end

Corresponds to the JSON property rbmCarouselRichCard



19199
19200
19201
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19199

def rbm_carousel_rich_card
  @rbm_carousel_rich_card
end

#rbm_standalone_rich_cardGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard

Corresponds to the JSON property rbmStandaloneRichCard



19204
19205
19206
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19204

def rbm_standalone_rich_card
  @rbm_standalone_rich_card
end

#rbm_textGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageRbmText

Corresponds to the JSON property rbmText



19209
19210
19211
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19209

def rbm_text
  @rbm_text
end

#simple_responsesGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses

Corresponds to the JSON property simpleResponses



19214
19215
19216
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19214

def simple_responses
  @simple_responses
end

#suggestionsGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageSuggestions

Corresponds to the JSON property suggestions



19219
19220
19221
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19219

def suggestions
  @suggestions
end

#table_cardGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageTableCard

Corresponds to the JSON property tableCard



19224
19225
19226
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19224

def table_card
  @table_card
end

#telephony_play_audioGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio

Corresponds to the JSON property telephonyPlayAudio



19229
19230
19231
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19229

def telephony_play_audio
  @telephony_play_audio
end

#telephony_synthesize_speechGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech

Corresponds to the JSON property telephonySynthesizeSpeech



19234
19235
19236
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19234

def telephony_synthesize_speech
  @telephony_synthesize_speech
end

#telephony_transfer_callGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall

Corresponds to the JSON property telephonyTransferCall



19239
19240
19241
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19239

def telephony_transfer_call
  @telephony_transfer_call
end

#textGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageText

Corresponds to the JSON property text



19244
19245
19246
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19244

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19251
19252
19253
19254
19255
19256
19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
19269
19270
19271
19272
19273
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19251

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