Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1IntentInput

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1IntentInput.



4961
4962
4963
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4961

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

Instance Attribute Details

#intentString

Corresponds to the JSON property intent

Returns:

  • (String)


4959
4960
4961
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4959

def intent
  @intent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4966
4967
4968
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4966

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