Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestConfig
- 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
-
#flow ⇒ String
Corresponds to the JSON property
flow. -
#page ⇒ String
Corresponds to the JSON property
page. -
#tracking_parameters ⇒ Array<String>
Corresponds to the JSON property
trackingParameters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TestConfig
constructor
A new instance of GoogleCloudDialogflowCxV3TestConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TestConfig
Returns a new instance of GoogleCloudDialogflowCxV3TestConfig.
7765 7766 7767 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7765 def initialize(**args) update!(**args) end |
Instance Attribute Details
#flow ⇒ String
Corresponds to the JSON property flow
7753 7754 7755 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7753 def flow @flow end |
#page ⇒ String
Corresponds to the JSON property page
7758 7759 7760 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7758 def page @page end |
#tracking_parameters ⇒ Array<String>
Corresponds to the JSON property trackingParameters
7763 7764 7765 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7763 def tracking_parameters @tracking_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7770 7771 7772 7773 7774 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7770 def update!(**args) @flow = args[:flow] if args.key?(:flow) @page = args[:page] if args.key?(:page) @tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters) end |