Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportTestCasesRequest

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

Returns a new instance of GoogleCloudDialogflowCxV3ExportTestCasesRequest.



2849
2850
2851
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2849

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

Instance Attribute Details

#data_formatString

Corresponds to the JSON property dataFormat

Returns:

  • (String)


2837
2838
2839
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2837

def data_format
  @data_format
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


2842
2843
2844
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2842

def filter
  @filter
end

#gcs_uriString

Corresponds to the JSON property gcsUri

Returns:

  • (String)


2847
2848
2849
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2847

def gcs_uri
  @gcs_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2854
2855
2856
2857
2858
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2854

def update!(**args)
  @data_format = args[:data_format] if args.key?(:data_format)
  @filter = args[:filter] if args.key?(:filter)
  @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
end