Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest

Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest.



6971
6972
6973
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6971

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

Instance Attribute Details

#data_formatString

Corresponds to the JSON property dataFormat

Returns:

  • (String)


6959
6960
6961
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6959

def data_format
  @data_format
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


6964
6965
6966
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6964

def filter
  @filter
end

#gcs_uriString

Corresponds to the JSON property gcsUri

Returns:

  • (String)


6969
6970
6971
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6969

def gcs_uri
  @gcs_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6976
6977
6978
6979
6980
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6976

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