Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue.



6620
6621
6622
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6620

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

Instance Attribute Details

#original_valueString

Corresponds to the JSON property originalValue

Returns:

  • (String)


6613
6614
6615
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6613

def original_value
  @original_value
end

#resolved_valueObject

Corresponds to the JSON property resolvedValue

Returns:

  • (Object)


6618
6619
6620
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6618

def resolved_value
  @resolved_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6625
6626
6627
6628
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6625

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