google-apis-dialogflow_v3beta1 0.20.0 → 0.24.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_v3beta1/classes.rb +646 -12
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +282 -0
- data/lib/google/apis/dialogflow_v3beta1/service.rb +383 -24
- data/lib/google/apis/dialogflow_v3beta1.rb +1 -1
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211015"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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,6 +550,24 @@ module Google
|
|
520
550
|
include Google::Apis::Core::JsonObjectSupport
|
521
551
|
end
|
522
552
|
|
553
|
+
class GoogleCloudDialogflowCxV3beta1Changelog
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class GoogleCloudDialogflowCxV3beta1CompareVersionsResponse
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
523
571
|
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
524
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
573
|
|
@@ -562,6 +610,36 @@ module Google
|
|
562
610
|
include Google::Apis::Core::JsonObjectSupport
|
563
611
|
end
|
564
612
|
|
613
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowRequest
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class GoogleCloudDialogflowCxV3beta1Deployment
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class GoogleCloudDialogflowCxV3beta1DeploymentResult
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
565
643
|
class GoogleCloudDialogflowCxV3beta1DetectIntentRequest
|
566
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
645
|
|
@@ -604,6 +682,12 @@ module Google
|
|
604
682
|
include Google::Apis::Core::JsonObjectSupport
|
605
683
|
end
|
606
684
|
|
685
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
607
691
|
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
608
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
693
|
|
@@ -874,12 +958,24 @@ module Google
|
|
874
958
|
include Google::Apis::Core::JsonObjectSupport
|
875
959
|
end
|
876
960
|
|
961
|
+
class GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
|
+
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
965
|
+
end
|
966
|
+
|
877
967
|
class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
|
878
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
969
|
|
880
970
|
include Google::Apis::Core::JsonObjectSupport
|
881
971
|
end
|
882
972
|
|
973
|
+
class GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
|
+
|
976
|
+
include Google::Apis::Core::JsonObjectSupport
|
977
|
+
end
|
978
|
+
|
883
979
|
class GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse
|
884
980
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
981
|
|
@@ -2284,6 +2380,18 @@ module Google
|
|
2284
2380
|
include Google::Apis::Core::JsonObjectSupport
|
2285
2381
|
end
|
2286
2382
|
|
2383
|
+
class GoogleCloudLocationListLocationsResponse
|
2384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
|
+
|
2386
|
+
include Google::Apis::Core::JsonObjectSupport
|
2387
|
+
end
|
2388
|
+
|
2389
|
+
class GoogleCloudLocationLocation
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
|
+
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
2393
|
+
end
|
2394
|
+
|
2287
2395
|
class GoogleLongrunningListOperationsResponse
|
2288
2396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
2397
|
|
@@ -2411,6 +2519,23 @@ module Google
|
|
2411
2519
|
end
|
2412
2520
|
end
|
2413
2521
|
|
2522
|
+
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
2523
|
+
# @private
|
2524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2525
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2526
|
+
|
2527
|
+
end
|
2528
|
+
end
|
2529
|
+
|
2530
|
+
class GoogleCloudDialogflowCxV3DeployFlowResponse
|
2531
|
+
# @private
|
2532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2533
|
+
property :deployment, as: 'deployment'
|
2534
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Environment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Environment::Representation
|
2535
|
+
|
2536
|
+
end
|
2537
|
+
end
|
2538
|
+
|
2414
2539
|
class GoogleCloudDialogflowCxV3DtmfInput
|
2415
2540
|
# @private
|
2416
2541
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2419,6 +2544,36 @@ module Google
|
|
2419
2544
|
end
|
2420
2545
|
end
|
2421
2546
|
|
2547
|
+
class GoogleCloudDialogflowCxV3Environment
|
2548
|
+
# @private
|
2549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2550
|
+
property :description, as: 'description'
|
2551
|
+
property :display_name, as: 'displayName'
|
2552
|
+
property :name, as: 'name'
|
2553
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig::Representation
|
2554
|
+
|
2555
|
+
property :update_time, as: 'updateTime'
|
2556
|
+
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3EnvironmentVersionConfig::Representation
|
2557
|
+
|
2558
|
+
end
|
2559
|
+
end
|
2560
|
+
|
2561
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
2562
|
+
# @private
|
2563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2564
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
2565
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
2566
|
+
collection :test_cases, as: 'testCases'
|
2567
|
+
end
|
2568
|
+
end
|
2569
|
+
|
2570
|
+
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
2571
|
+
# @private
|
2572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2573
|
+
property :version, as: 'version'
|
2574
|
+
end
|
2575
|
+
end
|
2576
|
+
|
2422
2577
|
class GoogleCloudDialogflowCxV3EventHandler
|
2423
2578
|
# @private
|
2424
2579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3125,6 +3280,36 @@ module Google
|
|
3125
3280
|
end
|
3126
3281
|
end
|
3127
3282
|
|
3283
|
+
class GoogleCloudDialogflowCxV3beta1Changelog
|
3284
|
+
# @private
|
3285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3286
|
+
property :action, as: 'action'
|
3287
|
+
property :create_time, as: 'createTime'
|
3288
|
+
property :display_name, as: 'displayName'
|
3289
|
+
property :name, as: 'name'
|
3290
|
+
property :resource, as: 'resource'
|
3291
|
+
property :type, as: 'type'
|
3292
|
+
property :user_email, as: 'userEmail'
|
3293
|
+
end
|
3294
|
+
end
|
3295
|
+
|
3296
|
+
class GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
|
3297
|
+
# @private
|
3298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3299
|
+
property :language_code, as: 'languageCode'
|
3300
|
+
property :target_version, as: 'targetVersion'
|
3301
|
+
end
|
3302
|
+
end
|
3303
|
+
|
3304
|
+
class GoogleCloudDialogflowCxV3beta1CompareVersionsResponse
|
3305
|
+
# @private
|
3306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3307
|
+
property :base_version_content_json, as: 'baseVersionContentJson'
|
3308
|
+
property :compare_time, as: 'compareTime'
|
3309
|
+
property :target_version_content_json, as: 'targetVersionContentJson'
|
3310
|
+
end
|
3311
|
+
end
|
3312
|
+
|
3128
3313
|
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3129
3314
|
# @private
|
3130
3315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3197,6 +3382,51 @@ module Google
|
|
3197
3382
|
end
|
3198
3383
|
end
|
3199
3384
|
|
3385
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
3386
|
+
# @private
|
3387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3388
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
3389
|
+
|
3390
|
+
end
|
3391
|
+
end
|
3392
|
+
|
3393
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowRequest
|
3394
|
+
# @private
|
3395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3396
|
+
property :flow_version, as: 'flowVersion'
|
3397
|
+
end
|
3398
|
+
end
|
3399
|
+
|
3400
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
3401
|
+
# @private
|
3402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3403
|
+
property :deployment, as: 'deployment'
|
3404
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Environment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Environment::Representation
|
3405
|
+
|
3406
|
+
end
|
3407
|
+
end
|
3408
|
+
|
3409
|
+
class GoogleCloudDialogflowCxV3beta1Deployment
|
3410
|
+
# @private
|
3411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3412
|
+
property :end_time, as: 'endTime'
|
3413
|
+
property :flow_version, as: 'flowVersion'
|
3414
|
+
property :name, as: 'name'
|
3415
|
+
property :result, as: 'result', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DeploymentResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DeploymentResult::Representation
|
3416
|
+
|
3417
|
+
property :start_time, as: 'startTime'
|
3418
|
+
property :state, as: 'state'
|
3419
|
+
end
|
3420
|
+
end
|
3421
|
+
|
3422
|
+
class GoogleCloudDialogflowCxV3beta1DeploymentResult
|
3423
|
+
# @private
|
3424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3425
|
+
collection :deployment_test_results, as: 'deploymentTestResults'
|
3426
|
+
property :experiment, as: 'experiment'
|
3427
|
+
end
|
3428
|
+
end
|
3429
|
+
|
3200
3430
|
class GoogleCloudDialogflowCxV3beta1DetectIntentRequest
|
3201
3431
|
# @private
|
3202
3432
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3268,12 +3498,23 @@ module Google
|
|
3268
3498
|
property :description, as: 'description'
|
3269
3499
|
property :display_name, as: 'displayName'
|
3270
3500
|
property :name, as: 'name'
|
3501
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig::Representation
|
3502
|
+
|
3271
3503
|
property :update_time, as: 'updateTime'
|
3272
3504
|
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig::Representation
|
3273
3505
|
|
3274
3506
|
end
|
3275
3507
|
end
|
3276
3508
|
|
3509
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
3510
|
+
# @private
|
3511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3512
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
3513
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
3514
|
+
collection :test_cases, as: 'testCases'
|
3515
|
+
end
|
3516
|
+
end
|
3517
|
+
|
3277
3518
|
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
3278
3519
|
# @private
|
3279
3520
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3715,6 +3956,15 @@ module Google
|
|
3715
3956
|
end
|
3716
3957
|
end
|
3717
3958
|
|
3959
|
+
class GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
|
3960
|
+
# @private
|
3961
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3962
|
+
collection :changelogs, as: 'changelogs', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog::Representation
|
3963
|
+
|
3964
|
+
property :next_page_token, as: 'nextPageToken'
|
3965
|
+
end
|
3966
|
+
end
|
3967
|
+
|
3718
3968
|
class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
|
3719
3969
|
# @private
|
3720
3970
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3724,6 +3974,15 @@ module Google
|
|
3724
3974
|
end
|
3725
3975
|
end
|
3726
3976
|
|
3977
|
+
class GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse
|
3978
|
+
# @private
|
3979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3980
|
+
collection :deployments, as: 'deployments', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Deployment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Deployment::Representation
|
3981
|
+
|
3982
|
+
property :next_page_token, as: 'nextPageToken'
|
3983
|
+
end
|
3984
|
+
end
|
3985
|
+
|
3727
3986
|
class GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse
|
3728
3987
|
# @private
|
3729
3988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3999,6 +4258,8 @@ module Google
|
|
3999
4258
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page::Representation
|
4000
4259
|
|
4001
4260
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4261
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput::Representation
|
4262
|
+
|
4002
4263
|
property :intent, as: 'intent', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent::Representation
|
4003
4264
|
|
4004
4265
|
property :intent_detection_confidence, as: 'intentDetectionConfidence'
|
@@ -4202,6 +4463,7 @@ module Google
|
|
4202
4463
|
class GoogleCloudDialogflowCxV3beta1SecuritySettings
|
4203
4464
|
# @private
|
4204
4465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4466
|
+
property :deidentify_template, as: 'deidentifyTemplate'
|
4205
4467
|
property :display_name, as: 'displayName'
|
4206
4468
|
property :insights_export_settings, as: 'insightsExportSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings::Representation
|
4207
4469
|
|
@@ -6149,6 +6411,26 @@ module Google
|
|
6149
6411
|
end
|
6150
6412
|
end
|
6151
6413
|
|
6414
|
+
class GoogleCloudLocationListLocationsResponse
|
6415
|
+
# @private
|
6416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6417
|
+
collection :locations, as: 'locations', class: Google::Apis::DialogflowV3beta1::GoogleCloudLocationLocation, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudLocationLocation::Representation
|
6418
|
+
|
6419
|
+
property :next_page_token, as: 'nextPageToken'
|
6420
|
+
end
|
6421
|
+
end
|
6422
|
+
|
6423
|
+
class GoogleCloudLocationLocation
|
6424
|
+
# @private
|
6425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6426
|
+
property :display_name, as: 'displayName'
|
6427
|
+
hash :labels, as: 'labels'
|
6428
|
+
property :location_id, as: 'locationId'
|
6429
|
+
hash :metadata, as: 'metadata'
|
6430
|
+
property :name, as: 'name'
|
6431
|
+
end
|
6432
|
+
end
|
6433
|
+
|
6152
6434
|
class GoogleLongrunningListOperationsResponse
|
6153
6435
|
# @private
|
6154
6436
|
class Representation < Google::Apis::Core::JsonRepresentation
|