google-apis-dialogflow_v2beta1 0.18.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
 
@@ -2164,6 +2224,12 @@ module Google
2164
2224
  include Google::Apis::Core::JsonObjectSupport
2165
2225
  end
2166
2226
 
2227
+ class GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
2228
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2229
+
2230
+ include Google::Apis::Core::JsonObjectSupport
2231
+ end
2232
+
2167
2233
  class GoogleCloudDialogflowV2beta1ResponseMessageText
2168
2234
  class Representation < Google::Apis::Core::JsonRepresentation; end
2169
2235
 
@@ -2404,6 +2470,18 @@ module Google
2404
2470
  include Google::Apis::Core::JsonObjectSupport
2405
2471
  end
2406
2472
 
2473
+ class GoogleCloudLocationListLocationsResponse
2474
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2475
+
2476
+ include Google::Apis::Core::JsonObjectSupport
2477
+ end
2478
+
2479
+ class GoogleCloudLocationLocation
2480
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2481
+
2482
+ include Google::Apis::Core::JsonObjectSupport
2483
+ end
2484
+
2407
2485
  class GoogleLongrunningListOperationsResponse
2408
2486
  class Representation < Google::Apis::Core::JsonRepresentation; end
2409
2487
 
@@ -2531,6 +2609,23 @@ module Google
2531
2609
  end
2532
2610
  end
2533
2611
 
2612
+ class GoogleCloudDialogflowCxV3DeployFlowMetadata
2613
+ # @private
2614
+ class Representation < Google::Apis::Core::JsonRepresentation
2615
+ collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError::Representation
2616
+
2617
+ end
2618
+ end
2619
+
2620
+ class GoogleCloudDialogflowCxV3DeployFlowResponse
2621
+ # @private
2622
+ class Representation < Google::Apis::Core::JsonRepresentation
2623
+ property :deployment, as: 'deployment'
2624
+ property :environment, as: 'environment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Environment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Environment::Representation
2625
+
2626
+ end
2627
+ end
2628
+
2534
2629
  class GoogleCloudDialogflowCxV3DtmfInput
2535
2630
  # @private
2536
2631
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2539,6 +2634,36 @@ module Google
2539
2634
  end
2540
2635
  end
2541
2636
 
2637
+ class GoogleCloudDialogflowCxV3Environment
2638
+ # @private
2639
+ class Representation < Google::Apis::Core::JsonRepresentation
2640
+ property :description, as: 'description'
2641
+ property :display_name, as: 'displayName'
2642
+ property :name, as: 'name'
2643
+ property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig::Representation
2644
+
2645
+ property :update_time, as: 'updateTime'
2646
+ collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3EnvironmentVersionConfig::Representation
2647
+
2648
+ end
2649
+ end
2650
+
2651
+ class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
2652
+ # @private
2653
+ class Representation < Google::Apis::Core::JsonRepresentation
2654
+ property :enable_continuous_run, as: 'enableContinuousRun'
2655
+ property :enable_predeployment_run, as: 'enablePredeploymentRun'
2656
+ collection :test_cases, as: 'testCases'
2657
+ end
2658
+ end
2659
+
2660
+ class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
2661
+ # @private
2662
+ class Representation < Google::Apis::Core::JsonRepresentation
2663
+ property :version, as: 'version'
2664
+ end
2665
+ end
2666
+
2542
2667
  class GoogleCloudDialogflowCxV3EventHandler
2543
2668
  # @private
2544
2669
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3243,6 +3368,23 @@ module Google
3243
3368
  end
3244
3369
  end
3245
3370
 
3371
+ class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
3372
+ # @private
3373
+ class Representation < Google::Apis::Core::JsonRepresentation
3374
+ collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
3375
+
3376
+ end
3377
+ end
3378
+
3379
+ class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
3380
+ # @private
3381
+ class Representation < Google::Apis::Core::JsonRepresentation
3382
+ property :deployment, as: 'deployment'
3383
+ property :environment, as: 'environment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Environment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Environment::Representation
3384
+
3385
+ end
3386
+ end
3387
+
3246
3388
  class GoogleCloudDialogflowCxV3beta1DtmfInput
3247
3389
  # @private
3248
3390
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3251,6 +3393,36 @@ module Google
3251
3393
  end
3252
3394
  end
3253
3395
 
3396
+ class GoogleCloudDialogflowCxV3beta1Environment
3397
+ # @private
3398
+ class Representation < Google::Apis::Core::JsonRepresentation
3399
+ property :description, as: 'description'
3400
+ property :display_name, as: 'displayName'
3401
+ property :name, as: 'name'
3402
+ property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig::Representation
3403
+
3404
+ property :update_time, as: 'updateTime'
3405
+ collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig::Representation
3406
+
3407
+ end
3408
+ end
3409
+
3410
+ class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
3411
+ # @private
3412
+ class Representation < Google::Apis::Core::JsonRepresentation
3413
+ property :enable_continuous_run, as: 'enableContinuousRun'
3414
+ property :enable_predeployment_run, as: 'enablePredeploymentRun'
3415
+ collection :test_cases, as: 'testCases'
3416
+ end
3417
+ end
3418
+
3419
+ class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
3420
+ # @private
3421
+ class Representation < Google::Apis::Core::JsonRepresentation
3422
+ property :version, as: 'version'
3423
+ end
3424
+ end
3425
+
3254
3426
  class GoogleCloudDialogflowCxV3beta1EventHandler
3255
3427
  # @private
3256
3428
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6067,6 +6239,8 @@ module Google
6067
6239
  property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff::Representation
6068
6240
 
6069
6241
  hash :payload, as: 'payload'
6242
+ property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall::Representation
6243
+
6070
6244
  property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageText, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageText::Representation
6071
6245
 
6072
6246
  end
@@ -6085,6 +6259,14 @@ module Google
6085
6259
  end
6086
6260
  end
6087
6261
 
6262
+ class GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
6263
+ # @private
6264
+ class Representation < Google::Apis::Core::JsonRepresentation
6265
+ property :phone_number, as: 'phoneNumber'
6266
+ property :sip_uri, as: 'sipUri'
6267
+ end
6268
+ end
6269
+
6088
6270
  class GoogleCloudDialogflowV2beta1ResponseMessageText
6089
6271
  # @private
6090
6272
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6455,6 +6637,26 @@ module Google
6455
6637
  end
6456
6638
  end
6457
6639
 
6640
+ class GoogleCloudLocationListLocationsResponse
6641
+ # @private
6642
+ class Representation < Google::Apis::Core::JsonRepresentation
6643
+ collection :locations, as: 'locations', class: Google::Apis::DialogflowV2beta1::GoogleCloudLocationLocation, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudLocationLocation::Representation
6644
+
6645
+ property :next_page_token, as: 'nextPageToken'
6646
+ end
6647
+ end
6648
+
6649
+ class GoogleCloudLocationLocation
6650
+ # @private
6651
+ class Representation < Google::Apis::Core::JsonRepresentation
6652
+ property :display_name, as: 'displayName'
6653
+ hash :labels, as: 'labels'
6654
+ property :location_id, as: 'locationId'
6655
+ hash :metadata, as: 'metadata'
6656
+ property :name, as: 'name'
6657
+ end
6658
+ end
6659
+
6458
6660
  class GoogleLongrunningListOperationsResponse
6459
6661
  # @private
6460
6662
  class Representation < Google::Apis::Core::JsonRepresentation