Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestConfig

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

Returns a new instance of GoogleCloudDialogflowCxV3TestConfig.



7771
7772
7773
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7771

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

Instance Attribute Details

#flowString

Corresponds to the JSON property flow

Returns:

  • (String)


7759
7760
7761
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7759

def flow
  @flow
end

#pageString

Corresponds to the JSON property page

Returns:

  • (String)


7764
7765
7766
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7764

def page
  @page
end

#tracking_parametersArray<String>

Corresponds to the JSON property trackingParameters

Returns:

  • (Array<String>)


7769
7770
7771
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7769

def tracking_parameters
  @tracking_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7776
7777
7778
7779
7780
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7776

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