google-apis-dialogflow_v3 0.104.0 → 0.106.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.
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module DialogflowV3
24
24
 
25
+ class GoogleCloudDialogflowCxV3Action
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class GoogleCloudDialogflowCxV3AdvancedSettings
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -88,6 +94,12 @@ module Google
88
94
  include Google::Apis::Core::JsonObjectSupport
89
95
  end
90
96
 
97
+ class GoogleCloudDialogflowCxV3AgentUtterance
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
91
103
  class GoogleCloudDialogflowCxV3AgentValidationResult
92
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
105
 
@@ -388,6 +400,12 @@ module Google
388
400
  include Google::Apis::Core::JsonObjectSupport
389
401
  end
390
402
 
403
+ class GoogleCloudDialogflowCxV3Example
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
391
409
  class GoogleCloudDialogflowCxV3Experiment
392
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
411
 
@@ -490,6 +508,12 @@ module Google
490
508
  include Google::Apis::Core::JsonObjectSupport
491
509
  end
492
510
 
511
+ class GoogleCloudDialogflowCxV3ExportPlaybookRequest
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
493
517
  class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
494
518
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
519
 
@@ -526,6 +550,12 @@ module Google
526
550
  include Google::Apis::Core::JsonObjectSupport
527
551
  end
528
552
 
553
+ class GoogleCloudDialogflowCxV3FlowInvocation
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
529
559
  class GoogleCloudDialogflowCxV3FlowMultiLanguageSettings
530
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
531
561
 
@@ -706,6 +736,12 @@ module Google
706
736
  include Google::Apis::Core::JsonObjectSupport
707
737
  end
708
738
 
739
+ class GoogleCloudDialogflowCxV3ImportPlaybookRequest
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
709
745
  class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
710
746
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
747
 
@@ -832,6 +868,12 @@ module Google
832
868
  include Google::Apis::Core::JsonObjectSupport
833
869
  end
834
870
 
871
+ class GoogleCloudDialogflowCxV3ListExamplesResponse
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
835
877
  class GoogleCloudDialogflowCxV3ListExperimentsResponse
836
878
  class Representation < Google::Apis::Core::JsonRepresentation; end
837
879
 
@@ -862,6 +904,18 @@ module Google
862
904
  include Google::Apis::Core::JsonObjectSupport
863
905
  end
864
906
 
907
+ class GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class GoogleCloudDialogflowCxV3ListPlaybooksResponse
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
865
919
  class GoogleCloudDialogflowCxV3ListSecuritySettingsResponse
866
920
  class Representation < Google::Apis::Core::JsonRepresentation; end
867
921
 
@@ -886,6 +940,12 @@ module Google
886
940
  include Google::Apis::Core::JsonObjectSupport
887
941
  end
888
942
 
943
+ class GoogleCloudDialogflowCxV3ListToolsResponse
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
889
949
  class GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse
890
950
  class Representation < Google::Apis::Core::JsonRepresentation; end
891
951
 
@@ -904,6 +964,12 @@ module Google
904
964
  include Google::Apis::Core::JsonObjectSupport
905
965
  end
906
966
 
967
+ class GoogleCloudDialogflowCxV3LlmModelSettings
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
907
973
  class GoogleCloudDialogflowCxV3LoadVersionRequest
908
974
  class Representation < Google::Apis::Core::JsonRepresentation; end
909
975
 
@@ -976,6 +1042,54 @@ module Google
976
1042
  include Google::Apis::Core::JsonObjectSupport
977
1043
  end
978
1044
 
1045
+ class GoogleCloudDialogflowCxV3Playbook
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class GoogleCloudDialogflowCxV3PlaybookImportStrategy
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class GoogleCloudDialogflowCxV3PlaybookInput
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class GoogleCloudDialogflowCxV3PlaybookInstruction
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class GoogleCloudDialogflowCxV3PlaybookInvocation
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class GoogleCloudDialogflowCxV3PlaybookOutput
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class GoogleCloudDialogflowCxV3PlaybookStep
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class GoogleCloudDialogflowCxV3PlaybookVersion
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
979
1093
  class GoogleCloudDialogflowCxV3QueryInput
980
1094
  class Representation < Google::Apis::Core::JsonRepresentation; end
981
1095
 
@@ -1078,6 +1192,18 @@ module Google
1078
1192
  include Google::Apis::Core::JsonObjectSupport
1079
1193
  end
1080
1194
 
1195
+ class GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1201
+ class GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse
1202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
+
1204
+ include Google::Apis::Core::JsonObjectSupport
1205
+ end
1206
+
1081
1207
  class GoogleCloudDialogflowCxV3RolloutConfig
1082
1208
  class Representation < Google::Apis::Core::JsonRepresentation; end
1083
1209
 
@@ -1264,6 +1390,108 @@ module Google
1264
1390
  include Google::Apis::Core::JsonObjectSupport
1265
1391
  end
1266
1392
 
1393
+ class GoogleCloudDialogflowCxV3Tool
1394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1395
+
1396
+ include Google::Apis::Core::JsonObjectSupport
1397
+ end
1398
+
1399
+ class GoogleCloudDialogflowCxV3ToolAuthentication
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1401
+
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1404
+
1405
+ class GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig
1406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1407
+
1408
+ include Google::Apis::Core::JsonObjectSupport
1409
+ end
1410
+
1411
+ class GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig
1412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1413
+
1414
+ include Google::Apis::Core::JsonObjectSupport
1415
+ end
1416
+
1417
+ class GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig
1418
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1419
+
1420
+ include Google::Apis::Core::JsonObjectSupport
1421
+ end
1422
+
1423
+ class GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig
1424
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1425
+
1426
+ include Google::Apis::Core::JsonObjectSupport
1427
+ end
1428
+
1429
+ class GoogleCloudDialogflowCxV3ToolCall
1430
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1431
+
1432
+ include Google::Apis::Core::JsonObjectSupport
1433
+ end
1434
+
1435
+ class GoogleCloudDialogflowCxV3ToolCallResult
1436
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1437
+
1438
+ include Google::Apis::Core::JsonObjectSupport
1439
+ end
1440
+
1441
+ class GoogleCloudDialogflowCxV3ToolCallResultError
1442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1443
+
1444
+ include Google::Apis::Core::JsonObjectSupport
1445
+ end
1446
+
1447
+ class GoogleCloudDialogflowCxV3ToolDataStoreTool
1448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1449
+
1450
+ include Google::Apis::Core::JsonObjectSupport
1451
+ end
1452
+
1453
+ class GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt
1454
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1455
+
1456
+ include Google::Apis::Core::JsonObjectSupport
1457
+ end
1458
+
1459
+ class GoogleCloudDialogflowCxV3ToolFunctionTool
1460
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1461
+
1462
+ include Google::Apis::Core::JsonObjectSupport
1463
+ end
1464
+
1465
+ class GoogleCloudDialogflowCxV3ToolOpenApiTool
1466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1467
+
1468
+ include Google::Apis::Core::JsonObjectSupport
1469
+ end
1470
+
1471
+ class GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
1472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1473
+
1474
+ include Google::Apis::Core::JsonObjectSupport
1475
+ end
1476
+
1477
+ class GoogleCloudDialogflowCxV3ToolTlsConfig
1478
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1479
+
1480
+ include Google::Apis::Core::JsonObjectSupport
1481
+ end
1482
+
1483
+ class GoogleCloudDialogflowCxV3ToolTlsConfigCaCert
1484
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1485
+
1486
+ include Google::Apis::Core::JsonObjectSupport
1487
+ end
1488
+
1489
+ class GoogleCloudDialogflowCxV3ToolUse
1490
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1491
+
1492
+ include Google::Apis::Core::JsonObjectSupport
1493
+ end
1494
+
1267
1495
  class GoogleCloudDialogflowCxV3TrainFlowRequest
1268
1496
  class Representation < Google::Apis::Core::JsonRepresentation; end
1269
1497
 
@@ -1324,6 +1552,12 @@ module Google
1324
1552
  include Google::Apis::Core::JsonObjectSupport
1325
1553
  end
1326
1554
 
1555
+ class GoogleCloudDialogflowCxV3UserUtterance
1556
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1557
+
1558
+ include Google::Apis::Core::JsonObjectSupport
1559
+ end
1560
+
1327
1561
  class GoogleCloudDialogflowCxV3ValidateAgentRequest
1328
1562
  class Representation < Google::Apis::Core::JsonRepresentation; end
1329
1563
 
@@ -1390,6 +1624,12 @@ module Google
1390
1624
  include Google::Apis::Core::JsonObjectSupport
1391
1625
  end
1392
1626
 
1627
+ class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue
1628
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1629
+
1630
+ include Google::Apis::Core::JsonObjectSupport
1631
+ end
1632
+
1393
1633
  class GoogleCloudDialogflowCxV3WebhookRequest
1394
1634
  class Representation < Google::Apis::Core::JsonRepresentation; end
1395
1635
 
@@ -2008,6 +2248,12 @@ module Google
2008
2248
  include Google::Apis::Core::JsonObjectSupport
2009
2249
  end
2010
2250
 
2251
+ class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue
2252
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2253
+
2254
+ include Google::Apis::Core::JsonObjectSupport
2255
+ end
2256
+
2011
2257
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
2012
2258
  class Representation < Google::Apis::Core::JsonRepresentation; end
2013
2259
 
@@ -2218,6 +2464,12 @@ module Google
2218
2464
  include Google::Apis::Core::JsonObjectSupport
2219
2465
  end
2220
2466
 
2467
+ class GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo
2468
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2469
+
2470
+ include Google::Apis::Core::JsonObjectSupport
2471
+ end
2472
+
2221
2473
  class GoogleCloudDialogflowV2HumanAgentAssistantEvent
2222
2474
  class Representation < Google::Apis::Core::JsonRepresentation; end
2223
2475
 
@@ -2614,6 +2866,24 @@ module Google
2614
2866
  include Google::Apis::Core::JsonObjectSupport
2615
2867
  end
2616
2868
 
2869
+ class GoogleCloudDialogflowV2ToolCall
2870
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2871
+
2872
+ include Google::Apis::Core::JsonObjectSupport
2873
+ end
2874
+
2875
+ class GoogleCloudDialogflowV2ToolCallResult
2876
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2877
+
2878
+ include Google::Apis::Core::JsonObjectSupport
2879
+ end
2880
+
2881
+ class GoogleCloudDialogflowV2ToolCallResultError
2882
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2883
+
2884
+ include Google::Apis::Core::JsonObjectSupport
2885
+ end
2886
+
2617
2887
  class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
2618
2888
  class Representation < Google::Apis::Core::JsonRepresentation; end
2619
2889
 
@@ -2752,6 +3022,12 @@ module Google
2752
3022
  include Google::Apis::Core::JsonObjectSupport
2753
3023
  end
2754
3024
 
3025
+ class GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo
3026
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3027
+
3028
+ include Google::Apis::Core::JsonObjectSupport
3029
+ end
3030
+
2755
3031
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
2756
3032
  class Representation < Google::Apis::Core::JsonRepresentation; end
2757
3033
 
@@ -3280,6 +3556,24 @@ module Google
3280
3556
  include Google::Apis::Core::JsonObjectSupport
3281
3557
  end
3282
3558
 
3559
+ class GoogleCloudDialogflowV2beta1ToolCall
3560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3561
+
3562
+ include Google::Apis::Core::JsonObjectSupport
3563
+ end
3564
+
3565
+ class GoogleCloudDialogflowV2beta1ToolCallResult
3566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3567
+
3568
+ include Google::Apis::Core::JsonObjectSupport
3569
+ end
3570
+
3571
+ class GoogleCloudDialogflowV2beta1ToolCallResultError
3572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3573
+
3574
+ include Google::Apis::Core::JsonObjectSupport
3575
+ end
3576
+
3283
3577
  class GoogleCloudDialogflowV2beta1WebhookRequest
3284
3578
  class Representation < Google::Apis::Core::JsonRepresentation; end
3285
3579
 
@@ -3346,6 +3640,22 @@ module Google
3346
3640
  include Google::Apis::Core::JsonObjectSupport
3347
3641
  end
3348
3642
 
3643
+ class GoogleCloudDialogflowCxV3Action
3644
+ # @private
3645
+ class Representation < Google::Apis::Core::JsonRepresentation
3646
+ property :agent_utterance, as: 'agentUtterance', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentUtterance, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentUtterance::Representation
3647
+
3648
+ property :flow_invocation, as: 'flowInvocation', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FlowInvocation, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FlowInvocation::Representation
3649
+
3650
+ property :playbook_invocation, as: 'playbookInvocation', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInvocation, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInvocation::Representation
3651
+
3652
+ property :tool_use, as: 'toolUse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolUse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolUse::Representation
3653
+
3654
+ property :user_utterance, as: 'userUtterance', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3UserUtterance, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3UserUtterance::Representation
3655
+
3656
+ end
3657
+ end
3658
+
3349
3659
  class GoogleCloudDialogflowCxV3AdvancedSettings
3350
3660
  # @private
3351
3661
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3420,6 +3730,7 @@ module Google
3420
3730
  property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings::Representation
3421
3731
 
3422
3732
  property :start_flow, as: 'startFlow'
3733
+ property :start_playbook, as: 'startPlaybook'
3423
3734
  collection :supported_language_codes, as: 'supportedLanguageCodes'
3424
3735
  property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TextToSpeechSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TextToSpeechSettings::Representation
3425
3736
 
@@ -3476,6 +3787,13 @@ module Google
3476
3787
  end
3477
3788
  end
3478
3789
 
3790
+ class GoogleCloudDialogflowCxV3AgentUtterance
3791
+ # @private
3792
+ class Representation < Google::Apis::Core::JsonRepresentation
3793
+ property :text, as: 'text'
3794
+ end
3795
+ end
3796
+
3479
3797
  class GoogleCloudDialogflowCxV3AgentValidationResult
3480
3798
  # @private
3481
3799
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3967,6 +4285,26 @@ module Google
3967
4285
  end
3968
4286
  end
3969
4287
 
4288
+ class GoogleCloudDialogflowCxV3Example
4289
+ # @private
4290
+ class Representation < Google::Apis::Core::JsonRepresentation
4291
+ collection :actions, as: 'actions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Action, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Action::Representation
4292
+
4293
+ property :conversation_state, as: 'conversationState'
4294
+ property :create_time, as: 'createTime'
4295
+ property :description, as: 'description'
4296
+ property :display_name, as: 'displayName'
4297
+ property :language_code, as: 'languageCode'
4298
+ property :name, as: 'name'
4299
+ property :playbook_input, as: 'playbookInput', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInput::Representation
4300
+
4301
+ property :playbook_output, as: 'playbookOutput', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookOutput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookOutput::Representation
4302
+
4303
+ property :token_count, :numeric_string => true, as: 'tokenCount'
4304
+ property :update_time, as: 'updateTime'
4305
+ end
4306
+ end
4307
+
3970
4308
  class GoogleCloudDialogflowCxV3Experiment
3971
4309
  # @private
3972
4310
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4139,6 +4477,14 @@ module Google
4139
4477
  end
4140
4478
  end
4141
4479
 
4480
+ class GoogleCloudDialogflowCxV3ExportPlaybookRequest
4481
+ # @private
4482
+ class Representation < Google::Apis::Core::JsonRepresentation
4483
+ property :data_format, as: 'dataFormat'
4484
+ property :playbook_uri, as: 'playbookUri'
4485
+ end
4486
+ end
4487
+
4142
4488
  class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
4143
4489
  # @private
4144
4490
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4200,6 +4546,15 @@ module Google
4200
4546
  end
4201
4547
  end
4202
4548
 
4549
+ class GoogleCloudDialogflowCxV3FlowInvocation
4550
+ # @private
4551
+ class Representation < Google::Apis::Core::JsonRepresentation
4552
+ property :display_name, as: 'displayName'
4553
+ property :flow, as: 'flow'
4554
+ property :flow_state, as: 'flowState'
4555
+ end
4556
+ end
4557
+
4203
4558
  class GoogleCloudDialogflowCxV3FlowMultiLanguageSettings
4204
4559
  # @private
4205
4560
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4346,6 +4701,8 @@ module Google
4346
4701
  property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings::Representation
4347
4702
 
4348
4703
  property :language_code, as: 'languageCode'
4704
+ property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings::Representation
4705
+
4349
4706
  property :name, as: 'name'
4350
4707
  end
4351
4708
  end
@@ -4384,6 +4741,8 @@ module Google
4384
4741
  # @private
4385
4742
  class Representation < Google::Apis::Core::JsonRepresentation
4386
4743
  property :display_name, as: 'displayName'
4744
+ property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings::Representation
4745
+
4387
4746
  property :model_parameter, as: 'modelParameter', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3GeneratorModelParameter, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3GeneratorModelParameter::Representation
4388
4747
 
4389
4748
  property :name, as: 'name'
@@ -4497,6 +4856,16 @@ module Google
4497
4856
  end
4498
4857
  end
4499
4858
 
4859
+ class GoogleCloudDialogflowCxV3ImportPlaybookRequest
4860
+ # @private
4861
+ class Representation < Google::Apis::Core::JsonRepresentation
4862
+ property :import_strategy, as: 'importStrategy', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookImportStrategy, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookImportStrategy::Representation
4863
+
4864
+ property :playbook_content, :base64 => true, as: 'playbookContent'
4865
+ property :playbook_uri, as: 'playbookUri'
4866
+ end
4867
+ end
4868
+
4500
4869
  class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
4501
4870
  # @private
4502
4871
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4694,6 +5063,15 @@ module Google
4694
5063
  end
4695
5064
  end
4696
5065
 
5066
+ class GoogleCloudDialogflowCxV3ListExamplesResponse
5067
+ # @private
5068
+ class Representation < Google::Apis::Core::JsonRepresentation
5069
+ collection :examples, as: 'examples', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Example, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Example::Representation
5070
+
5071
+ property :next_page_token, as: 'nextPageToken'
5072
+ end
5073
+ end
5074
+
4697
5075
  class GoogleCloudDialogflowCxV3ListExperimentsResponse
4698
5076
  # @private
4699
5077
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4739,6 +5117,24 @@ module Google
4739
5117
  end
4740
5118
  end
4741
5119
 
5120
+ class GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse
5121
+ # @private
5122
+ class Representation < Google::Apis::Core::JsonRepresentation
5123
+ property :next_page_token, as: 'nextPageToken'
5124
+ collection :playbook_versions, as: 'playbookVersions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookVersion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookVersion::Representation
5125
+
5126
+ end
5127
+ end
5128
+
5129
+ class GoogleCloudDialogflowCxV3ListPlaybooksResponse
5130
+ # @private
5131
+ class Representation < Google::Apis::Core::JsonRepresentation
5132
+ property :next_page_token, as: 'nextPageToken'
5133
+ collection :playbooks, as: 'playbooks', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook::Representation
5134
+
5135
+ end
5136
+ end
5137
+
4742
5138
  class GoogleCloudDialogflowCxV3ListSecuritySettingsResponse
4743
5139
  # @private
4744
5140
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4775,6 +5171,15 @@ module Google
4775
5171
  end
4776
5172
  end
4777
5173
 
5174
+ class GoogleCloudDialogflowCxV3ListToolsResponse
5175
+ # @private
5176
+ class Representation < Google::Apis::Core::JsonRepresentation
5177
+ property :next_page_token, as: 'nextPageToken'
5178
+ collection :tools, as: 'tools', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Tool, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Tool::Representation
5179
+
5180
+ end
5181
+ end
5182
+
4778
5183
  class GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse
4779
5184
  # @private
4780
5185
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4802,6 +5207,14 @@ module Google
4802
5207
  end
4803
5208
  end
4804
5209
 
5210
+ class GoogleCloudDialogflowCxV3LlmModelSettings
5211
+ # @private
5212
+ class Representation < Google::Apis::Core::JsonRepresentation
5213
+ property :model, as: 'model'
5214
+ property :prompt_text, as: 'promptText'
5215
+ end
5216
+ end
5217
+
4805
5218
  class GoogleCloudDialogflowCxV3LoadVersionRequest
4806
5219
  # @private
4807
5220
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4875,61 +5288,147 @@ module Google
4875
5288
  end
4876
5289
  end
4877
5290
 
4878
- class GoogleCloudDialogflowCxV3Page
5291
+ class GoogleCloudDialogflowCxV3Page
5292
+ # @private
5293
+ class Representation < Google::Apis::Core::JsonRepresentation
5294
+ property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
5295
+
5296
+ property :description, as: 'description'
5297
+ property :display_name, as: 'displayName'
5298
+ property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Fulfillment::Representation
5299
+
5300
+ collection :event_handlers, as: 'eventHandlers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EventHandler, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EventHandler::Representation
5301
+
5302
+ property :form, as: 'form', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Form, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Form::Representation
5303
+
5304
+ property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings::Representation
5305
+
5306
+ property :name, as: 'name'
5307
+ collection :transition_route_groups, as: 'transitionRouteGroups'
5308
+ collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRoute, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRoute::Representation
5309
+
5310
+ end
5311
+ end
5312
+
5313
+ class GoogleCloudDialogflowCxV3PageInfo
5314
+ # @private
5315
+ class Representation < Google::Apis::Core::JsonRepresentation
5316
+ property :current_page, as: 'currentPage'
5317
+ property :display_name, as: 'displayName'
5318
+ property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo::Representation
5319
+
5320
+ end
5321
+ end
5322
+
5323
+ class GoogleCloudDialogflowCxV3PageInfoFormInfo
5324
+ # @private
5325
+ class Representation < Google::Apis::Core::JsonRepresentation
5326
+ collection :parameter_info, as: 'parameterInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo::Representation
5327
+
5328
+ end
5329
+ end
5330
+
5331
+ class GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo
5332
+ # @private
5333
+ class Representation < Google::Apis::Core::JsonRepresentation
5334
+ property :display_name, as: 'displayName'
5335
+ property :just_collected, as: 'justCollected'
5336
+ property :required, as: 'required'
5337
+ property :state, as: 'state'
5338
+ property :value, as: 'value'
5339
+ end
5340
+ end
5341
+
5342
+ class GoogleCloudDialogflowCxV3Phrase
5343
+ # @private
5344
+ class Representation < Google::Apis::Core::JsonRepresentation
5345
+ property :text, as: 'text'
5346
+ end
5347
+ end
5348
+
5349
+ class GoogleCloudDialogflowCxV3Playbook
5350
+ # @private
5351
+ class Representation < Google::Apis::Core::JsonRepresentation
5352
+ property :create_time, as: 'createTime'
5353
+ property :display_name, as: 'displayName'
5354
+ property :goal, as: 'goal'
5355
+ property :instruction, as: 'instruction', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInstruction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInstruction::Representation
5356
+
5357
+ property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings::Representation
5358
+
5359
+ property :name, as: 'name'
5360
+ collection :referenced_flows, as: 'referencedFlows'
5361
+ collection :referenced_playbooks, as: 'referencedPlaybooks'
5362
+ collection :referenced_tools, as: 'referencedTools'
5363
+ property :token_count, :numeric_string => true, as: 'tokenCount'
5364
+ property :update_time, as: 'updateTime'
5365
+ end
5366
+ end
5367
+
5368
+ class GoogleCloudDialogflowCxV3PlaybookImportStrategy
5369
+ # @private
5370
+ class Representation < Google::Apis::Core::JsonRepresentation
5371
+ property :main_playbook_import_strategy, as: 'mainPlaybookImportStrategy'
5372
+ property :nested_resource_import_strategy, as: 'nestedResourceImportStrategy'
5373
+ property :tool_import_strategy, as: 'toolImportStrategy'
5374
+ end
5375
+ end
5376
+
5377
+ class GoogleCloudDialogflowCxV3PlaybookInput
5378
+ # @private
5379
+ class Representation < Google::Apis::Core::JsonRepresentation
5380
+ property :preceding_conversation_summary, as: 'precedingConversationSummary'
5381
+ end
5382
+ end
5383
+
5384
+ class GoogleCloudDialogflowCxV3PlaybookInstruction
4879
5385
  # @private
4880
5386
  class Representation < Google::Apis::Core::JsonRepresentation
4881
- property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
4882
-
4883
- property :description, as: 'description'
4884
- property :display_name, as: 'displayName'
4885
- property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Fulfillment::Representation
4886
-
4887
- collection :event_handlers, as: 'eventHandlers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EventHandler, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EventHandler::Representation
4888
-
4889
- property :form, as: 'form', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Form, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Form::Representation
4890
-
4891
- property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings::Representation
4892
-
4893
- property :name, as: 'name'
4894
- collection :transition_route_groups, as: 'transitionRouteGroups'
4895
- collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRoute, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRoute::Representation
5387
+ property :guidelines, as: 'guidelines'
5388
+ collection :steps, as: 'steps', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookStep, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookStep::Representation
4896
5389
 
4897
5390
  end
4898
5391
  end
4899
5392
 
4900
- class GoogleCloudDialogflowCxV3PageInfo
5393
+ class GoogleCloudDialogflowCxV3PlaybookInvocation
4901
5394
  # @private
4902
5395
  class Representation < Google::Apis::Core::JsonRepresentation
4903
- property :current_page, as: 'currentPage'
4904
5396
  property :display_name, as: 'displayName'
4905
- property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo::Representation
5397
+ property :playbook, as: 'playbook'
5398
+ property :playbook_input, as: 'playbookInput', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInput::Representation
5399
+
5400
+ property :playbook_output, as: 'playbookOutput', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookOutput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookOutput::Representation
4906
5401
 
5402
+ property :playbook_state, as: 'playbookState'
4907
5403
  end
4908
5404
  end
4909
5405
 
4910
- class GoogleCloudDialogflowCxV3PageInfoFormInfo
5406
+ class GoogleCloudDialogflowCxV3PlaybookOutput
4911
5407
  # @private
4912
5408
  class Representation < Google::Apis::Core::JsonRepresentation
4913
- collection :parameter_info, as: 'parameterInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo::Representation
4914
-
5409
+ property :execution_summary, as: 'executionSummary'
4915
5410
  end
4916
5411
  end
4917
5412
 
4918
- class GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo
5413
+ class GoogleCloudDialogflowCxV3PlaybookStep
4919
5414
  # @private
4920
5415
  class Representation < Google::Apis::Core::JsonRepresentation
4921
- property :display_name, as: 'displayName'
4922
- property :just_collected, as: 'justCollected'
4923
- property :required, as: 'required'
4924
- property :state, as: 'state'
4925
- property :value, as: 'value'
5416
+ collection :steps, as: 'steps', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookStep, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookStep::Representation
5417
+
5418
+ property :text, as: 'text'
4926
5419
  end
4927
5420
  end
4928
5421
 
4929
- class GoogleCloudDialogflowCxV3Phrase
5422
+ class GoogleCloudDialogflowCxV3PlaybookVersion
4930
5423
  # @private
4931
5424
  class Representation < Google::Apis::Core::JsonRepresentation
4932
- property :text, as: 'text'
5425
+ property :description, as: 'description'
5426
+ collection :examples, as: 'examples', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Example, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Example::Representation
5427
+
5428
+ property :name, as: 'name'
5429
+ property :playbook, as: 'playbook', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook::Representation
5430
+
5431
+ property :update_time, as: 'updateTime'
4933
5432
  end
4934
5433
  end
4935
5434
 
@@ -4947,6 +5446,8 @@ module Google
4947
5446
  property :language_code, as: 'languageCode'
4948
5447
  property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TextInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TextInput::Representation
4949
5448
 
5449
+ property :tool_call_result, as: 'toolCallResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCallResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCallResult::Representation
5450
+
4950
5451
  end
4951
5452
  end
4952
5453
 
@@ -4956,11 +5457,14 @@ module Google
4956
5457
  property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
4957
5458
  property :channel, as: 'channel'
4958
5459
  property :current_page, as: 'currentPage'
5460
+ property :current_playbook, as: 'currentPlaybook'
4959
5461
  property :disable_webhook, as: 'disableWebhook'
4960
5462
  hash :end_user_metadata, as: 'endUserMetadata'
4961
5463
  collection :flow_versions, as: 'flowVersions'
4962
5464
  property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3::GoogleTypeLatLng::Representation
4963
5465
 
5466
+ property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings::Representation
5467
+
4964
5468
  hash :parameters, as: 'parameters'
4965
5469
  hash :payload, as: 'payload'
4966
5470
  property :populate_data_store_connection_signals, as: 'populateDataStoreConnectionSignals'
@@ -5040,6 +5544,8 @@ module Google
5040
5544
 
5041
5545
  property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
5042
5546
 
5547
+ property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCall::Representation
5548
+
5043
5549
  end
5044
5550
  end
5045
5551
 
@@ -5136,6 +5642,20 @@ module Google
5136
5642
  end
5137
5643
  end
5138
5644
 
5645
+ class GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest
5646
+ # @private
5647
+ class Representation < Google::Apis::Core::JsonRepresentation
5648
+ end
5649
+ end
5650
+
5651
+ class GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse
5652
+ # @private
5653
+ class Representation < Google::Apis::Core::JsonRepresentation
5654
+ property :playbook, as: 'playbook', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook::Representation
5655
+
5656
+ end
5657
+ end
5658
+
5139
5659
  class GoogleCloudDialogflowCxV3RolloutConfig
5140
5660
  # @private
5141
5661
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5212,6 +5732,7 @@ module Google
5212
5732
  class Representation < Google::Apis::Core::JsonRepresentation
5213
5733
  collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SafetySettingsPhrase, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SafetySettingsPhrase::Representation
5214
5734
 
5735
+ property :default_banned_phrase_match_strategy, as: 'defaultBannedPhraseMatchStrategy'
5215
5736
  end
5216
5737
  end
5217
5738
 
@@ -5418,6 +5939,171 @@ module Google
5418
5939
  end
5419
5940
  end
5420
5941
 
5942
+ class GoogleCloudDialogflowCxV3Tool
5943
+ # @private
5944
+ class Representation < Google::Apis::Core::JsonRepresentation
5945
+ property :data_store_spec, as: 'dataStoreSpec', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolDataStoreTool, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolDataStoreTool::Representation
5946
+
5947
+ property :description, as: 'description'
5948
+ property :display_name, as: 'displayName'
5949
+ property :function_spec, as: 'functionSpec', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolFunctionTool, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolFunctionTool::Representation
5950
+
5951
+ property :name, as: 'name'
5952
+ property :open_api_spec, as: 'openApiSpec', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolOpenApiTool, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolOpenApiTool::Representation
5953
+
5954
+ property :tool_type, as: 'toolType'
5955
+ end
5956
+ end
5957
+
5958
+ class GoogleCloudDialogflowCxV3ToolAuthentication
5959
+ # @private
5960
+ class Representation < Google::Apis::Core::JsonRepresentation
5961
+ property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig::Representation
5962
+
5963
+ property :bearer_token_config, as: 'bearerTokenConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig::Representation
5964
+
5965
+ property :oauth_config, as: 'oauthConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig::Representation
5966
+
5967
+ property :service_agent_auth_config, as: 'serviceAgentAuthConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig::Representation
5968
+
5969
+ end
5970
+ end
5971
+
5972
+ class GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig
5973
+ # @private
5974
+ class Representation < Google::Apis::Core::JsonRepresentation
5975
+ property :api_key, as: 'apiKey'
5976
+ property :key_name, as: 'keyName'
5977
+ property :request_location, as: 'requestLocation'
5978
+ property :secret_version_for_api_key, as: 'secretVersionForApiKey'
5979
+ end
5980
+ end
5981
+
5982
+ class GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig
5983
+ # @private
5984
+ class Representation < Google::Apis::Core::JsonRepresentation
5985
+ property :secret_version_for_token, as: 'secretVersionForToken'
5986
+ property :token, as: 'token'
5987
+ end
5988
+ end
5989
+
5990
+ class GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig
5991
+ # @private
5992
+ class Representation < Google::Apis::Core::JsonRepresentation
5993
+ property :client_id, as: 'clientId'
5994
+ property :client_secret, as: 'clientSecret'
5995
+ property :oauth_grant_type, as: 'oauthGrantType'
5996
+ collection :scopes, as: 'scopes'
5997
+ property :secret_version_for_client_secret, as: 'secretVersionForClientSecret'
5998
+ property :token_endpoint, as: 'tokenEndpoint'
5999
+ end
6000
+ end
6001
+
6002
+ class GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig
6003
+ # @private
6004
+ class Representation < Google::Apis::Core::JsonRepresentation
6005
+ property :service_agent_auth, as: 'serviceAgentAuth'
6006
+ end
6007
+ end
6008
+
6009
+ class GoogleCloudDialogflowCxV3ToolCall
6010
+ # @private
6011
+ class Representation < Google::Apis::Core::JsonRepresentation
6012
+ property :action, as: 'action'
6013
+ hash :input_parameters, as: 'inputParameters'
6014
+ property :tool, as: 'tool'
6015
+ end
6016
+ end
6017
+
6018
+ class GoogleCloudDialogflowCxV3ToolCallResult
6019
+ # @private
6020
+ class Representation < Google::Apis::Core::JsonRepresentation
6021
+ property :action, as: 'action'
6022
+ property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCallResultError::Representation
6023
+
6024
+ hash :output_parameters, as: 'outputParameters'
6025
+ property :tool, as: 'tool'
6026
+ end
6027
+ end
6028
+
6029
+ class GoogleCloudDialogflowCxV3ToolCallResultError
6030
+ # @private
6031
+ class Representation < Google::Apis::Core::JsonRepresentation
6032
+ property :message, as: 'message'
6033
+ end
6034
+ end
6035
+
6036
+ class GoogleCloudDialogflowCxV3ToolDataStoreTool
6037
+ # @private
6038
+ class Representation < Google::Apis::Core::JsonRepresentation
6039
+ collection :data_store_connections, as: 'dataStoreConnections', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnection, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnection::Representation
6040
+
6041
+ property :fallback_prompt, as: 'fallbackPrompt', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt::Representation
6042
+
6043
+ end
6044
+ end
6045
+
6046
+ class GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt
6047
+ # @private
6048
+ class Representation < Google::Apis::Core::JsonRepresentation
6049
+ end
6050
+ end
6051
+
6052
+ class GoogleCloudDialogflowCxV3ToolFunctionTool
6053
+ # @private
6054
+ class Representation < Google::Apis::Core::JsonRepresentation
6055
+ hash :input_schema, as: 'inputSchema'
6056
+ hash :output_schema, as: 'outputSchema'
6057
+ end
6058
+ end
6059
+
6060
+ class GoogleCloudDialogflowCxV3ToolOpenApiTool
6061
+ # @private
6062
+ class Representation < Google::Apis::Core::JsonRepresentation
6063
+ property :authentication, as: 'authentication', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthentication, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthentication::Representation
6064
+
6065
+ property :service_directory_config, as: 'serviceDirectoryConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig::Representation
6066
+
6067
+ property :text_schema, as: 'textSchema'
6068
+ property :tls_config, as: 'tlsConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfig::Representation
6069
+
6070
+ end
6071
+ end
6072
+
6073
+ class GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
6074
+ # @private
6075
+ class Representation < Google::Apis::Core::JsonRepresentation
6076
+ property :service, as: 'service'
6077
+ end
6078
+ end
6079
+
6080
+ class GoogleCloudDialogflowCxV3ToolTlsConfig
6081
+ # @private
6082
+ class Representation < Google::Apis::Core::JsonRepresentation
6083
+ collection :ca_certs, as: 'caCerts', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfigCaCert::Representation
6084
+
6085
+ end
6086
+ end
6087
+
6088
+ class GoogleCloudDialogflowCxV3ToolTlsConfigCaCert
6089
+ # @private
6090
+ class Representation < Google::Apis::Core::JsonRepresentation
6091
+ property :cert, :base64 => true, as: 'cert'
6092
+ property :display_name, as: 'displayName'
6093
+ end
6094
+ end
6095
+
6096
+ class GoogleCloudDialogflowCxV3ToolUse
6097
+ # @private
6098
+ class Representation < Google::Apis::Core::JsonRepresentation
6099
+ property :action, as: 'action'
6100
+ property :display_name, as: 'displayName'
6101
+ hash :input_action_parameters, as: 'inputActionParameters'
6102
+ hash :output_action_parameters, as: 'outputActionParameters'
6103
+ property :tool, as: 'tool'
6104
+ end
6105
+ end
6106
+
5421
6107
  class GoogleCloudDialogflowCxV3TrainFlowRequest
5422
6108
  # @private
5423
6109
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5528,6 +6214,13 @@ module Google
5528
6214
  end
5529
6215
  end
5530
6216
 
6217
+ class GoogleCloudDialogflowCxV3UserUtterance
6218
+ # @private
6219
+ class Representation < Google::Apis::Core::JsonRepresentation
6220
+ property :text, as: 'text'
6221
+ end
6222
+ end
6223
+
5531
6224
  class GoogleCloudDialogflowCxV3ValidateAgentRequest
5532
6225
  # @private
5533
6226
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5626,6 +6319,9 @@ module Google
5626
6319
  property :password, as: 'password'
5627
6320
  property :request_body, as: 'requestBody'
5628
6321
  hash :request_headers, as: 'requestHeaders'
6322
+ property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
6323
+ hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue::Representation
6324
+
5629
6325
  property :service_agent_auth, as: 'serviceAgentAuth'
5630
6326
  property :uri, as: 'uri'
5631
6327
  property :username, as: 'username'
@@ -5639,10 +6335,18 @@ module Google
5639
6335
  property :client_id, as: 'clientId'
5640
6336
  property :client_secret, as: 'clientSecret'
5641
6337
  collection :scopes, as: 'scopes'
6338
+ property :secret_version_for_client_secret, as: 'secretVersionForClientSecret'
5642
6339
  property :token_endpoint, as: 'tokenEndpoint'
5643
6340
  end
5644
6341
  end
5645
6342
 
6343
+ class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue
6344
+ # @private
6345
+ class Representation < Google::Apis::Core::JsonRepresentation
6346
+ property :secret_version, as: 'secretVersion'
6347
+ end
6348
+ end
6349
+
5646
6350
  class GoogleCloudDialogflowCxV3WebhookRequest
5647
6351
  # @private
5648
6352
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6658,6 +7362,9 @@ module Google
6658
7362
  property :password, as: 'password'
6659
7363
  property :request_body, as: 'requestBody'
6660
7364
  hash :request_headers, as: 'requestHeaders'
7365
+ property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
7366
+ hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue::Representation
7367
+
6661
7368
  property :service_agent_auth, as: 'serviceAgentAuth'
6662
7369
  property :uri, as: 'uri'
6663
7370
  property :username, as: 'username'
@@ -6671,10 +7378,18 @@ module Google
6671
7378
  property :client_id, as: 'clientId'
6672
7379
  property :client_secret, as: 'clientSecret'
6673
7380
  collection :scopes, as: 'scopes'
7381
+ property :secret_version_for_client_secret, as: 'secretVersionForClientSecret'
6674
7382
  property :token_endpoint, as: 'tokenEndpoint'
6675
7383
  end
6676
7384
  end
6677
7385
 
7386
+ class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue
7387
+ # @private
7388
+ class Representation < Google::Apis::Core::JsonRepresentation
7389
+ property :secret_version, as: 'secretVersion'
7390
+ end
7391
+ end
7392
+
6678
7393
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
6679
7394
  # @private
6680
7395
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7020,6 +7735,18 @@ module Google
7020
7735
 
7021
7736
  property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion::Representation
7022
7737
 
7738
+ collection :tool_call_info, as: 'toolCallInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo::Representation
7739
+
7740
+ end
7741
+ end
7742
+
7743
+ class GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo
7744
+ # @private
7745
+ class Representation < Google::Apis::Core::JsonRepresentation
7746
+ property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCall::Representation
7747
+
7748
+ property :tool_call_result, as: 'toolCallResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResult::Representation
7749
+
7023
7750
  end
7024
7751
  end
7025
7752
 
@@ -7718,6 +8445,36 @@ module Google
7718
8445
  end
7719
8446
  end
7720
8447
 
8448
+ class GoogleCloudDialogflowV2ToolCall
8449
+ # @private
8450
+ class Representation < Google::Apis::Core::JsonRepresentation
8451
+ property :action, as: 'action'
8452
+ property :create_time, as: 'createTime'
8453
+ hash :input_parameters, as: 'inputParameters'
8454
+ property :tool, as: 'tool'
8455
+ end
8456
+ end
8457
+
8458
+ class GoogleCloudDialogflowV2ToolCallResult
8459
+ # @private
8460
+ class Representation < Google::Apis::Core::JsonRepresentation
8461
+ property :action, as: 'action'
8462
+ property :content, as: 'content'
8463
+ property :create_time, as: 'createTime'
8464
+ property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError::Representation
8465
+
8466
+ property :raw_content, :base64 => true, as: 'rawContent'
8467
+ property :tool, as: 'tool'
8468
+ end
8469
+ end
8470
+
8471
+ class GoogleCloudDialogflowV2ToolCallResultError
8472
+ # @private
8473
+ class Representation < Google::Apis::Core::JsonRepresentation
8474
+ property :message, as: 'message'
8475
+ end
8476
+ end
8477
+
7721
8478
  class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
7722
8479
  # @private
7723
8480
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7941,6 +8698,18 @@ module Google
7941
8698
 
7942
8699
  property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestion::Representation
7943
8700
 
8701
+ collection :tool_call_info, as: 'toolCallInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo::Representation
8702
+
8703
+ end
8704
+ end
8705
+
8706
+ class GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo
8707
+ # @private
8708
+ class Representation < Google::Apis::Core::JsonRepresentation
8709
+ property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCall::Representation
8710
+
8711
+ property :tool_call_result, as: 'toolCallResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResult::Representation
8712
+
7944
8713
  end
7945
8714
  end
7946
8715
 
@@ -8861,6 +9630,36 @@ module Google
8861
9630
  end
8862
9631
  end
8863
9632
 
9633
+ class GoogleCloudDialogflowV2beta1ToolCall
9634
+ # @private
9635
+ class Representation < Google::Apis::Core::JsonRepresentation
9636
+ property :action, as: 'action'
9637
+ property :create_time, as: 'createTime'
9638
+ hash :input_parameters, as: 'inputParameters'
9639
+ property :tool, as: 'tool'
9640
+ end
9641
+ end
9642
+
9643
+ class GoogleCloudDialogflowV2beta1ToolCallResult
9644
+ # @private
9645
+ class Representation < Google::Apis::Core::JsonRepresentation
9646
+ property :action, as: 'action'
9647
+ property :content, as: 'content'
9648
+ property :create_time, as: 'createTime'
9649
+ property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResultError::Representation
9650
+
9651
+ property :raw_content, :base64 => true, as: 'rawContent'
9652
+ property :tool, as: 'tool'
9653
+ end
9654
+ end
9655
+
9656
+ class GoogleCloudDialogflowV2beta1ToolCallResultError
9657
+ # @private
9658
+ class Representation < Google::Apis::Core::JsonRepresentation
9659
+ property :message, as: 'message'
9660
+ end
9661
+ end
9662
+
8864
9663
  class GoogleCloudDialogflowV2beta1WebhookRequest
8865
9664
  # @private
8866
9665
  class Representation < Google::Apis::Core::JsonRepresentation