google-apis-dialogflow_v3 0.6.0 → 0.7.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.
@@ -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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1312,6 +1312,12 @@ module Google
|
|
1312
1312
|
include Google::Apis::Core::JsonObjectSupport
|
1313
1313
|
end
|
1314
1314
|
|
1315
|
+
class GoogleCloudDialogflowV2ArticleAnswer
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1315
1321
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
1316
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
1323
|
|
@@ -1360,6 +1366,18 @@ module Google
|
|
1360
1366
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1367
|
end
|
1362
1368
|
|
1369
|
+
class GoogleCloudDialogflowV2FaqAnswer
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
|
+
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
1379
|
+
end
|
1380
|
+
|
1363
1381
|
class GoogleCloudDialogflowV2Intent
|
1364
1382
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1383
|
|
@@ -1558,6 +1576,12 @@ module Google
|
|
1558
1576
|
include Google::Apis::Core::JsonObjectSupport
|
1559
1577
|
end
|
1560
1578
|
|
1579
|
+
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
|
+
|
1582
|
+
include Google::Apis::Core::JsonObjectSupport
|
1583
|
+
end
|
1584
|
+
|
1561
1585
|
class GoogleCloudDialogflowV2Message
|
1562
1586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
1587
|
|
@@ -1600,6 +1624,24 @@ module Google
|
|
1600
1624
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1625
|
end
|
1602
1626
|
|
1627
|
+
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
|
+
|
1630
|
+
include Google::Apis::Core::JsonObjectSupport
|
1631
|
+
end
|
1632
|
+
|
1633
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersResponse
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class GoogleCloudDialogflowV2SuggestionResult
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
+
|
1642
|
+
include Google::Apis::Core::JsonObjectSupport
|
1643
|
+
end
|
1644
|
+
|
1603
1645
|
class GoogleCloudDialogflowV2WebhookRequest
|
1604
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
1647
|
|
@@ -1612,6 +1654,18 @@ module Google
|
|
1612
1654
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1655
|
end
|
1614
1656
|
|
1657
|
+
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
|
+
|
1660
|
+
include Google::Apis::Core::JsonObjectSupport
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
class GoogleCloudDialogflowV2beta1ArticleAnswer
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1615
1669
|
class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
|
1616
1670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1671
|
|
@@ -1630,6 +1684,12 @@ module Google
|
|
1630
1684
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1685
|
end
|
1632
1686
|
|
1687
|
+
class GoogleCloudDialogflowV2beta1ConversationEvent
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
|
+
|
1690
|
+
include Google::Apis::Core::JsonObjectSupport
|
1691
|
+
end
|
1692
|
+
|
1633
1693
|
class GoogleCloudDialogflowV2beta1EntityType
|
1634
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1695
|
|
@@ -1654,6 +1714,24 @@ module Google
|
|
1654
1714
|
include Google::Apis::Core::JsonObjectSupport
|
1655
1715
|
end
|
1656
1716
|
|
1717
|
+
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
|
+
|
1720
|
+
include Google::Apis::Core::JsonObjectSupport
|
1721
|
+
end
|
1722
|
+
|
1723
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
|
+
|
1726
|
+
include Google::Apis::Core::JsonObjectSupport
|
1727
|
+
end
|
1728
|
+
|
1729
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsResponse
|
1730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
|
+
|
1732
|
+
include Google::Apis::Core::JsonObjectSupport
|
1733
|
+
end
|
1734
|
+
|
1657
1735
|
class GoogleCloudDialogflowV2beta1Intent
|
1658
1736
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
1737
|
|
@@ -1954,6 +2032,18 @@ module Google
|
|
1954
2032
|
include Google::Apis::Core::JsonObjectSupport
|
1955
2033
|
end
|
1956
2034
|
|
2035
|
+
class GoogleCloudDialogflowV2beta1Message
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class GoogleCloudDialogflowV2beta1MessageAnnotation
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
|
+
|
2044
|
+
include Google::Apis::Core::JsonObjectSupport
|
2045
|
+
end
|
2046
|
+
|
1957
2047
|
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
|
1958
2048
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
2049
|
|
@@ -1984,6 +2074,36 @@ module Google
|
|
1984
2074
|
include Google::Apis::Core::JsonObjectSupport
|
1985
2075
|
end
|
1986
2076
|
|
2077
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
|
+
|
2098
|
+
include Google::Apis::Core::JsonObjectSupport
|
2099
|
+
end
|
2100
|
+
|
2101
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2103
|
+
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
2105
|
+
end
|
2106
|
+
|
1987
2107
|
class GoogleCloudDialogflowV2beta1WebhookRequest
|
1988
2108
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
2109
|
|
@@ -3083,6 +3203,7 @@ module Google
|
|
3083
3203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3084
3204
|
property :agent_content, :base64 => true, as: 'agentContent'
|
3085
3205
|
property :agent_uri, as: 'agentUri'
|
3206
|
+
property :restore_option, as: 'restoreOption'
|
3086
3207
|
end
|
3087
3208
|
end
|
3088
3209
|
|
@@ -4196,6 +4317,18 @@ module Google
|
|
4196
4317
|
end
|
4197
4318
|
end
|
4198
4319
|
|
4320
|
+
class GoogleCloudDialogflowV2ArticleAnswer
|
4321
|
+
# @private
|
4322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4323
|
+
property :answer_record, as: 'answerRecord'
|
4324
|
+
property :confidence, as: 'confidence'
|
4325
|
+
hash :metadata, as: 'metadata'
|
4326
|
+
collection :snippets, as: 'snippets'
|
4327
|
+
property :title, as: 'title'
|
4328
|
+
property :uri, as: 'uri'
|
4329
|
+
end
|
4330
|
+
end
|
4331
|
+
|
4199
4332
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
4200
4333
|
# @private
|
4201
4334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4271,17 +4404,41 @@ module Google
|
|
4271
4404
|
end
|
4272
4405
|
end
|
4273
4406
|
|
4407
|
+
class GoogleCloudDialogflowV2FaqAnswer
|
4408
|
+
# @private
|
4409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4410
|
+
property :answer, as: 'answer'
|
4411
|
+
property :answer_record, as: 'answerRecord'
|
4412
|
+
property :confidence, as: 'confidence'
|
4413
|
+
hash :metadata, as: 'metadata'
|
4414
|
+
property :question, as: 'question'
|
4415
|
+
property :source, as: 'source'
|
4416
|
+
end
|
4417
|
+
end
|
4418
|
+
|
4419
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
4420
|
+
# @private
|
4421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4422
|
+
property :conversation, as: 'conversation'
|
4423
|
+
property :participant, as: 'participant'
|
4424
|
+
collection :suggestion_results, as: 'suggestionResults', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestionResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestionResult::Representation
|
4425
|
+
|
4426
|
+
end
|
4427
|
+
end
|
4428
|
+
|
4274
4429
|
class GoogleCloudDialogflowV2Intent
|
4275
4430
|
# @private
|
4276
4431
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4277
4432
|
property :action, as: 'action'
|
4278
4433
|
collection :default_response_platforms, as: 'defaultResponsePlatforms'
|
4279
4434
|
property :display_name, as: 'displayName'
|
4435
|
+
property :end_interaction, as: 'endInteraction'
|
4280
4436
|
collection :events, as: 'events'
|
4281
4437
|
collection :followup_intent_info, as: 'followupIntentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentFollowupIntentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentFollowupIntentInfo::Representation
|
4282
4438
|
|
4283
4439
|
collection :input_context_names, as: 'inputContextNames'
|
4284
4440
|
property :is_fallback, as: 'isFallback'
|
4441
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
4285
4442
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessage::Representation
|
4286
4443
|
|
4287
4444
|
property :ml_disabled, as: 'mlDisabled'
|
@@ -4630,6 +4787,13 @@ module Google
|
|
4630
4787
|
end
|
4631
4788
|
end
|
4632
4789
|
|
4790
|
+
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
4791
|
+
# @private
|
4792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4793
|
+
property :state, as: 'state'
|
4794
|
+
end
|
4795
|
+
end
|
4796
|
+
|
4633
4797
|
class GoogleCloudDialogflowV2Message
|
4634
4798
|
# @private
|
4635
4799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4713,6 +4877,38 @@ module Google
|
|
4713
4877
|
end
|
4714
4878
|
end
|
4715
4879
|
|
4880
|
+
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
4881
|
+
# @private
|
4882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4883
|
+
collection :article_answers, as: 'articleAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ArticleAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ArticleAnswer::Representation
|
4884
|
+
|
4885
|
+
property :context_size, as: 'contextSize'
|
4886
|
+
property :latest_message, as: 'latestMessage'
|
4887
|
+
end
|
4888
|
+
end
|
4889
|
+
|
4890
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersResponse
|
4891
|
+
# @private
|
4892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4893
|
+
property :context_size, as: 'contextSize'
|
4894
|
+
collection :faq_answers, as: 'faqAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2FaqAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2FaqAnswer::Representation
|
4895
|
+
|
4896
|
+
property :latest_message, as: 'latestMessage'
|
4897
|
+
end
|
4898
|
+
end
|
4899
|
+
|
4900
|
+
class GoogleCloudDialogflowV2SuggestionResult
|
4901
|
+
# @private
|
4902
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4903
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
4904
|
+
|
4905
|
+
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestArticlesResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestArticlesResponse::Representation
|
4906
|
+
|
4907
|
+
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
4908
|
+
|
4909
|
+
end
|
4910
|
+
end
|
4911
|
+
|
4716
4912
|
class GoogleCloudDialogflowV2WebhookRequest
|
4717
4913
|
# @private
|
4718
4914
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4742,6 +4938,26 @@ module Google
|
|
4742
4938
|
end
|
4743
4939
|
end
|
4744
4940
|
|
4941
|
+
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
4942
|
+
# @private
|
4943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4944
|
+
property :entity_type, as: 'entityType'
|
4945
|
+
property :formatted_value, as: 'formattedValue'
|
4946
|
+
property :text, as: 'text'
|
4947
|
+
end
|
4948
|
+
end
|
4949
|
+
|
4950
|
+
class GoogleCloudDialogflowV2beta1ArticleAnswer
|
4951
|
+
# @private
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4953
|
+
property :answer_record, as: 'answerRecord'
|
4954
|
+
hash :metadata, as: 'metadata'
|
4955
|
+
collection :snippets, as: 'snippets'
|
4956
|
+
property :title, as: 'title'
|
4957
|
+
property :uri, as: 'uri'
|
4958
|
+
end
|
4959
|
+
end
|
4960
|
+
|
4745
4961
|
class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
|
4746
4962
|
# @private
|
4747
4963
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4767,6 +4983,18 @@ module Google
|
|
4767
4983
|
end
|
4768
4984
|
end
|
4769
4985
|
|
4986
|
+
class GoogleCloudDialogflowV2beta1ConversationEvent
|
4987
|
+
# @private
|
4988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4989
|
+
property :conversation, as: 'conversation'
|
4990
|
+
property :error_status, as: 'errorStatus', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
4991
|
+
|
4992
|
+
property :new_message_payload, as: 'newMessagePayload', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1Message, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1Message::Representation
|
4993
|
+
|
4994
|
+
property :type, as: 'type'
|
4995
|
+
end
|
4996
|
+
end
|
4997
|
+
|
4770
4998
|
class GoogleCloudDialogflowV2beta1EntityType
|
4771
4999
|
# @private
|
4772
5000
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4805,6 +5033,36 @@ module Google
|
|
4805
5033
|
end
|
4806
5034
|
end
|
4807
5035
|
|
5036
|
+
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5037
|
+
# @private
|
5038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5039
|
+
property :answer, as: 'answer'
|
5040
|
+
property :answer_record, as: 'answerRecord'
|
5041
|
+
property :confidence, as: 'confidence'
|
5042
|
+
hash :metadata, as: 'metadata'
|
5043
|
+
property :question, as: 'question'
|
5044
|
+
property :source, as: 'source'
|
5045
|
+
end
|
5046
|
+
end
|
5047
|
+
|
5048
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
5049
|
+
# @private
|
5050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5051
|
+
property :conversation, as: 'conversation'
|
5052
|
+
property :participant, as: 'participant'
|
5053
|
+
collection :suggestion_results, as: 'suggestionResults', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestionResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestionResult::Representation
|
5054
|
+
|
5055
|
+
end
|
5056
|
+
end
|
5057
|
+
|
5058
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsResponse
|
5059
|
+
# @private
|
5060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5061
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
5062
|
+
|
5063
|
+
end
|
5064
|
+
end
|
5065
|
+
|
4808
5066
|
class GoogleCloudDialogflowV2beta1Intent
|
4809
5067
|
# @private
|
4810
5068
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4817,6 +5075,7 @@ module Google
|
|
4817
5075
|
|
4818
5076
|
collection :input_context_names, as: 'inputContextNames'
|
4819
5077
|
property :is_fallback, as: 'isFallback'
|
5078
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
4820
5079
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
4821
5080
|
|
4822
5081
|
property :ml_disabled, as: 'mlDisabled'
|
@@ -5327,6 +5586,32 @@ module Google
|
|
5327
5586
|
end
|
5328
5587
|
end
|
5329
5588
|
|
5589
|
+
class GoogleCloudDialogflowV2beta1Message
|
5590
|
+
# @private
|
5591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5592
|
+
property :content, as: 'content'
|
5593
|
+
property :create_time, as: 'createTime'
|
5594
|
+
property :language_code, as: 'languageCode'
|
5595
|
+
property :message_annotation, as: 'messageAnnotation', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1MessageAnnotation, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1MessageAnnotation::Representation
|
5596
|
+
|
5597
|
+
property :name, as: 'name'
|
5598
|
+
property :participant, as: 'participant'
|
5599
|
+
property :participant_role, as: 'participantRole'
|
5600
|
+
property :send_time, as: 'sendTime'
|
5601
|
+
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SentimentAnalysisResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SentimentAnalysisResult::Representation
|
5602
|
+
|
5603
|
+
end
|
5604
|
+
end
|
5605
|
+
|
5606
|
+
class GoogleCloudDialogflowV2beta1MessageAnnotation
|
5607
|
+
# @private
|
5608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5609
|
+
property :contain_entities, as: 'containEntities'
|
5610
|
+
collection :parts, as: 'parts', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AnnotatedMessagePart, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AnnotatedMessagePart::Representation
|
5611
|
+
|
5612
|
+
end
|
5613
|
+
end
|
5614
|
+
|
5330
5615
|
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
|
5331
5616
|
# @private
|
5332
5617
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5389,6 +5674,59 @@ module Google
|
|
5389
5674
|
end
|
5390
5675
|
end
|
5391
5676
|
|
5677
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
5678
|
+
# @private
|
5679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5680
|
+
property :answer_record, as: 'answerRecord'
|
5681
|
+
property :confidence, as: 'confidence'
|
5682
|
+
property :reply, as: 'reply'
|
5683
|
+
end
|
5684
|
+
end
|
5685
|
+
|
5686
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
5687
|
+
# @private
|
5688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5689
|
+
collection :article_answers, as: 'articleAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ArticleAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ArticleAnswer::Representation
|
5690
|
+
|
5691
|
+
property :context_size, as: 'contextSize'
|
5692
|
+
property :latest_message, as: 'latestMessage'
|
5693
|
+
end
|
5694
|
+
end
|
5695
|
+
|
5696
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
5697
|
+
# @private
|
5698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5699
|
+
property :context_size, as: 'contextSize'
|
5700
|
+
collection :faq_answers, as: 'faqAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1FaqAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1FaqAnswer::Representation
|
5701
|
+
|
5702
|
+
property :latest_message, as: 'latestMessage'
|
5703
|
+
end
|
5704
|
+
end
|
5705
|
+
|
5706
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
5707
|
+
# @private
|
5708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5709
|
+
property :context_size, as: 'contextSize'
|
5710
|
+
property :latest_message, as: 'latestMessage'
|
5711
|
+
collection :smart_reply_answers, as: 'smartReplyAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SmartReplyAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SmartReplyAnswer::Representation
|
5712
|
+
|
5713
|
+
end
|
5714
|
+
end
|
5715
|
+
|
5716
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
5717
|
+
# @private
|
5718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5719
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
5720
|
+
|
5721
|
+
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestArticlesResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestArticlesResponse::Representation
|
5722
|
+
|
5723
|
+
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
|
5724
|
+
|
5725
|
+
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
|
5726
|
+
|
5727
|
+
end
|
5728
|
+
end
|
5729
|
+
|
5392
5730
|
class GoogleCloudDialogflowV2beta1WebhookRequest
|
5393
5731
|
# @private
|
5394
5732
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5412,6 +5750,7 @@ module Google
|
|
5412
5750
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5413
5751
|
|
5414
5752
|
property :fulfillment_text, as: 'fulfillmentText'
|
5753
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
5415
5754
|
collection :output_contexts, as: 'outputContexts', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1Context, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1Context::Representation
|
5416
5755
|
|
5417
5756
|
hash :payload, as: 'payload'
|