Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
- 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
-
#original_value ⇒ String
Corresponds to the JSON property
originalValue. -
#resolved_value ⇒ Object
Corresponds to the JSON property
resolvedValue.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
constructor
A new instance of GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
Returns a new instance of GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue.
3258 3259 3260 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3258 def initialize(**args) update!(**args) end |
Instance Attribute Details
#original_value ⇒ String
Corresponds to the JSON property originalValue
3251 3252 3253 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3251 def original_value @original_value end |
#resolved_value ⇒ Object
Corresponds to the JSON property resolvedValue
3256 3257 3258 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3256 def resolved_value @resolved_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3263 3264 3265 3266 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3263 def update!(**args) @original_value = args[:original_value] if args.key?(:original_value) @resolved_value = args[:resolved_value] if args.key?(:resolved_value) end |