google-apis-dialogflow_v2beta1 0.25.0 → 0.26.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea809a742fbb6e5dba4de62211aa08865ef2413159632c0c4c5619612124c1a3
|
4
|
+
data.tar.gz: 1a6f818cd4d3f9577430c6ea0215fc049fab1f1bb67dcaf9af9886253019fdde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 657c625fd24b3e51b509906054d2aa155990c390dd524350349096a8bdc360798bce27b74bd210ac59fb84a775939288fa3878b0e4db2fb9ec333bd94044c842
|
7
|
+
data.tar.gz: 6f32cd40e1b5e7694f12d0a92d946b54d7bbe225e3ecc77c384089073f1816554c035069c9beb0a6f9dc3c8231fbb3cf271461ed1222b51d01a0b8d01293980b
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/dialogflow_v2beta1"
|
|
51
51
|
client = Google::Apis::DialogflowV2beta1::DialogflowService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -1526,6 +1526,12 @@ module Google
|
|
1526
1526
|
# @return [String]
|
1527
1527
|
attr_accessor :current_page
|
1528
1528
|
|
1529
|
+
# Always present for WebhookRequest. Ignored for WebhookResponse. The display
|
1530
|
+
# name of the current page.
|
1531
|
+
# Corresponds to the JSON property `displayName`
|
1532
|
+
# @return [String]
|
1533
|
+
attr_accessor :display_name
|
1534
|
+
|
1529
1535
|
# Represents form information.
|
1530
1536
|
# Corresponds to the JSON property `formInfo`
|
1531
1537
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfoFormInfo]
|
@@ -1538,6 +1544,7 @@ module Google
|
|
1538
1544
|
# Update properties of this object
|
1539
1545
|
def update!(**args)
|
1540
1546
|
@current_page = args[:current_page] if args.key?(:current_page)
|
1547
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
1541
1548
|
@form_info = args[:form_info] if args.key?(:form_info)
|
1542
1549
|
end
|
1543
1550
|
end
|
@@ -4261,6 +4268,12 @@ module Google
|
|
4261
4268
|
# @return [String]
|
4262
4269
|
attr_accessor :current_page
|
4263
4270
|
|
4271
|
+
# Always present for WebhookRequest. Ignored for WebhookResponse. The display
|
4272
|
+
# name of the current page.
|
4273
|
+
# Corresponds to the JSON property `displayName`
|
4274
|
+
# @return [String]
|
4275
|
+
attr_accessor :display_name
|
4276
|
+
|
4264
4277
|
# Represents form information.
|
4265
4278
|
# Corresponds to the JSON property `formInfo`
|
4266
4279
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo]
|
@@ -4273,6 +4286,7 @@ module Google
|
|
4273
4286
|
# Update properties of this object
|
4274
4287
|
def update!(**args)
|
4275
4288
|
@current_page = args[:current_page] if args.key?(:current_page)
|
4289
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
4276
4290
|
@form_info = args[:form_info] if args.key?(:form_info)
|
4277
4291
|
end
|
4278
4292
|
end
|
@@ -7257,7 +7271,7 @@ module Google
|
|
7257
7271
|
# @return [String]
|
7258
7272
|
attr_accessor :content
|
7259
7273
|
|
7260
|
-
# Output only. The time when the message was created.
|
7274
|
+
# Output only. The time when the message was created in Contact Center AI.
|
7261
7275
|
# Corresponds to the JSON property `createTime`
|
7262
7276
|
# @return [String]
|
7263
7277
|
attr_accessor :create_time
|
@@ -7273,7 +7287,7 @@ module Google
|
|
7273
7287
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2MessageAnnotation]
|
7274
7288
|
attr_accessor :message_annotation
|
7275
7289
|
|
7276
|
-
# The unique identifier of the message. Format: `projects//locations//
|
7290
|
+
# Optional. The unique identifier of the message. Format: `projects//locations//
|
7277
7291
|
# conversations//messages/`.
|
7278
7292
|
# Corresponds to the JSON property `name`
|
7279
7293
|
# @return [String]
|
@@ -7289,6 +7303,23 @@ module Google
|
|
7289
7303
|
# @return [String]
|
7290
7304
|
attr_accessor :participant_role
|
7291
7305
|
|
7306
|
+
# Optional. The time when the message was sent.
|
7307
|
+
# Corresponds to the JSON property `sendTime`
|
7308
|
+
# @return [String]
|
7309
|
+
attr_accessor :send_time
|
7310
|
+
|
7311
|
+
# The result of sentiment analysis. Sentiment analysis inspects user input and
|
7312
|
+
# identifies the prevailing subjective opinion, especially to determine a user's
|
7313
|
+
# attitude as positive, negative, or neutral. For Participants.DetectIntent, it
|
7314
|
+
# needs to be configured in DetectIntentRequest.query_params. For Participants.
|
7315
|
+
# StreamingDetectIntent, it needs to be configured in
|
7316
|
+
# StreamingDetectIntentRequest.query_params. And for Participants.AnalyzeContent
|
7317
|
+
# and Participants.StreamingAnalyzeContent, it needs to be configured in
|
7318
|
+
# ConversationProfile.human_agent_assistant_config
|
7319
|
+
# Corresponds to the JSON property `sentimentAnalysis`
|
7320
|
+
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SentimentAnalysisResult]
|
7321
|
+
attr_accessor :sentiment_analysis
|
7322
|
+
|
7292
7323
|
def initialize(**args)
|
7293
7324
|
update!(**args)
|
7294
7325
|
end
|
@@ -7302,6 +7333,8 @@ module Google
|
|
7302
7333
|
@name = args[:name] if args.key?(:name)
|
7303
7334
|
@participant = args[:participant] if args.key?(:participant)
|
7304
7335
|
@participant_role = args[:participant_role] if args.key?(:participant_role)
|
7336
|
+
@send_time = args[:send_time] if args.key?(:send_time)
|
7337
|
+
@sentiment_analysis = args[:sentiment_analysis] if args.key?(:sentiment_analysis)
|
7305
7338
|
end
|
7306
7339
|
end
|
7307
7340
|
|
@@ -7632,6 +7665,40 @@ module Google
|
|
7632
7665
|
end
|
7633
7666
|
end
|
7634
7667
|
|
7668
|
+
# Represents a smart reply answer.
|
7669
|
+
class GoogleCloudDialogflowV2SmartReplyAnswer
|
7670
|
+
include Google::Apis::Core::Hashable
|
7671
|
+
|
7672
|
+
# The name of answer record, in the format of "projects//locations//
|
7673
|
+
# answerRecords/"
|
7674
|
+
# Corresponds to the JSON property `answerRecord`
|
7675
|
+
# @return [String]
|
7676
|
+
attr_accessor :answer_record
|
7677
|
+
|
7678
|
+
# Smart reply confidence. The system's confidence score that this reply is a
|
7679
|
+
# good match for this conversation, as a value from 0.0 (completely uncertain)
|
7680
|
+
# to 1.0 (completely certain).
|
7681
|
+
# Corresponds to the JSON property `confidence`
|
7682
|
+
# @return [Float]
|
7683
|
+
attr_accessor :confidence
|
7684
|
+
|
7685
|
+
# The content of the reply.
|
7686
|
+
# Corresponds to the JSON property `reply`
|
7687
|
+
# @return [String]
|
7688
|
+
attr_accessor :reply
|
7689
|
+
|
7690
|
+
def initialize(**args)
|
7691
|
+
update!(**args)
|
7692
|
+
end
|
7693
|
+
|
7694
|
+
# Update properties of this object
|
7695
|
+
def update!(**args)
|
7696
|
+
@answer_record = args[:answer_record] if args.key?(:answer_record)
|
7697
|
+
@confidence = args[:confidence] if args.key?(:confidence)
|
7698
|
+
@reply = args[:reply] if args.key?(:reply)
|
7699
|
+
end
|
7700
|
+
end
|
7701
|
+
|
7635
7702
|
# The response message for Participants.SuggestArticles.
|
7636
7703
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
7637
7704
|
include Google::Apis::Core::Hashable
|
@@ -7700,6 +7767,42 @@ module Google
|
|
7700
7767
|
end
|
7701
7768
|
end
|
7702
7769
|
|
7770
|
+
# The response message for Participants.SuggestSmartReplies.
|
7771
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
7772
|
+
include Google::Apis::Core::Hashable
|
7773
|
+
|
7774
|
+
# Number of messages prior to and including latest_message to compile the
|
7775
|
+
# suggestion. It may be smaller than the SuggestSmartRepliesRequest.context_size
|
7776
|
+
# field in the request if there aren't that many messages in the conversation.
|
7777
|
+
# Corresponds to the JSON property `contextSize`
|
7778
|
+
# @return [Fixnum]
|
7779
|
+
attr_accessor :context_size
|
7780
|
+
|
7781
|
+
# The name of the latest conversation message used to compile suggestion for.
|
7782
|
+
# Format: `projects//locations//conversations//messages/`.
|
7783
|
+
# Corresponds to the JSON property `latestMessage`
|
7784
|
+
# @return [String]
|
7785
|
+
attr_accessor :latest_message
|
7786
|
+
|
7787
|
+
# Output only. Multiple reply options provided by smart reply service. The order
|
7788
|
+
# is based on the rank of the model prediction. The maximum number of the
|
7789
|
+
# returned replies is set in SmartReplyConfig.
|
7790
|
+
# Corresponds to the JSON property `smartReplyAnswers`
|
7791
|
+
# @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyAnswer>]
|
7792
|
+
attr_accessor :smart_reply_answers
|
7793
|
+
|
7794
|
+
def initialize(**args)
|
7795
|
+
update!(**args)
|
7796
|
+
end
|
7797
|
+
|
7798
|
+
# Update properties of this object
|
7799
|
+
def update!(**args)
|
7800
|
+
@context_size = args[:context_size] if args.key?(:context_size)
|
7801
|
+
@latest_message = args[:latest_message] if args.key?(:latest_message)
|
7802
|
+
@smart_reply_answers = args[:smart_reply_answers] if args.key?(:smart_reply_answers)
|
7803
|
+
end
|
7804
|
+
end
|
7805
|
+
|
7703
7806
|
# One response of different type of suggestion response which is used in the
|
7704
7807
|
# response of Participants.AnalyzeContent and Participants.AnalyzeContent, as
|
7705
7808
|
# well as HumanAgentAssistantEvent.
|
@@ -7726,6 +7829,11 @@ module Google
|
|
7726
7829
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse]
|
7727
7830
|
attr_accessor :suggest_faq_answers_response
|
7728
7831
|
|
7832
|
+
# The response message for Participants.SuggestSmartReplies.
|
7833
|
+
# Corresponds to the JSON property `suggestSmartRepliesResponse`
|
7834
|
+
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse]
|
7835
|
+
attr_accessor :suggest_smart_replies_response
|
7836
|
+
|
7729
7837
|
def initialize(**args)
|
7730
7838
|
update!(**args)
|
7731
7839
|
end
|
@@ -7735,6 +7843,7 @@ module Google
|
|
7735
7843
|
@error = args[:error] if args.key?(:error)
|
7736
7844
|
@suggest_articles_response = args[:suggest_articles_response] if args.key?(:suggest_articles_response)
|
7737
7845
|
@suggest_faq_answers_response = args[:suggest_faq_answers_response] if args.key?(:suggest_faq_answers_response)
|
7846
|
+
@suggest_smart_replies_response = args[:suggest_smart_replies_response] if args.key?(:suggest_smart_replies_response)
|
7738
7847
|
end
|
7739
7848
|
end
|
7740
7849
|
|
@@ -10125,6 +10234,26 @@ module Google
|
|
10125
10234
|
end
|
10126
10235
|
end
|
10127
10236
|
|
10237
|
+
# Config to process conversation.
|
10238
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
|
10239
|
+
include Google::Apis::Core::Hashable
|
10240
|
+
|
10241
|
+
# Number of recent non-small-talk sentences to use as context for article and
|
10242
|
+
# FAQ suggestion
|
10243
|
+
# Corresponds to the JSON property `recentSentencesCount`
|
10244
|
+
# @return [Fixnum]
|
10245
|
+
attr_accessor :recent_sentences_count
|
10246
|
+
|
10247
|
+
def initialize(**args)
|
10248
|
+
update!(**args)
|
10249
|
+
end
|
10250
|
+
|
10251
|
+
# Update properties of this object
|
10252
|
+
def update!(**args)
|
10253
|
+
@recent_sentences_count = args[:recent_sentences_count] if args.key?(:recent_sentences_count)
|
10254
|
+
end
|
10255
|
+
end
|
10256
|
+
|
10128
10257
|
# Configuration for analyses to run on each conversation message.
|
10129
10258
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
|
10130
10259
|
include Google::Apis::Core::Hashable
|
@@ -10211,6 +10340,11 @@ module Google
|
|
10211
10340
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig]
|
10212
10341
|
attr_accessor :conversation_model_config
|
10213
10342
|
|
10343
|
+
# Config to process conversation.
|
10344
|
+
# Corresponds to the JSON property `conversationProcessConfig`
|
10345
|
+
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig]
|
10346
|
+
attr_accessor :conversation_process_config
|
10347
|
+
|
10214
10348
|
# Automatically iterates all participants and tries to compile suggestions.
|
10215
10349
|
# Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
|
10216
10350
|
# Corresponds to the JSON property `enableEventBasedSuggestion`
|
@@ -10242,6 +10376,7 @@ module Google
|
|
10242
10376
|
# Update properties of this object
|
10243
10377
|
def update!(**args)
|
10244
10378
|
@conversation_model_config = args[:conversation_model_config] if args.key?(:conversation_model_config)
|
10379
|
+
@conversation_process_config = args[:conversation_process_config] if args.key?(:conversation_process_config)
|
10245
10380
|
@enable_event_based_suggestion = args[:enable_event_based_suggestion] if args.key?(:enable_event_based_suggestion)
|
10246
10381
|
@query_config = args[:query_config] if args.key?(:query_config)
|
10247
10382
|
@suggestion_feature = args[:suggestion_feature] if args.key?(:suggestion_feature)
|
@@ -12642,6 +12777,11 @@ module Google
|
|
12642
12777
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
12643
12778
|
include Google::Apis::Core::Hashable
|
12644
12779
|
|
12780
|
+
# The name of the knowledge base interacted with during the operation.
|
12781
|
+
# Corresponds to the JSON property `knowledgeBase`
|
12782
|
+
# @return [String]
|
12783
|
+
attr_accessor :knowledge_base
|
12784
|
+
|
12645
12785
|
# Required. Output only. The current state of this operation.
|
12646
12786
|
# Corresponds to the JSON property `state`
|
12647
12787
|
# @return [String]
|
@@ -12653,6 +12793,7 @@ module Google
|
|
12653
12793
|
|
12654
12794
|
# Update properties of this object
|
12655
12795
|
def update!(**args)
|
12796
|
+
@knowledge_base = args[:knowledge_base] if args.key?(:knowledge_base)
|
12656
12797
|
@state = args[:state] if args.key?(:state)
|
12657
12798
|
end
|
12658
12799
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211231"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1288,6 +1288,12 @@ module Google
|
|
1288
1288
|
include Google::Apis::Core::JsonObjectSupport
|
1289
1289
|
end
|
1290
1290
|
|
1291
|
+
class GoogleCloudDialogflowV2SmartReplyAnswer
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1291
1297
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1292
1298
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
1299
|
|
@@ -1300,6 +1306,12 @@ module Google
|
|
1300
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1301
1307
|
end
|
1302
1308
|
|
1309
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1303
1315
|
class GoogleCloudDialogflowV2SuggestionResult
|
1304
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
1317
|
|
@@ -1648,6 +1660,12 @@ module Google
|
|
1648
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1649
1661
|
end
|
1650
1662
|
|
1663
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1651
1669
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
|
1652
1670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
1671
|
|
@@ -2943,6 +2961,7 @@ module Google
|
|
2943
2961
|
# @private
|
2944
2962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2945
2963
|
property :current_page, as: 'currentPage'
|
2964
|
+
property :display_name, as: 'displayName'
|
2946
2965
|
property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfoFormInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfoFormInfo::Representation
|
2947
2966
|
|
2948
2967
|
end
|
@@ -3711,6 +3730,7 @@ module Google
|
|
3711
3730
|
# @private
|
3712
3731
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3713
3732
|
property :current_page, as: 'currentPage'
|
3733
|
+
property :display_name, as: 'displayName'
|
3714
3734
|
property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo::Representation
|
3715
3735
|
|
3716
3736
|
end
|
@@ -4563,6 +4583,9 @@ module Google
|
|
4563
4583
|
property :name, as: 'name'
|
4564
4584
|
property :participant, as: 'participant'
|
4565
4585
|
property :participant_role, as: 'participantRole'
|
4586
|
+
property :send_time, as: 'sendTime'
|
4587
|
+
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SentimentAnalysisResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SentimentAnalysisResult::Representation
|
4588
|
+
|
4566
4589
|
end
|
4567
4590
|
end
|
4568
4591
|
|
@@ -4636,6 +4659,15 @@ module Google
|
|
4636
4659
|
end
|
4637
4660
|
end
|
4638
4661
|
|
4662
|
+
class GoogleCloudDialogflowV2SmartReplyAnswer
|
4663
|
+
# @private
|
4664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4665
|
+
property :answer_record, as: 'answerRecord'
|
4666
|
+
property :confidence, as: 'confidence'
|
4667
|
+
property :reply, as: 'reply'
|
4668
|
+
end
|
4669
|
+
end
|
4670
|
+
|
4639
4671
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
4640
4672
|
# @private
|
4641
4673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4656,6 +4688,16 @@ module Google
|
|
4656
4688
|
end
|
4657
4689
|
end
|
4658
4690
|
|
4691
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
4692
|
+
# @private
|
4693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4694
|
+
property :context_size, as: 'contextSize'
|
4695
|
+
property :latest_message, as: 'latestMessage'
|
4696
|
+
collection :smart_reply_answers, as: 'smartReplyAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyAnswer::Representation
|
4697
|
+
|
4698
|
+
end
|
4699
|
+
end
|
4700
|
+
|
4659
4701
|
class GoogleCloudDialogflowV2SuggestionResult
|
4660
4702
|
# @private
|
4661
4703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4665,6 +4707,8 @@ module Google
|
|
4665
4707
|
|
4666
4708
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
4667
4709
|
|
4710
|
+
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse::Representation
|
4711
|
+
|
4668
4712
|
end
|
4669
4713
|
end
|
4670
4714
|
|
@@ -5284,6 +5328,13 @@ module Google
|
|
5284
5328
|
end
|
5285
5329
|
end
|
5286
5330
|
|
5331
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
|
5332
|
+
# @private
|
5333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5334
|
+
property :recent_sentences_count, as: 'recentSentencesCount'
|
5335
|
+
end
|
5336
|
+
end
|
5337
|
+
|
5287
5338
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
|
5288
5339
|
# @private
|
5289
5340
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5306,6 +5357,8 @@ module Google
|
|
5306
5357
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5307
5358
|
property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig::Representation
|
5308
5359
|
|
5360
|
+
property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig::Representation
|
5361
|
+
|
5309
5362
|
property :enable_event_based_suggestion, as: 'enableEventBasedSuggestion'
|
5310
5363
|
property :query_config, as: 'queryConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig::Representation
|
5311
5364
|
|
@@ -5996,6 +6049,7 @@ module Google
|
|
5996
6049
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
5997
6050
|
# @private
|
5998
6051
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6052
|
+
property :knowledge_base, as: 'knowledgeBase'
|
5999
6053
|
property :state, as: 'state'
|
6000
6054
|
end
|
6001
6055
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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:
|
11
|
+
date: 2022-01-10 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_v2beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
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.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Dialogflow API V2beta1
|