Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportTestCasesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportTestCasesRequest
- 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
-
#data_format ⇒ String
Corresponds to the JSON property
dataFormat. -
#filter ⇒ String
Corresponds to the JSON property
filter. -
#gcs_uri ⇒ String
Corresponds to the JSON property
gcsUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportTestCasesRequest
constructor
A new instance of GoogleCloudDialogflowCxV3ExportTestCasesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_format ⇒ String
Corresponds to the JSON property dataFormat
2837 2838 2839 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2837 def data_format @data_format end |
#filter ⇒ String
Corresponds to the JSON property filter
2842 2843 2844 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2842 def filter @filter end |
#gcs_uri ⇒ String
Corresponds to the JSON property gcsUri
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 |