google-apis-dialogflow_v2 0.19.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/dialogflow_v2/classes.rb +421 -9
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2/representations.rb +186 -0
- data/lib/google/apis/dialogflow_v2/service.rb +332 -90
- data/lib/google/apis/dialogflow_v2.rb +1 -1
- metadata +5 -5
@@ -82,12 +82,42 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudDialogflowCxV3DeployFlowResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
85
97
|
class GoogleCloudDialogflowCxV3DtmfInput
|
86
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
99
|
|
88
100
|
include Google::Apis::Core::JsonObjectSupport
|
89
101
|
end
|
90
102
|
|
103
|
+
class GoogleCloudDialogflowCxV3Environment
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
91
121
|
class GoogleCloudDialogflowCxV3EventHandler
|
92
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
123
|
|
@@ -520,12 +550,42 @@ module Google
|
|
520
550
|
include Google::Apis::Core::JsonObjectSupport
|
521
551
|
end
|
522
552
|
|
553
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
523
565
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
524
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
567
|
|
526
568
|
include Google::Apis::Core::JsonObjectSupport
|
527
569
|
end
|
528
570
|
|
571
|
+
class GoogleCloudDialogflowCxV3beta1Environment
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
529
589
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
530
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
591
|
|
@@ -2278,6 +2338,18 @@ module Google
|
|
2278
2338
|
include Google::Apis::Core::JsonObjectSupport
|
2279
2339
|
end
|
2280
2340
|
|
2341
|
+
class GoogleCloudLocationListLocationsResponse
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2347
|
+
class GoogleCloudLocationLocation
|
2348
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2349
|
+
|
2350
|
+
include Google::Apis::Core::JsonObjectSupport
|
2351
|
+
end
|
2352
|
+
|
2281
2353
|
class GoogleLongrunningListOperationsResponse
|
2282
2354
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2283
2355
|
|
@@ -2405,6 +2477,23 @@ module Google
|
|
2405
2477
|
end
|
2406
2478
|
end
|
2407
2479
|
|
2480
|
+
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
2481
|
+
# @private
|
2482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2483
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3TestError::Representation
|
2484
|
+
|
2485
|
+
end
|
2486
|
+
end
|
2487
|
+
|
2488
|
+
class GoogleCloudDialogflowCxV3DeployFlowResponse
|
2489
|
+
# @private
|
2490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2491
|
+
property :deployment, as: 'deployment'
|
2492
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3Environment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3Environment::Representation
|
2493
|
+
|
2494
|
+
end
|
2495
|
+
end
|
2496
|
+
|
2408
2497
|
class GoogleCloudDialogflowCxV3DtmfInput
|
2409
2498
|
# @private
|
2410
2499
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2413,6 +2502,36 @@ module Google
|
|
2413
2502
|
end
|
2414
2503
|
end
|
2415
2504
|
|
2505
|
+
class GoogleCloudDialogflowCxV3Environment
|
2506
|
+
# @private
|
2507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2508
|
+
property :description, as: 'description'
|
2509
|
+
property :display_name, as: 'displayName'
|
2510
|
+
property :name, as: 'name'
|
2511
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig::Representation
|
2512
|
+
|
2513
|
+
property :update_time, as: 'updateTime'
|
2514
|
+
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3EnvironmentVersionConfig::Representation
|
2515
|
+
|
2516
|
+
end
|
2517
|
+
end
|
2518
|
+
|
2519
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
2520
|
+
# @private
|
2521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2522
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
2523
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
2524
|
+
collection :test_cases, as: 'testCases'
|
2525
|
+
end
|
2526
|
+
end
|
2527
|
+
|
2528
|
+
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
2529
|
+
# @private
|
2530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2531
|
+
property :version, as: 'version'
|
2532
|
+
end
|
2533
|
+
end
|
2534
|
+
|
2416
2535
|
class GoogleCloudDialogflowCxV3EventHandler
|
2417
2536
|
# @private
|
2418
2537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3117,6 +3236,23 @@ module Google
|
|
3117
3236
|
end
|
3118
3237
|
end
|
3119
3238
|
|
3239
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
3240
|
+
# @private
|
3241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3242
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
3243
|
+
|
3244
|
+
end
|
3245
|
+
end
|
3246
|
+
|
3247
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
3248
|
+
# @private
|
3249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3250
|
+
property :deployment, as: 'deployment'
|
3251
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1Environment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1Environment::Representation
|
3252
|
+
|
3253
|
+
end
|
3254
|
+
end
|
3255
|
+
|
3120
3256
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
3121
3257
|
# @private
|
3122
3258
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3125,6 +3261,36 @@ module Google
|
|
3125
3261
|
end
|
3126
3262
|
end
|
3127
3263
|
|
3264
|
+
class GoogleCloudDialogflowCxV3beta1Environment
|
3265
|
+
# @private
|
3266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3267
|
+
property :description, as: 'description'
|
3268
|
+
property :display_name, as: 'displayName'
|
3269
|
+
property :name, as: 'name'
|
3270
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig::Representation
|
3271
|
+
|
3272
|
+
property :update_time, as: 'updateTime'
|
3273
|
+
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig::Representation
|
3274
|
+
|
3275
|
+
end
|
3276
|
+
end
|
3277
|
+
|
3278
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
3279
|
+
# @private
|
3280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3281
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
3282
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
3283
|
+
collection :test_cases, as: 'testCases'
|
3284
|
+
end
|
3285
|
+
end
|
3286
|
+
|
3287
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
3288
|
+
# @private
|
3289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3290
|
+
property :version, as: 'version'
|
3291
|
+
end
|
3292
|
+
end
|
3293
|
+
|
3128
3294
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
3129
3295
|
# @private
|
3130
3296
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6118,6 +6284,26 @@ module Google
|
|
6118
6284
|
end
|
6119
6285
|
end
|
6120
6286
|
|
6287
|
+
class GoogleCloudLocationListLocationsResponse
|
6288
|
+
# @private
|
6289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6290
|
+
collection :locations, as: 'locations', class: Google::Apis::DialogflowV2::GoogleCloudLocationLocation, decorator: Google::Apis::DialogflowV2::GoogleCloudLocationLocation::Representation
|
6291
|
+
|
6292
|
+
property :next_page_token, as: 'nextPageToken'
|
6293
|
+
end
|
6294
|
+
end
|
6295
|
+
|
6296
|
+
class GoogleCloudLocationLocation
|
6297
|
+
# @private
|
6298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6299
|
+
property :display_name, as: 'displayName'
|
6300
|
+
hash :labels, as: 'labels'
|
6301
|
+
property :location_id, as: 'locationId'
|
6302
|
+
hash :metadata, as: 'metadata'
|
6303
|
+
property :name, as: 'name'
|
6304
|
+
end
|
6305
|
+
end
|
6306
|
+
|
6121
6307
|
class GoogleLongrunningListOperationsResponse
|
6122
6308
|
# @private
|
6123
6309
|
class Representation < Google::Apis::Core::JsonRepresentation
|