Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest
- 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
-
#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) ⇒ GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_format ⇒ String
Corresponds to the JSON property dataFormat
6959 6960 6961 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6959 def data_format @data_format end |
#filter ⇒ String
Corresponds to the JSON property filter
6964 6965 6966 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6964 def filter @filter end |
#gcs_uri ⇒ String
Corresponds to the JSON property gcsUri
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 |