google-apis-dialogflow_v3 0.26.0 → 0.29.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 +12 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +701 -32
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3/representations.rb +313 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1552,6 +1552,12 @@ module Google
|
|
1552
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1553
1553
|
end
|
1554
1554
|
|
1555
|
+
class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1555
1561
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
1556
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
1563
|
|
@@ -1564,6 +1570,12 @@ module Google
|
|
1564
1570
|
include Google::Apis::Core::JsonObjectSupport
|
1565
1571
|
end
|
1566
1572
|
|
1573
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
1574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
|
+
|
1576
|
+
include Google::Apis::Core::JsonObjectSupport
|
1577
|
+
end
|
1578
|
+
|
1567
1579
|
class GoogleCloudDialogflowV2Context
|
1568
1580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
1581
|
|
@@ -1576,6 +1588,48 @@ module Google
|
|
1576
1588
|
include Google::Apis::Core::JsonObjectSupport
|
1577
1589
|
end
|
1578
1590
|
|
1591
|
+
class GoogleCloudDialogflowV2ConversationModel
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
|
+
|
1594
|
+
include Google::Apis::Core::JsonObjectSupport
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
|
+
|
1600
|
+
include Google::Apis::Core::JsonObjectSupport
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
+
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
1607
|
+
end
|
1608
|
+
|
1609
|
+
class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
+
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
|
+
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
1625
|
+
end
|
1626
|
+
|
1627
|
+
class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
|
+
|
1630
|
+
include Google::Apis::Core::JsonObjectSupport
|
1631
|
+
end
|
1632
|
+
|
1579
1633
|
class GoogleCloudDialogflowV2EntityType
|
1580
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
1635
|
|
@@ -1600,24 +1654,54 @@ module Google
|
|
1600
1654
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1655
|
end
|
1602
1656
|
|
1657
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
|
+
|
1660
|
+
include Google::Apis::Core::JsonObjectSupport
|
1661
|
+
end
|
1662
|
+
|
1603
1663
|
class GoogleCloudDialogflowV2FaqAnswer
|
1604
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
1665
|
|
1606
1666
|
include Google::Apis::Core::JsonObjectSupport
|
1607
1667
|
end
|
1608
1668
|
|
1669
|
+
class GoogleCloudDialogflowV2GcsDestination
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
|
+
|
1672
|
+
include Google::Apis::Core::JsonObjectSupport
|
1673
|
+
end
|
1674
|
+
|
1609
1675
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
1610
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
1677
|
|
1612
1678
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1679
|
end
|
1614
1680
|
|
1681
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
|
+
|
1684
|
+
include Google::Apis::Core::JsonObjectSupport
|
1685
|
+
end
|
1686
|
+
|
1687
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
|
+
|
1690
|
+
include Google::Apis::Core::JsonObjectSupport
|
1691
|
+
end
|
1692
|
+
|
1615
1693
|
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
1616
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1695
|
|
1618
1696
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1697
|
end
|
1620
1698
|
|
1699
|
+
class GoogleCloudDialogflowV2InputDataset
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1701
|
+
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
1703
|
+
end
|
1704
|
+
|
1621
1705
|
class GoogleCloudDialogflowV2Intent
|
1622
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1707
|
|
@@ -1864,12 +1948,24 @@ module Google
|
|
1864
1948
|
include Google::Apis::Core::JsonObjectSupport
|
1865
1949
|
end
|
1866
1950
|
|
1951
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
+
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
1955
|
+
end
|
1956
|
+
|
1867
1957
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
1868
1958
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
1959
|
|
1870
1960
|
include Google::Apis::Core::JsonObjectSupport
|
1871
1961
|
end
|
1872
1962
|
|
1963
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
+
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
1967
|
+
end
|
1968
|
+
|
1873
1969
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1874
1970
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
1971
|
|
@@ -1894,6 +1990,12 @@ module Google
|
|
1894
1990
|
include Google::Apis::Core::JsonObjectSupport
|
1895
1991
|
end
|
1896
1992
|
|
1993
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1897
1999
|
class GoogleCloudDialogflowV2WebhookRequest
|
1898
2000
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
2001
|
|
@@ -1930,6 +2032,12 @@ module Google
|
|
1930
2032
|
include Google::Apis::Core::JsonObjectSupport
|
1931
2033
|
end
|
1932
2034
|
|
2035
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
1933
2041
|
class GoogleCloudDialogflowV2beta1Context
|
1934
2042
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1935
2043
|
|
@@ -1966,12 +2074,24 @@ module Google
|
|
1966
2074
|
include Google::Apis::Core::JsonObjectSupport
|
1967
2075
|
end
|
1968
2076
|
|
2077
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
1969
2083
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1970
2084
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
2085
|
|
1972
2086
|
include Google::Apis::Core::JsonObjectSupport
|
1973
2087
|
end
|
1974
2088
|
|
2089
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
1975
2095
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
1976
2096
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
2097
|
|
@@ -2326,6 +2446,12 @@ module Google
|
|
2326
2446
|
include Google::Apis::Core::JsonObjectSupport
|
2327
2447
|
end
|
2328
2448
|
|
2449
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
|
+
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
2453
|
+
end
|
2454
|
+
|
2329
2455
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2330
2456
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2331
2457
|
|
@@ -3864,6 +3990,7 @@ module Google
|
|
3864
3990
|
# @private
|
3865
3991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3866
3992
|
property :flow, as: 'flow'
|
3993
|
+
property :page, as: 'page'
|
3867
3994
|
collection :tracking_parameters, as: 'trackingParameters'
|
3868
3995
|
end
|
3869
3996
|
end
|
@@ -4820,6 +4947,7 @@ module Google
|
|
4820
4947
|
# @private
|
4821
4948
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4822
4949
|
property :flow, as: 'flow'
|
4950
|
+
property :page, as: 'page'
|
4823
4951
|
collection :tracking_parameters, as: 'trackingParameters'
|
4824
4952
|
end
|
4825
4953
|
end
|
@@ -4974,6 +5102,13 @@ module Google
|
|
4974
5102
|
end
|
4975
5103
|
end
|
4976
5104
|
|
5105
|
+
class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
|
5106
|
+
# @private
|
5107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5108
|
+
property :training_model_type, as: 'trainingModelType'
|
5109
|
+
end
|
5110
|
+
end
|
5111
|
+
|
4977
5112
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
4978
5113
|
# @private
|
4979
5114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4990,6 +5125,16 @@ module Google
|
|
4990
5125
|
end
|
4991
5126
|
end
|
4992
5127
|
|
5128
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
5129
|
+
# @private
|
5130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5131
|
+
property :conversation_profile, as: 'conversationProfile'
|
5132
|
+
property :create_time, as: 'createTime'
|
5133
|
+
property :participant_role, as: 'participantRole'
|
5134
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5135
|
+
end
|
5136
|
+
end
|
5137
|
+
|
4993
5138
|
class GoogleCloudDialogflowV2Context
|
4994
5139
|
# @private
|
4995
5140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5011,6 +5156,70 @@ module Google
|
|
5011
5156
|
end
|
5012
5157
|
end
|
5013
5158
|
|
5159
|
+
class GoogleCloudDialogflowV2ConversationModel
|
5160
|
+
# @private
|
5161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5162
|
+
property :article_suggestion_model_metadata, as: 'articleSuggestionModelMetadata', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata::Representation
|
5163
|
+
|
5164
|
+
property :create_time, as: 'createTime'
|
5165
|
+
collection :datasets, as: 'datasets', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2InputDataset, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2InputDataset::Representation
|
5166
|
+
|
5167
|
+
property :display_name, as: 'displayName'
|
5168
|
+
property :language_code, as: 'languageCode'
|
5169
|
+
property :name, as: 'name'
|
5170
|
+
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
5171
|
+
|
5172
|
+
property :state, as: 'state'
|
5173
|
+
end
|
5174
|
+
end
|
5175
|
+
|
5176
|
+
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
5177
|
+
# @private
|
5178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5179
|
+
end
|
5180
|
+
end
|
5181
|
+
|
5182
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
|
5183
|
+
# @private
|
5184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5185
|
+
property :conversation_model, as: 'conversationModel'
|
5186
|
+
property :conversation_model_evaluation, as: 'conversationModelEvaluation'
|
5187
|
+
property :create_time, as: 'createTime'
|
5188
|
+
property :state, as: 'state'
|
5189
|
+
end
|
5190
|
+
end
|
5191
|
+
|
5192
|
+
class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
|
5193
|
+
# @private
|
5194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5195
|
+
property :conversation_model, as: 'conversationModel'
|
5196
|
+
property :create_time, as: 'createTime'
|
5197
|
+
property :state, as: 'state'
|
5198
|
+
end
|
5199
|
+
end
|
5200
|
+
|
5201
|
+
class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
|
5202
|
+
# @private
|
5203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5204
|
+
end
|
5205
|
+
end
|
5206
|
+
|
5207
|
+
class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
|
5208
|
+
# @private
|
5209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5210
|
+
property :conversation_model, as: 'conversationModel'
|
5211
|
+
property :create_time, as: 'createTime'
|
5212
|
+
end
|
5213
|
+
end
|
5214
|
+
|
5215
|
+
class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
|
5216
|
+
# @private
|
5217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5218
|
+
property :conversation_model, as: 'conversationModel'
|
5219
|
+
property :create_time, as: 'createTime'
|
5220
|
+
end
|
5221
|
+
end
|
5222
|
+
|
5014
5223
|
class GoogleCloudDialogflowV2EntityType
|
5015
5224
|
# @private
|
5016
5225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5049,6 +5258,14 @@ module Google
|
|
5049
5258
|
end
|
5050
5259
|
end
|
5051
5260
|
|
5261
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
5262
|
+
# @private
|
5263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5264
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GcsDestination, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GcsDestination::Representation
|
5265
|
+
|
5266
|
+
end
|
5267
|
+
end
|
5268
|
+
|
5052
5269
|
class GoogleCloudDialogflowV2FaqAnswer
|
5053
5270
|
# @private
|
5054
5271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5061,6 +5278,13 @@ module Google
|
|
5061
5278
|
end
|
5062
5279
|
end
|
5063
5280
|
|
5281
|
+
class GoogleCloudDialogflowV2GcsDestination
|
5282
|
+
# @private
|
5283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5284
|
+
property :uri, as: 'uri'
|
5285
|
+
end
|
5286
|
+
end
|
5287
|
+
|
5064
5288
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
5065
5289
|
# @private
|
5066
5290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5071,6 +5295,24 @@ module Google
|
|
5071
5295
|
end
|
5072
5296
|
end
|
5073
5297
|
|
5298
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
|
5299
|
+
# @private
|
5300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5301
|
+
property :conversation_dataset, as: 'conversationDataset'
|
5302
|
+
property :create_time, as: 'createTime'
|
5303
|
+
collection :partial_failures, as: 'partialFailures', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
5304
|
+
|
5305
|
+
end
|
5306
|
+
end
|
5307
|
+
|
5308
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
|
5309
|
+
# @private
|
5310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5311
|
+
property :conversation_dataset, as: 'conversationDataset'
|
5312
|
+
property :import_count, as: 'importCount'
|
5313
|
+
end
|
5314
|
+
end
|
5315
|
+
|
5074
5316
|
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
5075
5317
|
# @private
|
5076
5318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5079,6 +5321,13 @@ module Google
|
|
5079
5321
|
end
|
5080
5322
|
end
|
5081
5323
|
|
5324
|
+
class GoogleCloudDialogflowV2InputDataset
|
5325
|
+
# @private
|
5326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5327
|
+
property :dataset, as: 'dataset'
|
5328
|
+
end
|
5329
|
+
end
|
5330
|
+
|
5082
5331
|
class GoogleCloudDialogflowV2Intent
|
5083
5332
|
# @private
|
5084
5333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5443,6 +5692,8 @@ module Google
|
|
5443
5692
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
5444
5693
|
# @private
|
5445
5694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5695
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ExportOperationMetadata, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ExportOperationMetadata::Representation
|
5696
|
+
|
5446
5697
|
property :knowledge_base, as: 'knowledgeBase'
|
5447
5698
|
property :state, as: 'state'
|
5448
5699
|
end
|
@@ -5535,6 +5786,16 @@ module Google
|
|
5535
5786
|
end
|
5536
5787
|
end
|
5537
5788
|
|
5789
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
5790
|
+
# @private
|
5791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5792
|
+
property :conversation_profile, as: 'conversationProfile'
|
5793
|
+
property :create_time, as: 'createTime'
|
5794
|
+
property :participant_role, as: 'participantRole'
|
5795
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5796
|
+
end
|
5797
|
+
end
|
5798
|
+
|
5538
5799
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
5539
5800
|
# @private
|
5540
5801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5544,6 +5805,13 @@ module Google
|
|
5544
5805
|
end
|
5545
5806
|
end
|
5546
5807
|
|
5808
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
5809
|
+
# @private
|
5810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5811
|
+
property :training_model_type, as: 'trainingModelType'
|
5812
|
+
end
|
5813
|
+
end
|
5814
|
+
|
5547
5815
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
5548
5816
|
# @private
|
5549
5817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5588,6 +5856,14 @@ module Google
|
|
5588
5856
|
end
|
5589
5857
|
end
|
5590
5858
|
|
5859
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
5860
|
+
# @private
|
5861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5862
|
+
property :conversation_model, as: 'conversationModel'
|
5863
|
+
property :create_time, as: 'createTime'
|
5864
|
+
end
|
5865
|
+
end
|
5866
|
+
|
5591
5867
|
class GoogleCloudDialogflowV2WebhookRequest
|
5592
5868
|
# @private
|
5593
5869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5653,6 +5929,16 @@ module Google
|
|
5653
5929
|
end
|
5654
5930
|
end
|
5655
5931
|
|
5932
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
5933
|
+
# @private
|
5934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5935
|
+
property :conversation_profile, as: 'conversationProfile'
|
5936
|
+
property :create_time, as: 'createTime'
|
5937
|
+
property :participant_role, as: 'participantRole'
|
5938
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5939
|
+
end
|
5940
|
+
end
|
5941
|
+
|
5656
5942
|
class GoogleCloudDialogflowV2beta1Context
|
5657
5943
|
# @private
|
5658
5944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5712,6 +5998,14 @@ module Google
|
|
5712
5998
|
end
|
5713
5999
|
end
|
5714
6000
|
|
6001
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
6002
|
+
# @private
|
6003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6004
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GcsDestination, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GcsDestination::Representation
|
6005
|
+
|
6006
|
+
end
|
6007
|
+
end
|
6008
|
+
|
5715
6009
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5716
6010
|
# @private
|
5717
6011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5724,6 +6018,13 @@ module Google
|
|
5724
6018
|
end
|
5725
6019
|
end
|
5726
6020
|
|
6021
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
6022
|
+
# @private
|
6023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6024
|
+
property :uri, as: 'uri'
|
6025
|
+
end
|
6026
|
+
end
|
6027
|
+
|
5727
6028
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
5728
6029
|
# @private
|
5729
6030
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6261,6 +6562,8 @@ module Google
|
|
6261
6562
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
6262
6563
|
# @private
|
6263
6564
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6565
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ExportOperationMetadata, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ExportOperationMetadata::Representation
|
6566
|
+
|
6264
6567
|
property :knowledge_base, as: 'knowledgeBase'
|
6265
6568
|
property :state, as: 'state'
|
6266
6569
|
end
|
@@ -6355,6 +6658,16 @@ module Google
|
|
6355
6658
|
end
|
6356
6659
|
end
|
6357
6660
|
|
6661
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
6662
|
+
# @private
|
6663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6664
|
+
property :conversation_profile, as: 'conversationProfile'
|
6665
|
+
property :create_time, as: 'createTime'
|
6666
|
+
property :participant_role, as: 'participantRole'
|
6667
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
6668
|
+
end
|
6669
|
+
end
|
6670
|
+
|
6358
6671
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
6359
6672
|
# @private
|
6360
6673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.29.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|