Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentMessage

Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessage.



18423
18424
18425
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18423

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

Instance Attribute Details

#basic_cardGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageBasicCard

Corresponds to the JSON property basicCard



18321
18322
18323
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18321

def basic_card
  @basic_card
end

Corresponds to the JSON property browseCarouselCard



18326
18327
18328
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18326

def browse_carousel_card
  @browse_carousel_card
end

#cardGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageCard

Corresponds to the JSON property card



18331
18332
18333
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18331

def card
  @card
end

Corresponds to the JSON property carouselSelect



18336
18337
18338
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18336

def carousel_select
  @carousel_select
end

#imageGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageImage

Corresponds to the JSON property image



18341
18342
18343
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18341

def image
  @image
end

Corresponds to the JSON property linkOutSuggestion



18346
18347
18348
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18346

def link_out_suggestion
  @link_out_suggestion
end

#list_selectGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageListSelect

Corresponds to the JSON property listSelect



18351
18352
18353
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18351

def list_select
  @list_select
end

#media_contentGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageMediaContent

Corresponds to the JSON property mediaContent



18356
18357
18358
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18356

def media_content
  @media_content
end

#payloadHash<String,Object>

Corresponds to the JSON property payload

Returns:

  • (Hash<String,Object>)


18361
18362
18363
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18361

def payload
  @payload
end

#platformString

Corresponds to the JSON property platform

Returns:

  • (String)


18366
18367
18368
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18366

def platform
  @platform
end

#quick_repliesGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageQuickReplies

Corresponds to the JSON property quickReplies



18371
18372
18373
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18371

def quick_replies
  @quick_replies
end

Corresponds to the JSON property rbmCarouselRichCard



18376
18377
18378
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18376

def rbm_carousel_rich_card
  @rbm_carousel_rich_card
end

#rbm_standalone_rich_cardGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard

Corresponds to the JSON property rbmStandaloneRichCard



18381
18382
18383
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18381

def rbm_standalone_rich_card
  @rbm_standalone_rich_card
end

#rbm_textGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageRbmText

Corresponds to the JSON property rbmText



18386
18387
18388
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18386

def rbm_text
  @rbm_text
end

#simple_responsesGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses

Corresponds to the JSON property simpleResponses



18391
18392
18393
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18391

def simple_responses
  @simple_responses
end

#suggestionsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageSuggestions

Corresponds to the JSON property suggestions



18396
18397
18398
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18396

def suggestions
  @suggestions
end

#table_cardGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageTableCard

Corresponds to the JSON property tableCard



18401
18402
18403
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18401

def table_card
  @table_card
end

#telephony_play_audioGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio

Corresponds to the JSON property telephonyPlayAudio



18406
18407
18408
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18406

def telephony_play_audio
  @telephony_play_audio
end

#telephony_synthesize_speechGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech

Corresponds to the JSON property telephonySynthesizeSpeech



18411
18412
18413
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18411

def telephony_synthesize_speech
  @telephony_synthesize_speech
end

#telephony_transfer_callGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall

Corresponds to the JSON property telephonyTransferCall



18416
18417
18418
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18416

def telephony_transfer_call
  @telephony_transfer_call
end

#textGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageText

Corresponds to the JSON property text



18421
18422
18423
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18421

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18428
18429
18430
18431
18432
18433
18434
18435
18436
18437
18438
18439
18440
18441
18442
18443
18444
18445
18446
18447
18448
18449
18450
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18428

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