google-apis-dialogflow_v2beta1 0.23.0 → 0.27.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: e862dcb1cc408f71feca448745bc95d16323ae9ee6000f49c0883ff2074dd4d6
4
- data.tar.gz: 201d4fca607640e188e069edf063e4e7b4f0554a304c9ef9968b1f5c7beac32d
3
+ metadata.gz: 93ba2eb6ece1c3c7f880e70677c6bd44a0b30917ca2738b9ef346a46ad433e16
4
+ data.tar.gz: 40006681489ba9fd8137d123ac848f9faed346c92b2720a9ed6692df84f3d141
5
5
  SHA512:
6
- metadata.gz: ab2308ae4779b74f661c44f05533358fa19307ca8c183fde51f8c0372ea0e103a4fb5c90862329e37335f2f2bbcc050fc9577c70e311156d43a516c81e9adb9f
7
- data.tar.gz: 1a6be3682b3ade071a7acb60d1894ecce27d44bfcecaaac517c106b65f0b798fb7e401c35a8a5b88381483d9db6137da8bd2e078c5196e6bf077e9317d5b6d62
6
+ metadata.gz: 38ee288834539628a3530469ff74f7c3c9a53d287b03845dd6925f489686a73e8fc28f3ee5fc22059ccb7892992b468e19fe2760ae83934b9f8a4d5767544460
7
+ data.tar.gz: 9caf88210751bd413c3de338eb507602c03608abeda02ef8d5537692e5c331a5aaf3c3000de5080d6db4057f00ea40fcbade493535172da6dce0372091e0c1f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.27.0 (2022-01-21)
4
+
5
+ * Regenerated from discovery document revision 20220119
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.26.0 (2022-01-07)
9
+
10
+ * Regenerated from discovery document revision 20211231
11
+ * Unspecified changes
12
+
13
+ ### v0.25.0 (2021-12-10)
14
+
15
+ * Regenerated from discovery document revision 20211207
16
+
17
+ ### v0.24.0 (2021-12-04)
18
+
19
+ * Regenerated from discovery document revision 20211201
20
+
3
21
  ### v0.23.0 (2021-10-28)
4
22
 
5
23
  * Regenerated from discovery document revision 20211022
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.authentication = # ... use the googleauth gem to create credentials
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.
@@ -476,7 +476,7 @@ module Google
476
476
  include Google::Apis::Core::Hashable
477
477
 
478
478
  # Whether to run test cases in TestCasesConfig.test_cases periodically. Default
479
- # false. If set to ture, run once a day.
479
+ # false. If set to true, run once a day.
480
480
  # Corresponds to the JSON property `enableContinuousRun`
481
481
  # @return [Boolean]
482
482
  attr_accessor :enable_continuous_run
@@ -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
@@ -1760,6 +1767,12 @@ module Google
1760
1767
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio]
1761
1768
  attr_accessor :play_audio
1762
1769
 
1770
+ # Represents the signal that telles the client to transfer the phone call
1771
+ # connected to the agent to a third-party endpoint.
1772
+ # Corresponds to the JSON property `telephonyTransferCall`
1773
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall]
1774
+ attr_accessor :telephony_transfer_call
1775
+
1763
1776
  # The text response message.
1764
1777
  # Corresponds to the JSON property `text`
1765
1778
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageText]
@@ -1778,6 +1791,7 @@ module Google
1778
1791
  @output_audio_text = args[:output_audio_text] if args.key?(:output_audio_text)
1779
1792
  @payload = args[:payload] if args.key?(:payload)
1780
1793
  @play_audio = args[:play_audio] if args.key?(:play_audio)
1794
+ @telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
1781
1795
  @text = args[:text] if args.key?(:text)
1782
1796
  end
1783
1797
  end
@@ -1970,6 +1984,27 @@ module Google
1970
1984
  end
1971
1985
  end
1972
1986
 
1987
+ # Represents the signal that telles the client to transfer the phone call
1988
+ # connected to the agent to a third-party endpoint.
1989
+ class GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
1990
+ include Google::Apis::Core::Hashable
1991
+
1992
+ # Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/
1993
+ # wiki/E.164).
1994
+ # Corresponds to the JSON property `phoneNumber`
1995
+ # @return [String]
1996
+ attr_accessor :phone_number
1997
+
1998
+ def initialize(**args)
1999
+ update!(**args)
2000
+ end
2001
+
2002
+ # Update properties of this object
2003
+ def update!(**args)
2004
+ @phone_number = args[:phone_number] if args.key?(:phone_number)
2005
+ end
2006
+ end
2007
+
1973
2008
  # The text response message.
1974
2009
  class GoogleCloudDialogflowCxV3ResponseMessageText
1975
2010
  include Google::Apis::Core::Hashable
@@ -4233,6 +4268,12 @@ module Google
4233
4268
  # @return [String]
4234
4269
  attr_accessor :current_page
4235
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
+
4236
4277
  # Represents form information.
4237
4278
  # Corresponds to the JSON property `formInfo`
4238
4279
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo]
@@ -4245,6 +4286,7 @@ module Google
4245
4286
  # Update properties of this object
4246
4287
  def update!(**args)
4247
4288
  @current_page = args[:current_page] if args.key?(:current_page)
4289
+ @display_name = args[:display_name] if args.key?(:display_name)
4248
4290
  @form_info = args[:form_info] if args.key?(:form_info)
4249
4291
  end
4250
4292
  end
@@ -4467,6 +4509,12 @@ module Google
4467
4509
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio]
4468
4510
  attr_accessor :play_audio
4469
4511
 
4512
+ # Represents the signal that telles the client to transfer the phone call
4513
+ # connected to the agent to a third-party endpoint.
4514
+ # Corresponds to the JSON property `telephonyTransferCall`
4515
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall]
4516
+ attr_accessor :telephony_transfer_call
4517
+
4470
4518
  # The text response message.
4471
4519
  # Corresponds to the JSON property `text`
4472
4520
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageText]
@@ -4485,6 +4533,7 @@ module Google
4485
4533
  @output_audio_text = args[:output_audio_text] if args.key?(:output_audio_text)
4486
4534
  @payload = args[:payload] if args.key?(:payload)
4487
4535
  @play_audio = args[:play_audio] if args.key?(:play_audio)
4536
+ @telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
4488
4537
  @text = args[:text] if args.key?(:text)
4489
4538
  end
4490
4539
  end
@@ -4677,6 +4726,27 @@ module Google
4677
4726
  end
4678
4727
  end
4679
4728
 
4729
+ # Represents the signal that telles the client to transfer the phone call
4730
+ # connected to the agent to a third-party endpoint.
4731
+ class GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
4732
+ include Google::Apis::Core::Hashable
4733
+
4734
+ # Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/
4735
+ # wiki/E.164).
4736
+ # Corresponds to the JSON property `phoneNumber`
4737
+ # @return [String]
4738
+ attr_accessor :phone_number
4739
+
4740
+ def initialize(**args)
4741
+ update!(**args)
4742
+ end
4743
+
4744
+ # Update properties of this object
4745
+ def update!(**args)
4746
+ @phone_number = args[:phone_number] if args.key?(:phone_number)
4747
+ end
4748
+ end
4749
+
4680
4750
  # The text response message.
4681
4751
  class GoogleCloudDialogflowCxV3beta1ResponseMessageText
4682
4752
  include Google::Apis::Core::Hashable
@@ -5922,6 +5992,25 @@ module Google
5922
5992
  end
5923
5993
  end
5924
5994
 
5995
+ # Response message for Documents.ImportDocuments.
5996
+ class GoogleCloudDialogflowV2ImportDocumentsResponse
5997
+ include Google::Apis::Core::Hashable
5998
+
5999
+ # Includes details about skipped documents or any other warnings.
6000
+ # Corresponds to the JSON property `warnings`
6001
+ # @return [Array<Google::Apis::DialogflowV2beta1::GoogleRpcStatus>]
6002
+ attr_accessor :warnings
6003
+
6004
+ def initialize(**args)
6005
+ update!(**args)
6006
+ end
6007
+
6008
+ # Update properties of this object
6009
+ def update!(**args)
6010
+ @warnings = args[:warnings] if args.key?(:warnings)
6011
+ end
6012
+ end
6013
+
5925
6014
  # An intent categorizes an end-user's intention for one conversation turn. For
5926
6015
  # each agent, you define many intents, where your combined intents can handle a
5927
6016
  # complete conversation. When an end-user writes or says something, referred to
@@ -7177,6 +7266,11 @@ module Google
7177
7266
  class GoogleCloudDialogflowV2KnowledgeOperationMetadata
7178
7267
  include Google::Apis::Core::Hashable
7179
7268
 
7269
+ # The name of the knowledge base interacted with during the operation.
7270
+ # Corresponds to the JSON property `knowledgeBase`
7271
+ # @return [String]
7272
+ attr_accessor :knowledge_base
7273
+
7180
7274
  # Output only. The current state of this operation.
7181
7275
  # Corresponds to the JSON property `state`
7182
7276
  # @return [String]
@@ -7188,6 +7282,7 @@ module Google
7188
7282
 
7189
7283
  # Update properties of this object
7190
7284
  def update!(**args)
7285
+ @knowledge_base = args[:knowledge_base] if args.key?(:knowledge_base)
7191
7286
  @state = args[:state] if args.key?(:state)
7192
7287
  end
7193
7288
  end
@@ -7201,7 +7296,7 @@ module Google
7201
7296
  # @return [String]
7202
7297
  attr_accessor :content
7203
7298
 
7204
- # Output only. The time when the message was created.
7299
+ # Output only. The time when the message was created in Contact Center AI.
7205
7300
  # Corresponds to the JSON property `createTime`
7206
7301
  # @return [String]
7207
7302
  attr_accessor :create_time
@@ -7217,7 +7312,7 @@ module Google
7217
7312
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2MessageAnnotation]
7218
7313
  attr_accessor :message_annotation
7219
7314
 
7220
- # The unique identifier of the message. Format: `projects//locations//
7315
+ # Optional. The unique identifier of the message. Format: `projects//locations//
7221
7316
  # conversations//messages/`.
7222
7317
  # Corresponds to the JSON property `name`
7223
7318
  # @return [String]
@@ -7233,6 +7328,23 @@ module Google
7233
7328
  # @return [String]
7234
7329
  attr_accessor :participant_role
7235
7330
 
7331
+ # Optional. The time when the message was sent.
7332
+ # Corresponds to the JSON property `sendTime`
7333
+ # @return [String]
7334
+ attr_accessor :send_time
7335
+
7336
+ # The result of sentiment analysis. Sentiment analysis inspects user input and
7337
+ # identifies the prevailing subjective opinion, especially to determine a user's
7338
+ # attitude as positive, negative, or neutral. For Participants.DetectIntent, it
7339
+ # needs to be configured in DetectIntentRequest.query_params. For Participants.
7340
+ # StreamingDetectIntent, it needs to be configured in
7341
+ # StreamingDetectIntentRequest.query_params. And for Participants.AnalyzeContent
7342
+ # and Participants.StreamingAnalyzeContent, it needs to be configured in
7343
+ # ConversationProfile.human_agent_assistant_config
7344
+ # Corresponds to the JSON property `sentimentAnalysis`
7345
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SentimentAnalysisResult]
7346
+ attr_accessor :sentiment_analysis
7347
+
7236
7348
  def initialize(**args)
7237
7349
  update!(**args)
7238
7350
  end
@@ -7246,6 +7358,8 @@ module Google
7246
7358
  @name = args[:name] if args.key?(:name)
7247
7359
  @participant = args[:participant] if args.key?(:participant)
7248
7360
  @participant_role = args[:participant_role] if args.key?(:participant_role)
7361
+ @send_time = args[:send_time] if args.key?(:send_time)
7362
+ @sentiment_analysis = args[:sentiment_analysis] if args.key?(:sentiment_analysis)
7249
7363
  end
7250
7364
  end
7251
7365
 
@@ -7576,6 +7690,40 @@ module Google
7576
7690
  end
7577
7691
  end
7578
7692
 
7693
+ # Represents a smart reply answer.
7694
+ class GoogleCloudDialogflowV2SmartReplyAnswer
7695
+ include Google::Apis::Core::Hashable
7696
+
7697
+ # The name of answer record, in the format of "projects//locations//
7698
+ # answerRecords/"
7699
+ # Corresponds to the JSON property `answerRecord`
7700
+ # @return [String]
7701
+ attr_accessor :answer_record
7702
+
7703
+ # Smart reply confidence. The system's confidence score that this reply is a
7704
+ # good match for this conversation, as a value from 0.0 (completely uncertain)
7705
+ # to 1.0 (completely certain).
7706
+ # Corresponds to the JSON property `confidence`
7707
+ # @return [Float]
7708
+ attr_accessor :confidence
7709
+
7710
+ # The content of the reply.
7711
+ # Corresponds to the JSON property `reply`
7712
+ # @return [String]
7713
+ attr_accessor :reply
7714
+
7715
+ def initialize(**args)
7716
+ update!(**args)
7717
+ end
7718
+
7719
+ # Update properties of this object
7720
+ def update!(**args)
7721
+ @answer_record = args[:answer_record] if args.key?(:answer_record)
7722
+ @confidence = args[:confidence] if args.key?(:confidence)
7723
+ @reply = args[:reply] if args.key?(:reply)
7724
+ end
7725
+ end
7726
+
7579
7727
  # The response message for Participants.SuggestArticles.
7580
7728
  class GoogleCloudDialogflowV2SuggestArticlesResponse
7581
7729
  include Google::Apis::Core::Hashable
@@ -7644,6 +7792,42 @@ module Google
7644
7792
  end
7645
7793
  end
7646
7794
 
7795
+ # The response message for Participants.SuggestSmartReplies.
7796
+ class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
7797
+ include Google::Apis::Core::Hashable
7798
+
7799
+ # Number of messages prior to and including latest_message to compile the
7800
+ # suggestion. It may be smaller than the SuggestSmartRepliesRequest.context_size
7801
+ # field in the request if there aren't that many messages in the conversation.
7802
+ # Corresponds to the JSON property `contextSize`
7803
+ # @return [Fixnum]
7804
+ attr_accessor :context_size
7805
+
7806
+ # The name of the latest conversation message used to compile suggestion for.
7807
+ # Format: `projects//locations//conversations//messages/`.
7808
+ # Corresponds to the JSON property `latestMessage`
7809
+ # @return [String]
7810
+ attr_accessor :latest_message
7811
+
7812
+ # Output only. Multiple reply options provided by smart reply service. The order
7813
+ # is based on the rank of the model prediction. The maximum number of the
7814
+ # returned replies is set in SmartReplyConfig.
7815
+ # Corresponds to the JSON property `smartReplyAnswers`
7816
+ # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyAnswer>]
7817
+ attr_accessor :smart_reply_answers
7818
+
7819
+ def initialize(**args)
7820
+ update!(**args)
7821
+ end
7822
+
7823
+ # Update properties of this object
7824
+ def update!(**args)
7825
+ @context_size = args[:context_size] if args.key?(:context_size)
7826
+ @latest_message = args[:latest_message] if args.key?(:latest_message)
7827
+ @smart_reply_answers = args[:smart_reply_answers] if args.key?(:smart_reply_answers)
7828
+ end
7829
+ end
7830
+
7647
7831
  # One response of different type of suggestion response which is used in the
7648
7832
  # response of Participants.AnalyzeContent and Participants.AnalyzeContent, as
7649
7833
  # well as HumanAgentAssistantEvent.
@@ -7670,6 +7854,11 @@ module Google
7670
7854
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse]
7671
7855
  attr_accessor :suggest_faq_answers_response
7672
7856
 
7857
+ # The response message for Participants.SuggestSmartReplies.
7858
+ # Corresponds to the JSON property `suggestSmartRepliesResponse`
7859
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse]
7860
+ attr_accessor :suggest_smart_replies_response
7861
+
7673
7862
  def initialize(**args)
7674
7863
  update!(**args)
7675
7864
  end
@@ -7679,6 +7868,7 @@ module Google
7679
7868
  @error = args[:error] if args.key?(:error)
7680
7869
  @suggest_articles_response = args[:suggest_articles_response] if args.key?(:suggest_articles_response)
7681
7870
  @suggest_faq_answers_response = args[:suggest_faq_answers_response] if args.key?(:suggest_faq_answers_response)
7871
+ @suggest_smart_replies_response = args[:suggest_smart_replies_response] if args.key?(:suggest_smart_replies_response)
7682
7872
  end
7683
7873
  end
7684
7874
 
@@ -8024,6 +8214,11 @@ module Google
8024
8214
  class GoogleCloudDialogflowV2beta1AnalyzeContentRequest
8025
8215
  include Google::Apis::Core::Hashable
8026
8216
 
8217
+ # Represents the parameters of human assist query.
8218
+ # Corresponds to the JSON property `assistQueryParams`
8219
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters]
8220
+ attr_accessor :assist_query_params
8221
+
8027
8222
  # Events allow for matching intents by event name instead of the natural
8028
8223
  # language input. For instance, input `` can trigger a personalized welcome
8029
8224
  # response. The parameter `name` may be used by the agent in the response: `"
@@ -8075,6 +8270,7 @@ module Google
8075
8270
 
8076
8271
  # Update properties of this object
8077
8272
  def update!(**args)
8273
+ @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
8078
8274
  @event_input = args[:event_input] if args.key?(:event_input)
8079
8275
  @message_send_time = args[:message_send_time] if args.key?(:message_send_time)
8080
8276
  @query_params = args[:query_params] if args.key?(:query_params)
@@ -8325,6 +8521,31 @@ module Google
8325
8521
  end
8326
8522
  end
8327
8523
 
8524
+ # Represents the parameters of human assist query.
8525
+ class GoogleCloudDialogflowV2beta1AssistQueryParameters
8526
+ include Google::Apis::Core::Hashable
8527
+
8528
+ # Key-value filters on the metadata of documents returned by article suggestion.
8529
+ # If specified, article suggestion only returns suggested documents that match
8530
+ # all filters in their Document.metadata. Multiple values for a metadata key
8531
+ # should be concatenated by comma. For example, filters to match all documents
8532
+ # that have 'US' or 'CA' in their market metadata values and 'agent' in their
8533
+ # user metadata values will be ``` documents_metadata_filters ` key: "market"
8534
+ # value: "US,CA" ` documents_metadata_filters ` key: "user" value: "agent" ` ```
8535
+ # Corresponds to the JSON property `documentsMetadataFilters`
8536
+ # @return [Hash<String,String>]
8537
+ attr_accessor :documents_metadata_filters
8538
+
8539
+ def initialize(**args)
8540
+ update!(**args)
8541
+ end
8542
+
8543
+ # Update properties of this object
8544
+ def update!(**args)
8545
+ @documents_metadata_filters = args[:documents_metadata_filters] if args.key?(:documents_metadata_filters)
8546
+ end
8547
+ end
8548
+
8328
8549
  # Defines the Automated Agent to connect to a conversation.
8329
8550
  class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
8330
8551
  include Google::Apis::Core::Hashable
@@ -10038,6 +10259,26 @@ module Google
10038
10259
  end
10039
10260
  end
10040
10261
 
10262
+ # Config to process conversation.
10263
+ class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
10264
+ include Google::Apis::Core::Hashable
10265
+
10266
+ # Number of recent non-small-talk sentences to use as context for article and
10267
+ # FAQ suggestion
10268
+ # Corresponds to the JSON property `recentSentencesCount`
10269
+ # @return [Fixnum]
10270
+ attr_accessor :recent_sentences_count
10271
+
10272
+ def initialize(**args)
10273
+ update!(**args)
10274
+ end
10275
+
10276
+ # Update properties of this object
10277
+ def update!(**args)
10278
+ @recent_sentences_count = args[:recent_sentences_count] if args.key?(:recent_sentences_count)
10279
+ end
10280
+ end
10281
+
10041
10282
  # Configuration for analyses to run on each conversation message.
10042
10283
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
10043
10284
  include Google::Apis::Core::Hashable
@@ -10124,6 +10365,11 @@ module Google
10124
10365
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig]
10125
10366
  attr_accessor :conversation_model_config
10126
10367
 
10368
+ # Config to process conversation.
10369
+ # Corresponds to the JSON property `conversationProcessConfig`
10370
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig]
10371
+ attr_accessor :conversation_process_config
10372
+
10127
10373
  # Automatically iterates all participants and tries to compile suggestions.
10128
10374
  # Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
10129
10375
  # Corresponds to the JSON property `enableEventBasedSuggestion`
@@ -10155,6 +10401,7 @@ module Google
10155
10401
  # Update properties of this object
10156
10402
  def update!(**args)
10157
10403
  @conversation_model_config = args[:conversation_model_config] if args.key?(:conversation_model_config)
10404
+ @conversation_process_config = args[:conversation_process_config] if args.key?(:conversation_process_config)
10158
10405
  @enable_event_based_suggestion = args[:enable_event_based_suggestion] if args.key?(:enable_event_based_suggestion)
10159
10406
  @query_config = args[:query_config] if args.key?(:query_config)
10160
10407
  @suggestion_feature = args[:suggestion_feature] if args.key?(:suggestion_feature)
@@ -12555,6 +12802,11 @@ module Google
12555
12802
  class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
12556
12803
  include Google::Apis::Core::Hashable
12557
12804
 
12805
+ # The name of the knowledge base interacted with during the operation.
12806
+ # Corresponds to the JSON property `knowledgeBase`
12807
+ # @return [String]
12808
+ attr_accessor :knowledge_base
12809
+
12558
12810
  # Required. Output only. The current state of this operation.
12559
12811
  # Corresponds to the JSON property `state`
12560
12812
  # @return [String]
@@ -12566,6 +12818,7 @@ module Google
12566
12818
 
12567
12819
  # Update properties of this object
12568
12820
  def update!(**args)
12821
+ @knowledge_base = args[:knowledge_base] if args.key?(:knowledge_base)
12569
12822
  @state = args[:state] if args.key?(:state)
12570
12823
  end
12571
12824
  end
@@ -13213,6 +13466,18 @@ module Google
13213
13466
  class GoogleCloudDialogflowV2beta1Participant
13214
13467
  include Google::Apis::Core::Hashable
13215
13468
 
13469
+ # Optional. Key-value filters on the metadata of documents returned by article
13470
+ # suggestion. If specified, article suggestion only returns suggested documents
13471
+ # that match all filters in their Document.metadata. Multiple values for a
13472
+ # metadata key should be concatenated by comma. For example, filters to match
13473
+ # all documents that have 'US' or 'CA' in their market metadata values and '
13474
+ # agent' in their user metadata values will be ``` documents_metadata_filters `
13475
+ # key: "market" value: "US,CA" ` documents_metadata_filters ` key: "user" value:
13476
+ # "agent" ` ```
13477
+ # Corresponds to the JSON property `documentsMetadataFilters`
13478
+ # @return [Hash<String,String>]
13479
+ attr_accessor :documents_metadata_filters
13480
+
13216
13481
  # Optional. The unique identifier of this participant. Format: `projects//
13217
13482
  # locations//conversations//participants/`.
13218
13483
  # Corresponds to the JSON property `name`
@@ -13249,6 +13514,7 @@ module Google
13249
13514
 
13250
13515
  # Update properties of this object
13251
13516
  def update!(**args)
13517
+ @documents_metadata_filters = args[:documents_metadata_filters] if args.key?(:documents_metadata_filters)
13252
13518
  @name = args[:name] if args.key?(:name)
13253
13519
  @obfuscated_external_user_id = args[:obfuscated_external_user_id] if args.key?(:obfuscated_external_user_id)
13254
13520
  @role = args[:role] if args.key?(:role)
@@ -13974,10 +14240,11 @@ module Google
13974
14240
  class GoogleCloudDialogflowV2beta1SpeechToTextConfig
13975
14241
  include Google::Apis::Core::Hashable
13976
14242
 
13977
- # Optional. The speech model used in speech to text. `
13978
- # SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as `
13979
- # USE_ENHANCED`. It can be overridden in AnalyzeContentRequest and
13980
- # StreamingAnalyzeContentRequest request.
14243
+ # The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `
14244
+ # USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in
14245
+ # AnalyzeContentRequest and StreamingAnalyzeContentRequest request. If enhanced
14246
+ # model variant is specified and an enhanced version of the specified model for
14247
+ # the language does not exist, then it would emit an error.
13981
14248
  # Corresponds to the JSON property `speechModelVariant`
13982
14249
  # @return [String]
13983
14250
  attr_accessor :speech_model_variant
@@ -14024,6 +14291,11 @@ module Google
14024
14291
  class GoogleCloudDialogflowV2beta1SuggestArticlesRequest
14025
14292
  include Google::Apis::Core::Hashable
14026
14293
 
14294
+ # Represents the parameters of human assist query.
14295
+ # Corresponds to the JSON property `assistQueryParams`
14296
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters]
14297
+ attr_accessor :assist_query_params
14298
+
14027
14299
  # Optional. Max number of messages prior to and including latest_message to use
14028
14300
  # as context when compiling the suggestion. By default 20 and at most 50.
14029
14301
  # Corresponds to the JSON property `contextSize`
@@ -14043,6 +14315,7 @@ module Google
14043
14315
 
14044
14316
  # Update properties of this object
14045
14317
  def update!(**args)
14318
+ @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
14046
14319
  @context_size = args[:context_size] if args.key?(:context_size)
14047
14320
  @latest_message = args[:latest_message] if args.key?(:latest_message)
14048
14321
  end
@@ -14086,6 +14359,11 @@ module Google
14086
14359
  class GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
14087
14360
  include Google::Apis::Core::Hashable
14088
14361
 
14362
+ # Represents the parameters of human assist query.
14363
+ # Corresponds to the JSON property `assistQueryParams`
14364
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters]
14365
+ attr_accessor :assist_query_params
14366
+
14089
14367
  # Optional. Max number of messages prior to and including [latest_message] to
14090
14368
  # use as context when compiling the suggestion. By default 20 and at most 50.
14091
14369
  # Corresponds to the JSON property `contextSize`
@@ -14105,6 +14383,7 @@ module Google
14105
14383
 
14106
14384
  # Update properties of this object
14107
14385
  def update!(**args)
14386
+ @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
14108
14387
  @context_size = args[:context_size] if args.key?(:context_size)
14109
14388
  @latest_message = args[:latest_message] if args.key?(:latest_message)
14110
14389
  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.23.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211022"
25
+ REVISION = "20220119"
26
26
  end
27
27
  end
28
28
  end
@@ -358,6 +358,12 @@ module Google
358
358
  include Google::Apis::Core::JsonObjectSupport
359
359
  end
360
360
 
361
+ class GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
361
367
  class GoogleCloudDialogflowCxV3ResponseMessageText
362
368
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
369
 
@@ -826,6 +832,12 @@ module Google
826
832
  include Google::Apis::Core::JsonObjectSupport
827
833
  end
828
834
 
835
+ class GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
829
841
  class GoogleCloudDialogflowCxV3beta1ResponseMessageText
830
842
  class Representation < Google::Apis::Core::JsonRepresentation; end
831
843
 
@@ -1030,6 +1042,12 @@ module Google
1030
1042
  include Google::Apis::Core::JsonObjectSupport
1031
1043
  end
1032
1044
 
1045
+ class GoogleCloudDialogflowV2ImportDocumentsResponse
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1033
1051
  class GoogleCloudDialogflowV2Intent
1034
1052
  class Representation < Google::Apis::Core::JsonRepresentation; end
1035
1053
 
@@ -1276,6 +1294,12 @@ module Google
1276
1294
  include Google::Apis::Core::JsonObjectSupport
1277
1295
  end
1278
1296
 
1297
+ class GoogleCloudDialogflowV2SmartReplyAnswer
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1279
1303
  class GoogleCloudDialogflowV2SuggestArticlesResponse
1280
1304
  class Representation < Google::Apis::Core::JsonRepresentation; end
1281
1305
 
@@ -1288,6 +1312,12 @@ module Google
1288
1312
  include Google::Apis::Core::JsonObjectSupport
1289
1313
  end
1290
1314
 
1315
+ class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
1316
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1317
+
1318
+ include Google::Apis::Core::JsonObjectSupport
1319
+ end
1320
+
1291
1321
  class GoogleCloudDialogflowV2SuggestionResult
1292
1322
  class Representation < Google::Apis::Core::JsonRepresentation; end
1293
1323
 
@@ -1366,6 +1396,12 @@ module Google
1366
1396
  include Google::Apis::Core::JsonObjectSupport
1367
1397
  end
1368
1398
 
1399
+ class GoogleCloudDialogflowV2beta1AssistQueryParameters
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1401
+
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1404
+
1369
1405
  class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
1370
1406
  class Representation < Google::Apis::Core::JsonRepresentation; end
1371
1407
 
@@ -1630,6 +1666,12 @@ module Google
1630
1666
  include Google::Apis::Core::JsonObjectSupport
1631
1667
  end
1632
1668
 
1669
+ class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
1670
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1671
+
1672
+ include Google::Apis::Core::JsonObjectSupport
1673
+ end
1674
+
1633
1675
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
1634
1676
  class Representation < Google::Apis::Core::JsonRepresentation; end
1635
1677
 
@@ -2925,6 +2967,7 @@ module Google
2925
2967
  # @private
2926
2968
  class Representation < Google::Apis::Core::JsonRepresentation
2927
2969
  property :current_page, as: 'currentPage'
2970
+ property :display_name, as: 'displayName'
2928
2971
  property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfoFormInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfoFormInfo::Representation
2929
2972
 
2930
2973
  end
@@ -2990,6 +3033,8 @@ module Google
2990
3033
  hash :payload, as: 'payload'
2991
3034
  property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
2992
3035
 
3036
+ property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
3037
+
2993
3038
  property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
2994
3039
 
2995
3040
  end
@@ -3049,6 +3094,13 @@ module Google
3049
3094
  end
3050
3095
  end
3051
3096
 
3097
+ class GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
3098
+ # @private
3099
+ class Representation < Google::Apis::Core::JsonRepresentation
3100
+ property :phone_number, as: 'phoneNumber'
3101
+ end
3102
+ end
3103
+
3052
3104
  class GoogleCloudDialogflowCxV3ResponseMessageText
3053
3105
  # @private
3054
3106
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3684,6 +3736,7 @@ module Google
3684
3736
  # @private
3685
3737
  class Representation < Google::Apis::Core::JsonRepresentation
3686
3738
  property :current_page, as: 'currentPage'
3739
+ property :display_name, as: 'displayName'
3687
3740
  property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo::Representation
3688
3741
 
3689
3742
  end
@@ -3749,6 +3802,8 @@ module Google
3749
3802
  hash :payload, as: 'payload'
3750
3803
  property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio::Representation
3751
3804
 
3805
+ property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall::Representation
3806
+
3752
3807
  property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageText, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageText::Representation
3753
3808
 
3754
3809
  end
@@ -3808,6 +3863,13 @@ module Google
3808
3863
  end
3809
3864
  end
3810
3865
 
3866
+ class GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
3867
+ # @private
3868
+ class Representation < Google::Apis::Core::JsonRepresentation
3869
+ property :phone_number, as: 'phoneNumber'
3870
+ end
3871
+ end
3872
+
3811
3873
  class GoogleCloudDialogflowCxV3beta1ResponseMessageText
3812
3874
  # @private
3813
3875
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4148,6 +4210,14 @@ module Google
4148
4210
  end
4149
4211
  end
4150
4212
 
4213
+ class GoogleCloudDialogflowV2ImportDocumentsResponse
4214
+ # @private
4215
+ class Representation < Google::Apis::Core::JsonRepresentation
4216
+ collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
4217
+
4218
+ end
4219
+ end
4220
+
4151
4221
  class GoogleCloudDialogflowV2Intent
4152
4222
  # @private
4153
4223
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4512,6 +4582,7 @@ module Google
4512
4582
  class GoogleCloudDialogflowV2KnowledgeOperationMetadata
4513
4583
  # @private
4514
4584
  class Representation < Google::Apis::Core::JsonRepresentation
4585
+ property :knowledge_base, as: 'knowledgeBase'
4515
4586
  property :state, as: 'state'
4516
4587
  end
4517
4588
  end
@@ -4527,6 +4598,9 @@ module Google
4527
4598
  property :name, as: 'name'
4528
4599
  property :participant, as: 'participant'
4529
4600
  property :participant_role, as: 'participantRole'
4601
+ property :send_time, as: 'sendTime'
4602
+ property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SentimentAnalysisResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SentimentAnalysisResult::Representation
4603
+
4530
4604
  end
4531
4605
  end
4532
4606
 
@@ -4600,6 +4674,15 @@ module Google
4600
4674
  end
4601
4675
  end
4602
4676
 
4677
+ class GoogleCloudDialogflowV2SmartReplyAnswer
4678
+ # @private
4679
+ class Representation < Google::Apis::Core::JsonRepresentation
4680
+ property :answer_record, as: 'answerRecord'
4681
+ property :confidence, as: 'confidence'
4682
+ property :reply, as: 'reply'
4683
+ end
4684
+ end
4685
+
4603
4686
  class GoogleCloudDialogflowV2SuggestArticlesResponse
4604
4687
  # @private
4605
4688
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4620,6 +4703,16 @@ module Google
4620
4703
  end
4621
4704
  end
4622
4705
 
4706
+ class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
4707
+ # @private
4708
+ class Representation < Google::Apis::Core::JsonRepresentation
4709
+ property :context_size, as: 'contextSize'
4710
+ property :latest_message, as: 'latestMessage'
4711
+ collection :smart_reply_answers, as: 'smartReplyAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyAnswer::Representation
4712
+
4713
+ end
4714
+ end
4715
+
4623
4716
  class GoogleCloudDialogflowV2SuggestionResult
4624
4717
  # @private
4625
4718
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4629,6 +4722,8 @@ module Google
4629
4722
 
4630
4723
  property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
4631
4724
 
4725
+ property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestSmartRepliesResponse::Representation
4726
+
4632
4727
  end
4633
4728
  end
4634
4729
 
@@ -4712,6 +4807,8 @@ module Google
4712
4807
  class GoogleCloudDialogflowV2beta1AnalyzeContentRequest
4713
4808
  # @private
4714
4809
  class Representation < Google::Apis::Core::JsonRepresentation
4810
+ property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters::Representation
4811
+
4715
4812
  property :event_input, as: 'eventInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
4716
4813
 
4717
4814
  property :message_send_time, as: 'messageSendTime'
@@ -4788,6 +4885,13 @@ module Google
4788
4885
  end
4789
4886
  end
4790
4887
 
4888
+ class GoogleCloudDialogflowV2beta1AssistQueryParameters
4889
+ # @private
4890
+ class Representation < Google::Apis::Core::JsonRepresentation
4891
+ hash :documents_metadata_filters, as: 'documentsMetadataFilters'
4892
+ end
4893
+ end
4894
+
4791
4895
  class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
4792
4896
  # @private
4793
4897
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5239,6 +5343,13 @@ module Google
5239
5343
  end
5240
5344
  end
5241
5345
 
5346
+ class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
5347
+ # @private
5348
+ class Representation < Google::Apis::Core::JsonRepresentation
5349
+ property :recent_sentences_count, as: 'recentSentencesCount'
5350
+ end
5351
+ end
5352
+
5242
5353
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
5243
5354
  # @private
5244
5355
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5261,6 +5372,8 @@ module Google
5261
5372
  class Representation < Google::Apis::Core::JsonRepresentation
5262
5373
  property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig::Representation
5263
5374
 
5375
+ property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig::Representation
5376
+
5264
5377
  property :enable_event_based_suggestion, as: 'enableEventBasedSuggestion'
5265
5378
  property :query_config, as: 'queryConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig::Representation
5266
5379
 
@@ -5951,6 +6064,7 @@ module Google
5951
6064
  class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
5952
6065
  # @private
5953
6066
  class Representation < Google::Apis::Core::JsonRepresentation
6067
+ property :knowledge_base, as: 'knowledgeBase'
5954
6068
  property :state, as: 'state'
5955
6069
  end
5956
6070
  end
@@ -6153,6 +6267,7 @@ module Google
6153
6267
  class GoogleCloudDialogflowV2beta1Participant
6154
6268
  # @private
6155
6269
  class Representation < Google::Apis::Core::JsonRepresentation
6270
+ hash :documents_metadata_filters, as: 'documentsMetadataFilters'
6156
6271
  property :name, as: 'name'
6157
6272
  property :obfuscated_external_user_id, as: 'obfuscatedExternalUserId'
6158
6273
  property :role, as: 'role'
@@ -6359,6 +6474,8 @@ module Google
6359
6474
  class GoogleCloudDialogflowV2beta1SuggestArticlesRequest
6360
6475
  # @private
6361
6476
  class Representation < Google::Apis::Core::JsonRepresentation
6477
+ property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters::Representation
6478
+
6362
6479
  property :context_size, as: 'contextSize'
6363
6480
  property :latest_message, as: 'latestMessage'
6364
6481
  end
@@ -6377,6 +6494,8 @@ module Google
6377
6494
  class GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
6378
6495
  # @private
6379
6496
  class Representation < Google::Apis::Core::JsonRepresentation
6497
+ property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters::Representation
6498
+
6380
6499
  property :context_size, as: 'contextSize'
6381
6500
  property :latest_message, as: 'latestMessage'
6382
6501
  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.23.0
4
+ version: 0.27.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: 2021-11-01 00:00:00.000000000 Z
11
+ date: 2022-01-24 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.27.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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V2beta1