Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
- 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
-
#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.
12951 12952 12953 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12951 def initialize(**args) update!(**args) end |
Instance Attribute Details
#original_value ⇒ String
Corresponds to the JSON property originalValue
12944 12945 12946 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12944 def original_value @original_value end |
#resolved_value ⇒ Object
Corresponds to the JSON property resolvedValue
12949 12950 12951 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12949 def resolved_value @resolved_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12956 12957 12958 12959 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12956 def update!(**args) @original_value = args[:original_value] if args.key?(:original_value) @resolved_value = args[:resolved_value] if args.key?(:resolved_value) end |