google-apis-dialogflow_v3 0.25.0 → 0.28.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 +13 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +709 -16
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3/representations.rb +328 -0
- metadata +4 -4
@@ -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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220309"
|
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,18 +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
|
+
|
1693
|
+
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
|
+
|
1696
|
+
include Google::Apis::Core::JsonObjectSupport
|
1697
|
+
end
|
1698
|
+
|
1699
|
+
class GoogleCloudDialogflowV2InputDataset
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1701
|
+
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
1703
|
+
end
|
1704
|
+
|
1615
1705
|
class GoogleCloudDialogflowV2Intent
|
1616
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1707
|
|
@@ -1858,12 +1948,24 @@ module Google
|
|
1858
1948
|
include Google::Apis::Core::JsonObjectSupport
|
1859
1949
|
end
|
1860
1950
|
|
1951
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
+
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
1955
|
+
end
|
1956
|
+
|
1861
1957
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
1862
1958
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
1959
|
|
1864
1960
|
include Google::Apis::Core::JsonObjectSupport
|
1865
1961
|
end
|
1866
1962
|
|
1963
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
+
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
1967
|
+
end
|
1968
|
+
|
1867
1969
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1868
1970
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
1971
|
|
@@ -1888,6 +1990,12 @@ module Google
|
|
1888
1990
|
include Google::Apis::Core::JsonObjectSupport
|
1889
1991
|
end
|
1890
1992
|
|
1993
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1891
1999
|
class GoogleCloudDialogflowV2WebhookRequest
|
1892
2000
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
2001
|
|
@@ -1924,6 +2032,12 @@ module Google
|
|
1924
2032
|
include Google::Apis::Core::JsonObjectSupport
|
1925
2033
|
end
|
1926
2034
|
|
2035
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
1927
2041
|
class GoogleCloudDialogflowV2beta1Context
|
1928
2042
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1929
2043
|
|
@@ -1960,12 +2074,24 @@ module Google
|
|
1960
2074
|
include Google::Apis::Core::JsonObjectSupport
|
1961
2075
|
end
|
1962
2076
|
|
2077
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
1963
2083
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1964
2084
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
2085
|
|
1966
2086
|
include Google::Apis::Core::JsonObjectSupport
|
1967
2087
|
end
|
1968
2088
|
|
2089
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
1969
2095
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
1970
2096
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
2097
|
|
@@ -2320,6 +2446,12 @@ module Google
|
|
2320
2446
|
include Google::Apis::Core::JsonObjectSupport
|
2321
2447
|
end
|
2322
2448
|
|
2449
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
|
+
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
2453
|
+
end
|
2454
|
+
|
2323
2455
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2324
2456
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2325
2457
|
|
@@ -3858,6 +3990,7 @@ module Google
|
|
3858
3990
|
# @private
|
3859
3991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3860
3992
|
property :flow, as: 'flow'
|
3993
|
+
property :page, as: 'page'
|
3861
3994
|
collection :tracking_parameters, as: 'trackingParameters'
|
3862
3995
|
end
|
3863
3996
|
end
|
@@ -4814,6 +4947,7 @@ module Google
|
|
4814
4947
|
# @private
|
4815
4948
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4816
4949
|
property :flow, as: 'flow'
|
4950
|
+
property :page, as: 'page'
|
4817
4951
|
collection :tracking_parameters, as: 'trackingParameters'
|
4818
4952
|
end
|
4819
4953
|
end
|
@@ -4968,6 +5102,13 @@ module Google
|
|
4968
5102
|
end
|
4969
5103
|
end
|
4970
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
|
+
|
4971
5112
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
4972
5113
|
# @private
|
4973
5114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4984,6 +5125,16 @@ module Google
|
|
4984
5125
|
end
|
4985
5126
|
end
|
4986
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
|
+
|
4987
5138
|
class GoogleCloudDialogflowV2Context
|
4988
5139
|
# @private
|
4989
5140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5005,6 +5156,70 @@ module Google
|
|
5005
5156
|
end
|
5006
5157
|
end
|
5007
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
|
+
|
5008
5223
|
class GoogleCloudDialogflowV2EntityType
|
5009
5224
|
# @private
|
5010
5225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5043,6 +5258,14 @@ module Google
|
|
5043
5258
|
end
|
5044
5259
|
end
|
5045
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
|
+
|
5046
5269
|
class GoogleCloudDialogflowV2FaqAnswer
|
5047
5270
|
# @private
|
5048
5271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5055,6 +5278,13 @@ module Google
|
|
5055
5278
|
end
|
5056
5279
|
end
|
5057
5280
|
|
5281
|
+
class GoogleCloudDialogflowV2GcsDestination
|
5282
|
+
# @private
|
5283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5284
|
+
property :uri, as: 'uri'
|
5285
|
+
end
|
5286
|
+
end
|
5287
|
+
|
5058
5288
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
5059
5289
|
# @private
|
5060
5290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5065,6 +5295,39 @@ module Google
|
|
5065
5295
|
end
|
5066
5296
|
end
|
5067
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
|
+
|
5316
|
+
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
5317
|
+
# @private
|
5318
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5319
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
5320
|
+
|
5321
|
+
end
|
5322
|
+
end
|
5323
|
+
|
5324
|
+
class GoogleCloudDialogflowV2InputDataset
|
5325
|
+
# @private
|
5326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5327
|
+
property :dataset, as: 'dataset'
|
5328
|
+
end
|
5329
|
+
end
|
5330
|
+
|
5068
5331
|
class GoogleCloudDialogflowV2Intent
|
5069
5332
|
# @private
|
5070
5333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5429,6 +5692,9 @@ module Google
|
|
5429
5692
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
5430
5693
|
# @private
|
5431
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
|
+
|
5697
|
+
property :knowledge_base, as: 'knowledgeBase'
|
5432
5698
|
property :state, as: 'state'
|
5433
5699
|
end
|
5434
5700
|
end
|
@@ -5520,6 +5786,16 @@ module Google
|
|
5520
5786
|
end
|
5521
5787
|
end
|
5522
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
|
+
|
5523
5799
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
5524
5800
|
# @private
|
5525
5801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5529,6 +5805,13 @@ module Google
|
|
5529
5805
|
end
|
5530
5806
|
end
|
5531
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
|
+
|
5532
5815
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
5533
5816
|
# @private
|
5534
5817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5573,6 +5856,14 @@ module Google
|
|
5573
5856
|
end
|
5574
5857
|
end
|
5575
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
|
+
|
5576
5867
|
class GoogleCloudDialogflowV2WebhookRequest
|
5577
5868
|
# @private
|
5578
5869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5638,6 +5929,16 @@ module Google
|
|
5638
5929
|
end
|
5639
5930
|
end
|
5640
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
|
+
|
5641
5942
|
class GoogleCloudDialogflowV2beta1Context
|
5642
5943
|
# @private
|
5643
5944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5697,6 +5998,14 @@ module Google
|
|
5697
5998
|
end
|
5698
5999
|
end
|
5699
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
|
+
|
5700
6009
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5701
6010
|
# @private
|
5702
6011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5709,6 +6018,13 @@ module Google
|
|
5709
6018
|
end
|
5710
6019
|
end
|
5711
6020
|
|
6021
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
6022
|
+
# @private
|
6023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6024
|
+
property :uri, as: 'uri'
|
6025
|
+
end
|
6026
|
+
end
|
6027
|
+
|
5712
6028
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
5713
6029
|
# @private
|
5714
6030
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6246,6 +6562,8 @@ module Google
|
|
6246
6562
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
6247
6563
|
# @private
|
6248
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
|
+
|
6249
6567
|
property :knowledge_base, as: 'knowledgeBase'
|
6250
6568
|
property :state, as: 'state'
|
6251
6569
|
end
|
@@ -6340,6 +6658,16 @@ module Google
|
|
6340
6658
|
end
|
6341
6659
|
end
|
6342
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
|
+
|
6343
6671
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
6344
6672
|
# @private
|
6345
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.28.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-14 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.28.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Dialogflow API V3
|