Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3IntentInput

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

Returns a new instance of GoogleCloudDialogflowCxV3IntentInput.



4515
4516
4517
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4515

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

Instance Attribute Details

#intentString

Corresponds to the JSON property intent

Returns:

  • (String)


4513
4514
4515
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4513

def intent
  @intent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4520
4521
4522
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4520

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