Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/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) ⇒ GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
constructor
A new instance of GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
Returns a new instance of GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue.
14386 14387 14388 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14386 def initialize(**args) update!(**args) end |
Instance Attribute Details
#original_value ⇒ String
Corresponds to the JSON property originalValue
14379 14380 14381 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14379 def original_value @original_value end |
#resolved_value ⇒ Object
Corresponds to the JSON property resolvedValue
14384 14385 14386 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14384 def resolved_value @resolved_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14391 14392 14393 14394 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14391 def update!(**args) @original_value = args[:original_value] if args.key?(:original_value) @resolved_value = args[:resolved_value] if args.key?(:resolved_value) end |