google-apis-dialogflow_v3beta1 0.85.0 → 0.87.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 +9 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +1858 -151
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +819 -5
- data/lib/google/apis/dialogflow_v3beta1/service.rb +694 -0
- metadata +5 -5
@@ -664,6 +664,12 @@ module Google
|
|
664
664
|
include Google::Apis::Core::JsonObjectSupport
|
665
665
|
end
|
666
666
|
|
667
|
+
class GoogleCloudDialogflowCxV3beta1Action
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
667
673
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettings
|
668
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
675
|
|
@@ -724,6 +730,12 @@ module Google
|
|
724
730
|
include Google::Apis::Core::JsonObjectSupport
|
725
731
|
end
|
726
732
|
|
733
|
+
class GoogleCloudDialogflowCxV3beta1AgentUtterance
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
727
739
|
class GoogleCloudDialogflowCxV3beta1AgentValidationResult
|
728
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
741
|
|
@@ -1060,6 +1072,12 @@ module Google
|
|
1060
1072
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1073
|
end
|
1062
1074
|
|
1075
|
+
class GoogleCloudDialogflowCxV3beta1Example
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1063
1081
|
class GoogleCloudDialogflowCxV3beta1Experiment
|
1064
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1083
|
|
@@ -1180,6 +1198,12 @@ module Google
|
|
1180
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1181
1199
|
end
|
1182
1200
|
|
1201
|
+
class GoogleCloudDialogflowCxV3beta1ExportToolsRequest
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1183
1207
|
class GoogleCloudDialogflowCxV3beta1FilterSpecs
|
1184
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
1209
|
|
@@ -1198,6 +1222,12 @@ module Google
|
|
1198
1222
|
include Google::Apis::Core::JsonObjectSupport
|
1199
1223
|
end
|
1200
1224
|
|
1225
|
+
class GoogleCloudDialogflowCxV3beta1FlowInvocation
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1201
1231
|
class GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings
|
1202
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
1233
|
|
@@ -1276,6 +1306,12 @@ module Google
|
|
1276
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1277
1307
|
end
|
1278
1308
|
|
1309
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeInfo
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1279
1315
|
class GoogleCloudDialogflowCxV3beta1GenerativeSettings
|
1280
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
1317
|
|
@@ -1522,6 +1558,12 @@ module Google
|
|
1522
1558
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1559
|
end
|
1524
1560
|
|
1561
|
+
class GoogleCloudDialogflowCxV3beta1ListExamplesResponse
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
|
+
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
1565
|
+
end
|
1566
|
+
|
1525
1567
|
class GoogleCloudDialogflowCxV3beta1ListExperimentsResponse
|
1526
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1569
|
|
@@ -1552,6 +1594,18 @@ module Google
|
|
1552
1594
|
include Google::Apis::Core::JsonObjectSupport
|
1553
1595
|
end
|
1554
1596
|
|
1597
|
+
class GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
|
+
|
1600
|
+
include Google::Apis::Core::JsonObjectSupport
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
+
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
1607
|
+
end
|
1608
|
+
|
1555
1609
|
class GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse
|
1556
1610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
1611
|
|
@@ -1576,6 +1630,12 @@ module Google
|
|
1576
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1577
1631
|
end
|
1578
1632
|
|
1633
|
+
class GoogleCloudDialogflowCxV3beta1ListToolsResponse
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1579
1639
|
class GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse
|
1580
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
1641
|
|
@@ -1594,6 +1654,12 @@ module Google
|
|
1594
1654
|
include Google::Apis::Core::JsonObjectSupport
|
1595
1655
|
end
|
1596
1656
|
|
1657
|
+
class GoogleCloudDialogflowCxV3beta1LlmModelSettings
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
|
+
|
1660
|
+
include Google::Apis::Core::JsonObjectSupport
|
1661
|
+
end
|
1662
|
+
|
1597
1663
|
class GoogleCloudDialogflowCxV3beta1LoadVersionRequest
|
1598
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
1665
|
|
@@ -1660,12 +1726,60 @@ module Google
|
|
1660
1726
|
include Google::Apis::Core::JsonObjectSupport
|
1661
1727
|
end
|
1662
1728
|
|
1729
|
+
class GoogleCloudDialogflowCxV3beta1ParameterDefinition
|
1730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
|
+
|
1732
|
+
include Google::Apis::Core::JsonObjectSupport
|
1733
|
+
end
|
1734
|
+
|
1663
1735
|
class GoogleCloudDialogflowCxV3beta1Phrase
|
1664
1736
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
1737
|
|
1666
1738
|
include Google::Apis::Core::JsonObjectSupport
|
1667
1739
|
end
|
1668
1740
|
|
1741
|
+
class GoogleCloudDialogflowCxV3beta1Playbook
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1743
|
+
|
1744
|
+
include Google::Apis::Core::JsonObjectSupport
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookInput
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
|
+
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookInstruction
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
|
+
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookInvocation
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
|
+
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
1763
|
+
end
|
1764
|
+
|
1765
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookOutput
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
+
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookStep
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
|
+
|
1774
|
+
include Google::Apis::Core::JsonObjectSupport
|
1775
|
+
end
|
1776
|
+
|
1777
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookVersion
|
1778
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1779
|
+
|
1780
|
+
include Google::Apis::Core::JsonObjectSupport
|
1781
|
+
end
|
1782
|
+
|
1669
1783
|
class GoogleCloudDialogflowCxV3beta1QueryInput
|
1670
1784
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
1785
|
|
@@ -1960,6 +2074,102 @@ module Google
|
|
1960
2074
|
include Google::Apis::Core::JsonObjectSupport
|
1961
2075
|
end
|
1962
2076
|
|
2077
|
+
class GoogleCloudDialogflowCxV3beta1Tool
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthentication
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
|
+
|
2098
|
+
include Google::Apis::Core::JsonObjectSupport
|
2099
|
+
end
|
2100
|
+
|
2101
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2103
|
+
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
2105
|
+
end
|
2106
|
+
|
2107
|
+
class GoogleCloudDialogflowCxV3beta1ToolCall
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2109
|
+
|
2110
|
+
include Google::Apis::Core::JsonObjectSupport
|
2111
|
+
end
|
2112
|
+
|
2113
|
+
class GoogleCloudDialogflowCxV3beta1ToolCallResult
|
2114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2115
|
+
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class GoogleCloudDialogflowCxV3beta1ToolCallResultError
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2125
|
+
class GoogleCloudDialogflowCxV3beta1ToolDataStoreTool
|
2126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
|
+
|
2128
|
+
include Google::Apis::Core::JsonObjectSupport
|
2129
|
+
end
|
2130
|
+
|
2131
|
+
class GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
|
+
|
2134
|
+
include Google::Apis::Core::JsonObjectSupport
|
2135
|
+
end
|
2136
|
+
|
2137
|
+
class GoogleCloudDialogflowCxV3beta1ToolExtensionTool
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2143
|
+
class GoogleCloudDialogflowCxV3beta1ToolFunctionTool
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
2149
|
+
class GoogleCloudDialogflowCxV3beta1ToolOpenApiTool
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
2155
|
+
class GoogleCloudDialogflowCxV3beta1ToolTlsConfig
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
|
+
|
2158
|
+
include Google::Apis::Core::JsonObjectSupport
|
2159
|
+
end
|
2160
|
+
|
2161
|
+
class GoogleCloudDialogflowCxV3beta1ToolTlsConfigCaCert
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2163
|
+
|
2164
|
+
include Google::Apis::Core::JsonObjectSupport
|
2165
|
+
end
|
2166
|
+
|
2167
|
+
class GoogleCloudDialogflowCxV3beta1ToolUse
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
1963
2173
|
class GoogleCloudDialogflowCxV3beta1TrainFlowRequest
|
1964
2174
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
2175
|
|
@@ -2026,6 +2236,12 @@ module Google
|
|
2026
2236
|
include Google::Apis::Core::JsonObjectSupport
|
2027
2237
|
end
|
2028
2238
|
|
2239
|
+
class GoogleCloudDialogflowCxV3beta1UserUtterance
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
|
+
|
2242
|
+
include Google::Apis::Core::JsonObjectSupport
|
2243
|
+
end
|
2244
|
+
|
2029
2245
|
class GoogleCloudDialogflowCxV3beta1ValidateAgentRequest
|
2030
2246
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
2247
|
|
@@ -2500,6 +2716,42 @@ module Google
|
|
2500
2716
|
include Google::Apis::Core::JsonObjectSupport
|
2501
2717
|
end
|
2502
2718
|
|
2719
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswer
|
2720
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2721
|
+
|
2722
|
+
include Google::Apis::Core::JsonObjectSupport
|
2723
|
+
end
|
2724
|
+
|
2725
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
|
2726
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2727
|
+
|
2728
|
+
include Google::Apis::Core::JsonObjectSupport
|
2729
|
+
end
|
2730
|
+
|
2731
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
2732
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2733
|
+
|
2734
|
+
include Google::Apis::Core::JsonObjectSupport
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
|
2738
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2739
|
+
|
2740
|
+
include Google::Apis::Core::JsonObjectSupport
|
2741
|
+
end
|
2742
|
+
|
2743
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2745
|
+
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
2747
|
+
end
|
2748
|
+
|
2749
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
|
+
|
2752
|
+
include Google::Apis::Core::JsonObjectSupport
|
2753
|
+
end
|
2754
|
+
|
2503
2755
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
2504
2756
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2505
2757
|
|
@@ -2578,6 +2830,12 @@ module Google
|
|
2578
2830
|
include Google::Apis::Core::JsonObjectSupport
|
2579
2831
|
end
|
2580
2832
|
|
2833
|
+
class GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse
|
2834
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2835
|
+
|
2836
|
+
include Google::Apis::Core::JsonObjectSupport
|
2837
|
+
end
|
2838
|
+
|
2581
2839
|
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
2582
2840
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2583
2841
|
|
@@ -3010,6 +3268,42 @@ module Google
|
|
3010
3268
|
include Google::Apis::Core::JsonObjectSupport
|
3011
3269
|
end
|
3012
3270
|
|
3271
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer
|
3272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3273
|
+
|
3274
|
+
include Google::Apis::Core::JsonObjectSupport
|
3275
|
+
end
|
3276
|
+
|
3277
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
|
3278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
|
+
|
3280
|
+
include Google::Apis::Core::JsonObjectSupport
|
3281
|
+
end
|
3282
|
+
|
3283
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
3284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3285
|
+
|
3286
|
+
include Google::Apis::Core::JsonObjectSupport
|
3287
|
+
end
|
3288
|
+
|
3289
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
|
3290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3291
|
+
|
3292
|
+
include Google::Apis::Core::JsonObjectSupport
|
3293
|
+
end
|
3294
|
+
|
3295
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3297
|
+
|
3298
|
+
include Google::Apis::Core::JsonObjectSupport
|
3299
|
+
end
|
3300
|
+
|
3301
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery
|
3302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3303
|
+
|
3304
|
+
include Google::Apis::Core::JsonObjectSupport
|
3305
|
+
end
|
3306
|
+
|
3013
3307
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
3014
3308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
3309
|
|
@@ -3088,6 +3382,12 @@ module Google
|
|
3088
3382
|
include Google::Apis::Core::JsonObjectSupport
|
3089
3383
|
end
|
3090
3384
|
|
3385
|
+
class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
|
3386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
|
+
|
3388
|
+
include Google::Apis::Core::JsonObjectSupport
|
3389
|
+
end
|
3390
|
+
|
3091
3391
|
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
3092
3392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3093
3393
|
|
@@ -3226,7 +3526,9 @@ module Google
|
|
3226
3526
|
# @private
|
3227
3527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3228
3528
|
property :enabled, as: 'enabled'
|
3529
|
+
property :endpointing_timeout_duration, as: 'endpointingTimeoutDuration'
|
3229
3530
|
property :finish_digit, as: 'finishDigit'
|
3531
|
+
property :interdigit_timeout_duration, as: 'interdigitTimeoutDuration'
|
3230
3532
|
property :max_digits, as: 'maxDigits'
|
3231
3533
|
end
|
3232
3534
|
end
|
@@ -4260,16 +4562,32 @@ module Google
|
|
4260
4562
|
end
|
4261
4563
|
end
|
4262
4564
|
|
4263
|
-
class
|
4565
|
+
class GoogleCloudDialogflowCxV3beta1Action
|
4264
4566
|
# @private
|
4265
4567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4266
|
-
property :
|
4568
|
+
property :agent_utterance, as: 'agentUtterance', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentUtterance, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentUtterance::Representation
|
4267
4569
|
|
4268
|
-
property :
|
4570
|
+
property :flow_invocation, as: 'flowInvocation', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowInvocation, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowInvocation::Representation
|
4269
4571
|
|
4270
|
-
property :
|
4572
|
+
property :playbook_invocation, as: 'playbookInvocation', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInvocation, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInvocation::Representation
|
4271
4573
|
|
4272
|
-
property :
|
4574
|
+
property :tool_use, as: 'toolUse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUse::Representation
|
4575
|
+
|
4576
|
+
property :user_utterance, as: 'userUtterance', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1UserUtterance, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1UserUtterance::Representation
|
4577
|
+
|
4578
|
+
end
|
4579
|
+
end
|
4580
|
+
|
4581
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettings
|
4582
|
+
# @private
|
4583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4584
|
+
property :audio_export_gcs_destination, as: 'audioExportGcsDestination', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GcsDestination, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GcsDestination::Representation
|
4585
|
+
|
4586
|
+
property :dtmf_settings, as: 'dtmfSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings::Representation
|
4587
|
+
|
4588
|
+
property :logging_settings, as: 'loggingSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings::Representation
|
4589
|
+
|
4590
|
+
property :speech_settings, as: 'speechSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings::Representation
|
4273
4591
|
|
4274
4592
|
end
|
4275
4593
|
end
|
@@ -4278,7 +4596,9 @@ module Google
|
|
4278
4596
|
# @private
|
4279
4597
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4280
4598
|
property :enabled, as: 'enabled'
|
4599
|
+
property :endpointing_timeout_duration, as: 'endpointingTimeoutDuration'
|
4281
4600
|
property :finish_digit, as: 'finishDigit'
|
4601
|
+
property :interdigit_timeout_duration, as: 'interdigitTimeoutDuration'
|
4282
4602
|
property :max_digits, as: 'maxDigits'
|
4283
4603
|
end
|
4284
4604
|
end
|
@@ -4327,6 +4647,7 @@ module Google
|
|
4327
4647
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings::Representation
|
4328
4648
|
|
4329
4649
|
property :start_flow, as: 'startFlow'
|
4650
|
+
property :start_playbook, as: 'startPlaybook'
|
4330
4651
|
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
4331
4652
|
property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextToSpeechSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextToSpeechSettings::Representation
|
4332
4653
|
|
@@ -4374,6 +4695,13 @@ module Google
|
|
4374
4695
|
end
|
4375
4696
|
end
|
4376
4697
|
|
4698
|
+
class GoogleCloudDialogflowCxV3beta1AgentUtterance
|
4699
|
+
# @private
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4701
|
+
property :text, as: 'text'
|
4702
|
+
end
|
4703
|
+
end
|
4704
|
+
|
4377
4705
|
class GoogleCloudDialogflowCxV3beta1AgentValidationResult
|
4378
4706
|
# @private
|
4379
4707
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4947,6 +5275,26 @@ module Google
|
|
4947
5275
|
end
|
4948
5276
|
end
|
4949
5277
|
|
5278
|
+
class GoogleCloudDialogflowCxV3beta1Example
|
5279
|
+
# @private
|
5280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5281
|
+
collection :actions, as: 'actions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Action, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Action::Representation
|
5282
|
+
|
5283
|
+
property :conversation_state, as: 'conversationState'
|
5284
|
+
property :create_time, as: 'createTime'
|
5285
|
+
property :description, as: 'description'
|
5286
|
+
property :display_name, as: 'displayName'
|
5287
|
+
property :language_code, as: 'languageCode'
|
5288
|
+
property :name, as: 'name'
|
5289
|
+
property :playbook_input, as: 'playbookInput', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput::Representation
|
5290
|
+
|
5291
|
+
property :playbook_output, as: 'playbookOutput', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookOutput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookOutput::Representation
|
5292
|
+
|
5293
|
+
property :token_count, :numeric_string => true, as: 'tokenCount'
|
5294
|
+
property :update_time, as: 'updateTime'
|
5295
|
+
end
|
5296
|
+
end
|
5297
|
+
|
4950
5298
|
class GoogleCloudDialogflowCxV3beta1Experiment
|
4951
5299
|
# @private
|
4952
5300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5142,6 +5490,16 @@ module Google
|
|
5142
5490
|
end
|
5143
5491
|
end
|
5144
5492
|
|
5493
|
+
class GoogleCloudDialogflowCxV3beta1ExportToolsRequest
|
5494
|
+
# @private
|
5495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5496
|
+
property :data_format, as: 'dataFormat'
|
5497
|
+
collection :tools, as: 'tools'
|
5498
|
+
property :tools_content_inline, as: 'toolsContentInline'
|
5499
|
+
property :tools_uri, as: 'toolsUri'
|
5500
|
+
end
|
5501
|
+
end
|
5502
|
+
|
5145
5503
|
class GoogleCloudDialogflowCxV3beta1FilterSpecs
|
5146
5504
|
# @private
|
5147
5505
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5179,6 +5537,16 @@ module Google
|
|
5179
5537
|
end
|
5180
5538
|
end
|
5181
5539
|
|
5540
|
+
class GoogleCloudDialogflowCxV3beta1FlowInvocation
|
5541
|
+
# @private
|
5542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5543
|
+
property :flow, as: 'flow'
|
5544
|
+
property :flow_state, as: 'flowState'
|
5545
|
+
hash :input_action_parameters, as: 'inputActionParameters'
|
5546
|
+
hash :output_action_parameters, as: 'outputActionParameters'
|
5547
|
+
end
|
5548
|
+
end
|
5549
|
+
|
5182
5550
|
class GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings
|
5183
5551
|
# @private
|
5184
5552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5315,6 +5683,15 @@ module Google
|
|
5315
5683
|
end
|
5316
5684
|
end
|
5317
5685
|
|
5686
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeInfo
|
5687
|
+
# @private
|
5688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5689
|
+
property :action_tracing_info, as: 'actionTracingInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example::Representation
|
5690
|
+
|
5691
|
+
collection :current_playbooks, as: 'currentPlaybooks'
|
5692
|
+
end
|
5693
|
+
end
|
5694
|
+
|
5318
5695
|
class GoogleCloudDialogflowCxV3beta1GenerativeSettings
|
5319
5696
|
# @private
|
5320
5697
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5325,6 +5702,8 @@ module Google
|
|
5325
5702
|
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings::Representation
|
5326
5703
|
|
5327
5704
|
property :language_code, as: 'languageCode'
|
5705
|
+
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
|
5706
|
+
|
5328
5707
|
property :name, as: 'name'
|
5329
5708
|
end
|
5330
5709
|
end
|
@@ -5363,6 +5742,8 @@ module Google
|
|
5363
5742
|
# @private
|
5364
5743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5365
5744
|
property :display_name, as: 'displayName'
|
5745
|
+
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
|
5746
|
+
|
5366
5747
|
property :name, as: 'name'
|
5367
5748
|
collection :placeholders, as: 'placeholders', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder::Representation
|
5368
5749
|
|
@@ -5693,6 +6074,15 @@ module Google
|
|
5693
6074
|
end
|
5694
6075
|
end
|
5695
6076
|
|
6077
|
+
class GoogleCloudDialogflowCxV3beta1ListExamplesResponse
|
6078
|
+
# @private
|
6079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6080
|
+
collection :examples, as: 'examples', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example::Representation
|
6081
|
+
|
6082
|
+
property :next_page_token, as: 'nextPageToken'
|
6083
|
+
end
|
6084
|
+
end
|
6085
|
+
|
5696
6086
|
class GoogleCloudDialogflowCxV3beta1ListExperimentsResponse
|
5697
6087
|
# @private
|
5698
6088
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5738,6 +6128,24 @@ module Google
|
|
5738
6128
|
end
|
5739
6129
|
end
|
5740
6130
|
|
6131
|
+
class GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse
|
6132
|
+
# @private
|
6133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6134
|
+
property :next_page_token, as: 'nextPageToken'
|
6135
|
+
collection :playbook_versions, as: 'playbookVersions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookVersion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookVersion::Representation
|
6136
|
+
|
6137
|
+
end
|
6138
|
+
end
|
6139
|
+
|
6140
|
+
class GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse
|
6141
|
+
# @private
|
6142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6143
|
+
property :next_page_token, as: 'nextPageToken'
|
6144
|
+
collection :playbooks, as: 'playbooks', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Playbook, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Playbook::Representation
|
6145
|
+
|
6146
|
+
end
|
6147
|
+
end
|
6148
|
+
|
5741
6149
|
class GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse
|
5742
6150
|
# @private
|
5743
6151
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5774,6 +6182,15 @@ module Google
|
|
5774
6182
|
end
|
5775
6183
|
end
|
5776
6184
|
|
6185
|
+
class GoogleCloudDialogflowCxV3beta1ListToolsResponse
|
6186
|
+
# @private
|
6187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6188
|
+
property :next_page_token, as: 'nextPageToken'
|
6189
|
+
collection :tools, as: 'tools', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Tool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Tool::Representation
|
6190
|
+
|
6191
|
+
end
|
6192
|
+
end
|
6193
|
+
|
5777
6194
|
class GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse
|
5778
6195
|
# @private
|
5779
6196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5801,6 +6218,14 @@ module Google
|
|
5801
6218
|
end
|
5802
6219
|
end
|
5803
6220
|
|
6221
|
+
class GoogleCloudDialogflowCxV3beta1LlmModelSettings
|
6222
|
+
# @private
|
6223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6224
|
+
property :model, as: 'model'
|
6225
|
+
property :prompt_text, as: 'promptText'
|
6226
|
+
end
|
6227
|
+
end
|
6228
|
+
|
5804
6229
|
class GoogleCloudDialogflowCxV3beta1LoadVersionRequest
|
5805
6230
|
# @private
|
5806
6231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5925,6 +6350,15 @@ module Google
|
|
5925
6350
|
end
|
5926
6351
|
end
|
5927
6352
|
|
6353
|
+
class GoogleCloudDialogflowCxV3beta1ParameterDefinition
|
6354
|
+
# @private
|
6355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6356
|
+
property :description, as: 'description'
|
6357
|
+
property :name, as: 'name'
|
6358
|
+
property :type, as: 'type'
|
6359
|
+
end
|
6360
|
+
end
|
6361
|
+
|
5928
6362
|
class GoogleCloudDialogflowCxV3beta1Phrase
|
5929
6363
|
# @private
|
5930
6364
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5932,6 +6366,87 @@ module Google
|
|
5932
6366
|
end
|
5933
6367
|
end
|
5934
6368
|
|
6369
|
+
class GoogleCloudDialogflowCxV3beta1Playbook
|
6370
|
+
# @private
|
6371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6372
|
+
property :create_time, as: 'createTime'
|
6373
|
+
property :display_name, as: 'displayName'
|
6374
|
+
property :goal, as: 'goal'
|
6375
|
+
collection :input_parameter_definitions, as: 'inputParameterDefinitions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition::Representation
|
6376
|
+
|
6377
|
+
property :instruction, as: 'instruction', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInstruction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInstruction::Representation
|
6378
|
+
|
6379
|
+
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
|
6380
|
+
|
6381
|
+
property :name, as: 'name'
|
6382
|
+
collection :output_parameter_definitions, as: 'outputParameterDefinitions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition::Representation
|
6383
|
+
|
6384
|
+
collection :referenced_flows, as: 'referencedFlows'
|
6385
|
+
collection :referenced_playbooks, as: 'referencedPlaybooks'
|
6386
|
+
collection :referenced_tools, as: 'referencedTools'
|
6387
|
+
property :token_count, :numeric_string => true, as: 'tokenCount'
|
6388
|
+
property :update_time, as: 'updateTime'
|
6389
|
+
end
|
6390
|
+
end
|
6391
|
+
|
6392
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookInput
|
6393
|
+
# @private
|
6394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6395
|
+
hash :action_parameters, as: 'actionParameters'
|
6396
|
+
property :preceding_conversation_summary, as: 'precedingConversationSummary'
|
6397
|
+
end
|
6398
|
+
end
|
6399
|
+
|
6400
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookInstruction
|
6401
|
+
# @private
|
6402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6403
|
+
collection :steps, as: 'steps', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep::Representation
|
6404
|
+
|
6405
|
+
end
|
6406
|
+
end
|
6407
|
+
|
6408
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookInvocation
|
6409
|
+
# @private
|
6410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6411
|
+
property :playbook, as: 'playbook'
|
6412
|
+
property :playbook_input, as: 'playbookInput', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput::Representation
|
6413
|
+
|
6414
|
+
property :playbook_output, as: 'playbookOutput', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookOutput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookOutput::Representation
|
6415
|
+
|
6416
|
+
property :playbook_state, as: 'playbookState'
|
6417
|
+
end
|
6418
|
+
end
|
6419
|
+
|
6420
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookOutput
|
6421
|
+
# @private
|
6422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6423
|
+
hash :action_parameters, as: 'actionParameters'
|
6424
|
+
property :execution_summary, as: 'executionSummary'
|
6425
|
+
end
|
6426
|
+
end
|
6427
|
+
|
6428
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookStep
|
6429
|
+
# @private
|
6430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6431
|
+
collection :steps, as: 'steps', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep::Representation
|
6432
|
+
|
6433
|
+
property :text, as: 'text'
|
6434
|
+
end
|
6435
|
+
end
|
6436
|
+
|
6437
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookVersion
|
6438
|
+
# @private
|
6439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6440
|
+
property :description, as: 'description'
|
6441
|
+
collection :examples, as: 'examples', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example::Representation
|
6442
|
+
|
6443
|
+
property :name, as: 'name'
|
6444
|
+
property :playbook, as: 'playbook', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Playbook, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Playbook::Representation
|
6445
|
+
|
6446
|
+
property :update_time, as: 'updateTime'
|
6447
|
+
end
|
6448
|
+
end
|
6449
|
+
|
5935
6450
|
class GoogleCloudDialogflowCxV3beta1QueryInput
|
5936
6451
|
# @private
|
5937
6452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5946,6 +6461,8 @@ module Google
|
|
5946
6461
|
property :language_code, as: 'languageCode'
|
5947
6462
|
property :text, as: 'text', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextInput::Representation
|
5948
6463
|
|
6464
|
+
property :tool_call_result, as: 'toolCallResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolCallResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolCallResult::Representation
|
6465
|
+
|
5949
6466
|
end
|
5950
6467
|
end
|
5951
6468
|
|
@@ -5955,11 +6472,14 @@ module Google
|
|
5955
6472
|
property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
|
5956
6473
|
property :channel, as: 'channel'
|
5957
6474
|
property :current_page, as: 'currentPage'
|
6475
|
+
property :current_playbook, as: 'currentPlaybook'
|
5958
6476
|
property :disable_webhook, as: 'disableWebhook'
|
5959
6477
|
hash :end_user_metadata, as: 'endUserMetadata'
|
5960
6478
|
collection :flow_versions, as: 'flowVersions'
|
5961
6479
|
property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng::Representation
|
5962
6480
|
|
6481
|
+
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
|
6482
|
+
|
5963
6483
|
hash :parameters, as: 'parameters'
|
5964
6484
|
hash :payload, as: 'payload'
|
5965
6485
|
property :populate_data_store_connection_signals, as: 'populateDataStoreConnectionSignals'
|
@@ -5979,6 +6499,8 @@ module Google
|
|
5979
6499
|
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
5980
6500
|
|
5981
6501
|
property :allow_answer_feedback, as: 'allowAnswerFeedback'
|
6502
|
+
property :current_flow, as: 'currentFlow', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Flow, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Flow::Representation
|
6503
|
+
|
5982
6504
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page::Representation
|
5983
6505
|
|
5984
6506
|
property :data_store_connection_signals, as: 'dataStoreConnectionSignals', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals::Representation
|
@@ -5986,6 +6508,8 @@ module Google
|
|
5986
6508
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5987
6509
|
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput::Representation
|
5988
6510
|
|
6511
|
+
property :generative_info, as: 'generativeInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeInfo::Representation
|
6512
|
+
|
5989
6513
|
property :intent, as: 'intent', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent::Representation
|
5990
6514
|
|
5991
6515
|
property :intent_detection_confidence, as: 'intentDetectionConfidence'
|
@@ -6050,6 +6574,8 @@ module Google
|
|
6050
6574
|
|
6051
6575
|
property :text, as: 'text', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageText, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageText::Representation
|
6052
6576
|
|
6577
|
+
property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolCall, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolCall::Representation
|
6578
|
+
|
6053
6579
|
end
|
6054
6580
|
end
|
6055
6581
|
|
@@ -6269,6 +6795,7 @@ module Google
|
|
6269
6795
|
property :audio_format, as: 'audioFormat'
|
6270
6796
|
property :enable_audio_redaction, as: 'enableAudioRedaction'
|
6271
6797
|
property :gcs_bucket, as: 'gcsBucket'
|
6798
|
+
property :store_tts_audio, as: 'storeTtsAudio'
|
6272
6799
|
end
|
6273
6800
|
end
|
6274
6801
|
|
@@ -6427,6 +6954,156 @@ module Google
|
|
6427
6954
|
end
|
6428
6955
|
end
|
6429
6956
|
|
6957
|
+
class GoogleCloudDialogflowCxV3beta1Tool
|
6958
|
+
# @private
|
6959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6960
|
+
property :data_store_spec, as: 'dataStoreSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolDataStoreTool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolDataStoreTool::Representation
|
6961
|
+
|
6962
|
+
property :description, as: 'description'
|
6963
|
+
property :display_name, as: 'displayName'
|
6964
|
+
property :extension_spec, as: 'extensionSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolExtensionTool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolExtensionTool::Representation
|
6965
|
+
|
6966
|
+
property :function_spec, as: 'functionSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolFunctionTool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolFunctionTool::Representation
|
6967
|
+
|
6968
|
+
property :name, as: 'name'
|
6969
|
+
property :open_api_spec, as: 'openApiSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolOpenApiTool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolOpenApiTool::Representation
|
6970
|
+
|
6971
|
+
property :tool_type, as: 'toolType'
|
6972
|
+
end
|
6973
|
+
end
|
6974
|
+
|
6975
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthentication
|
6976
|
+
# @private
|
6977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6978
|
+
property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig::Representation
|
6979
|
+
|
6980
|
+
property :oauth_config, as: 'oauthConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig::Representation
|
6981
|
+
|
6982
|
+
property :service_agent_auth_config, as: 'serviceAgentAuthConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig::Representation
|
6983
|
+
|
6984
|
+
end
|
6985
|
+
end
|
6986
|
+
|
6987
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig
|
6988
|
+
# @private
|
6989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6990
|
+
property :api_key, as: 'apiKey'
|
6991
|
+
property :key_name, as: 'keyName'
|
6992
|
+
property :request_location, as: 'requestLocation'
|
6993
|
+
end
|
6994
|
+
end
|
6995
|
+
|
6996
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig
|
6997
|
+
# @private
|
6998
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6999
|
+
property :client_id, as: 'clientId'
|
7000
|
+
property :client_secret, as: 'clientSecret'
|
7001
|
+
property :oauth_grant_type, as: 'oauthGrantType'
|
7002
|
+
property :token_endpoint, as: 'tokenEndpoint'
|
7003
|
+
end
|
7004
|
+
end
|
7005
|
+
|
7006
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig
|
7007
|
+
# @private
|
7008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7009
|
+
end
|
7010
|
+
end
|
7011
|
+
|
7012
|
+
class GoogleCloudDialogflowCxV3beta1ToolCall
|
7013
|
+
# @private
|
7014
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7015
|
+
property :action, as: 'action'
|
7016
|
+
hash :input_parameters, as: 'inputParameters'
|
7017
|
+
property :tool, as: 'tool'
|
7018
|
+
end
|
7019
|
+
end
|
7020
|
+
|
7021
|
+
class GoogleCloudDialogflowCxV3beta1ToolCallResult
|
7022
|
+
# @private
|
7023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7024
|
+
property :action, as: 'action'
|
7025
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolCallResultError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolCallResultError::Representation
|
7026
|
+
|
7027
|
+
hash :output_parameters, as: 'outputParameters'
|
7028
|
+
property :tool, as: 'tool'
|
7029
|
+
end
|
7030
|
+
end
|
7031
|
+
|
7032
|
+
class GoogleCloudDialogflowCxV3beta1ToolCallResultError
|
7033
|
+
# @private
|
7034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7035
|
+
property :message, as: 'message'
|
7036
|
+
end
|
7037
|
+
end
|
7038
|
+
|
7039
|
+
class GoogleCloudDialogflowCxV3beta1ToolDataStoreTool
|
7040
|
+
# @private
|
7041
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7042
|
+
collection :data_store_connections, as: 'dataStoreConnections', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection::Representation
|
7043
|
+
|
7044
|
+
property :fallback_prompt, as: 'fallbackPrompt', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt::Representation
|
7045
|
+
|
7046
|
+
end
|
7047
|
+
end
|
7048
|
+
|
7049
|
+
class GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt
|
7050
|
+
# @private
|
7051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7052
|
+
end
|
7053
|
+
end
|
7054
|
+
|
7055
|
+
class GoogleCloudDialogflowCxV3beta1ToolExtensionTool
|
7056
|
+
# @private
|
7057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7058
|
+
property :name, as: 'name'
|
7059
|
+
end
|
7060
|
+
end
|
7061
|
+
|
7062
|
+
class GoogleCloudDialogflowCxV3beta1ToolFunctionTool
|
7063
|
+
# @private
|
7064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7065
|
+
hash :input_schema, as: 'inputSchema'
|
7066
|
+
hash :output_schema, as: 'outputSchema'
|
7067
|
+
end
|
7068
|
+
end
|
7069
|
+
|
7070
|
+
class GoogleCloudDialogflowCxV3beta1ToolOpenApiTool
|
7071
|
+
# @private
|
7072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7073
|
+
property :authentication, as: 'authentication', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthentication, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthentication::Representation
|
7074
|
+
|
7075
|
+
property :text_schema, as: 'textSchema'
|
7076
|
+
property :tls_config, as: 'tlsConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig::Representation
|
7077
|
+
|
7078
|
+
end
|
7079
|
+
end
|
7080
|
+
|
7081
|
+
class GoogleCloudDialogflowCxV3beta1ToolTlsConfig
|
7082
|
+
# @private
|
7083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7084
|
+
collection :ca_certs, as: 'caCerts', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfigCaCert, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfigCaCert::Representation
|
7085
|
+
|
7086
|
+
end
|
7087
|
+
end
|
7088
|
+
|
7089
|
+
class GoogleCloudDialogflowCxV3beta1ToolTlsConfigCaCert
|
7090
|
+
# @private
|
7091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7092
|
+
property :cert, :base64 => true, as: 'cert'
|
7093
|
+
property :display_name, as: 'displayName'
|
7094
|
+
end
|
7095
|
+
end
|
7096
|
+
|
7097
|
+
class GoogleCloudDialogflowCxV3beta1ToolUse
|
7098
|
+
# @private
|
7099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7100
|
+
property :action, as: 'action'
|
7101
|
+
hash :input_action_parameters, as: 'inputActionParameters'
|
7102
|
+
hash :output_action_parameters, as: 'outputActionParameters'
|
7103
|
+
property :tool, as: 'tool'
|
7104
|
+
end
|
7105
|
+
end
|
7106
|
+
|
6430
7107
|
class GoogleCloudDialogflowCxV3beta1TrainFlowRequest
|
6431
7108
|
# @private
|
6432
7109
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6545,6 +7222,13 @@ module Google
|
|
6545
7222
|
end
|
6546
7223
|
end
|
6547
7224
|
|
7225
|
+
class GoogleCloudDialogflowCxV3beta1UserUtterance
|
7226
|
+
# @private
|
7227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7228
|
+
property :text, as: 'text'
|
7229
|
+
end
|
7230
|
+
end
|
7231
|
+
|
6548
7232
|
class GoogleCloudDialogflowCxV3beta1ValidateAgentRequest
|
6549
7233
|
# @private
|
6550
7234
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7364,6 +8048,59 @@ module Google
|
|
7364
8048
|
end
|
7365
8049
|
end
|
7366
8050
|
|
8051
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswer
|
8052
|
+
# @private
|
8053
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8054
|
+
property :answer_record, as: 'answerRecord'
|
8055
|
+
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery::Representation
|
8056
|
+
|
8057
|
+
property :suggested_query_answer, as: 'suggestedQueryAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer::Representation
|
8058
|
+
|
8059
|
+
end
|
8060
|
+
end
|
8061
|
+
|
8062
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
|
8063
|
+
# @private
|
8064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8065
|
+
property :answer_text, as: 'answerText'
|
8066
|
+
property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
|
8067
|
+
|
8068
|
+
property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
8069
|
+
|
8070
|
+
end
|
8071
|
+
end
|
8072
|
+
|
8073
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
8074
|
+
# @private
|
8075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8076
|
+
property :question, as: 'question'
|
8077
|
+
end
|
8078
|
+
end
|
8079
|
+
|
8080
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
|
8081
|
+
# @private
|
8082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8083
|
+
collection :snippets, as: 'snippets', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet::Representation
|
8084
|
+
|
8085
|
+
end
|
8086
|
+
end
|
8087
|
+
|
8088
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
8089
|
+
# @private
|
8090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8091
|
+
property :text, as: 'text'
|
8092
|
+
property :title, as: 'title'
|
8093
|
+
property :uri, as: 'uri'
|
8094
|
+
end
|
8095
|
+
end
|
8096
|
+
|
8097
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery
|
8098
|
+
# @private
|
8099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8100
|
+
property :query_text, as: 'queryText'
|
8101
|
+
end
|
8102
|
+
end
|
8103
|
+
|
7367
8104
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
7368
8105
|
# @private
|
7369
8106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7507,6 +8244,16 @@ module Google
|
|
7507
8244
|
end
|
7508
8245
|
end
|
7509
8246
|
|
8247
|
+
class GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse
|
8248
|
+
# @private
|
8249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8250
|
+
property :context_size, as: 'contextSize'
|
8251
|
+
property :knowledge_assist_answer, as: 'knowledgeAssistAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswer::Representation
|
8252
|
+
|
8253
|
+
property :latest_message, as: 'latestMessage'
|
8254
|
+
end
|
8255
|
+
end
|
8256
|
+
|
7510
8257
|
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
7511
8258
|
# @private
|
7512
8259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7526,6 +8273,8 @@ module Google
|
|
7526
8273
|
|
7527
8274
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
7528
8275
|
|
8276
|
+
property :suggest_knowledge_assist_response, as: 'suggestKnowledgeAssistResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse::Representation
|
8277
|
+
|
7529
8278
|
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse::Representation
|
7530
8279
|
|
7531
8280
|
end
|
@@ -8254,6 +9003,59 @@ module Google
|
|
8254
9003
|
end
|
8255
9004
|
end
|
8256
9005
|
|
9006
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer
|
9007
|
+
# @private
|
9008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9009
|
+
property :answer_record, as: 'answerRecord'
|
9010
|
+
property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::Representation
|
9011
|
+
|
9012
|
+
property :suggested_query_answer, as: 'suggestedQueryAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer::Representation
|
9013
|
+
|
9014
|
+
end
|
9015
|
+
end
|
9016
|
+
|
9017
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
|
9018
|
+
# @private
|
9019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9020
|
+
property :answer_text, as: 'answerText'
|
9021
|
+
property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
|
9022
|
+
|
9023
|
+
property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
9024
|
+
|
9025
|
+
end
|
9026
|
+
end
|
9027
|
+
|
9028
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
9029
|
+
# @private
|
9030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9031
|
+
property :question, as: 'question'
|
9032
|
+
end
|
9033
|
+
end
|
9034
|
+
|
9035
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
|
9036
|
+
# @private
|
9037
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9038
|
+
collection :snippets, as: 'snippets', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet::Representation
|
9039
|
+
|
9040
|
+
end
|
9041
|
+
end
|
9042
|
+
|
9043
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
9044
|
+
# @private
|
9045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9046
|
+
property :text, as: 'text'
|
9047
|
+
property :title, as: 'title'
|
9048
|
+
property :uri, as: 'uri'
|
9049
|
+
end
|
9050
|
+
end
|
9051
|
+
|
9052
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery
|
9053
|
+
# @private
|
9054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9055
|
+
property :query_text, as: 'queryText'
|
9056
|
+
end
|
9057
|
+
end
|
9058
|
+
|
8257
9059
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
8258
9060
|
# @private
|
8259
9061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8402,6 +9204,16 @@ module Google
|
|
8402
9204
|
end
|
8403
9205
|
end
|
8404
9206
|
|
9207
|
+
class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
|
9208
|
+
# @private
|
9209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9210
|
+
property :context_size, as: 'contextSize'
|
9211
|
+
property :knowledge_assist_answer, as: 'knowledgeAssistAnswer', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer::Representation
|
9212
|
+
|
9213
|
+
property :latest_message, as: 'latestMessage'
|
9214
|
+
end
|
9215
|
+
end
|
9216
|
+
|
8405
9217
|
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
8406
9218
|
# @private
|
8407
9219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8425,6 +9237,8 @@ module Google
|
|
8425
9237
|
|
8426
9238
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
|
8427
9239
|
|
9240
|
+
property :suggest_knowledge_assist_response, as: 'suggestKnowledgeAssistResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse::Representation
|
9241
|
+
|
8428
9242
|
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
|
8429
9243
|
|
8430
9244
|
end
|