Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestRunDifference
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestRunDifference
- 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
-
#description ⇒ String
Corresponds to the JSON property
description. -
#type ⇒ String
Corresponds to the JSON property
type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TestRunDifference
constructor
A new instance of GoogleCloudDialogflowCxV3TestRunDifference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TestRunDifference
Returns a new instance of GoogleCloudDialogflowCxV3TestRunDifference.
7822 7823 7824 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7822 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Corresponds to the JSON property description
7815 7816 7817 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7815 def description @description end |
#type ⇒ String
Corresponds to the JSON property type
7820 7821 7822 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7820 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7827 7828 7829 7830 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7827 def update!(**args) @description = args[:description] if args.key?(:description) @type = args[:type] if args.key?(:type) end |