Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue

Returns a new instance of GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue.



9583
9584
9585
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9583

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

Instance Attribute Details

#original_valueString

Corresponds to the JSON property originalValue

Returns:

  • (String)


9576
9577
9578
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9576

def original_value
  @original_value
end

#resolved_valueObject

Corresponds to the JSON property resolvedValue

Returns:

  • (Object)


9581
9582
9583
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9581

def resolved_value
  @resolved_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9588
9589
9590
9591
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9588

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