Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion

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) ⇒ GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion

Returns a new instance of GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.



16415
16416
16417
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16415

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

Instance Attribute Details

#actionGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction

Corresponds to the JSON property action



16408
16409
16410
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16408

def action
  @action
end

#replyGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply

Corresponds to the JSON property reply



16413
16414
16415
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16413

def reply
  @reply
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16420
16421
16422
16423
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 16420

def update!(**args)
  @action = args[:action] if args.key?(:action)
  @reply = args[:reply] if args.key?(:reply)
end