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.



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

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

Instance Attribute Details

#data_formatString

Corresponds to the JSON property dataFormat

Returns:

  • (String)


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

def data_format
  @data_format
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


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

def filter
  @filter
end

#gcs_uriString

Corresponds to the JSON property gcsUri

Returns:

  • (String)


6975
6976
6977
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6975

def gcs_uri
  @gcs_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6982
6983
6984
6985
6986
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6982

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