google-apis-dialogflow_v3beta1 0.60.0 → 0.62.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abce74b89956d711d4f8726a044b633c1cd1a3023c207d729822e0863b88feea
4
- data.tar.gz: 384545831d663829902485952c321db250e830fd224c64a0cdc4560a6e396570
3
+ metadata.gz: dfae305aadde84bbce1f2f748bf8c542dce55ee389921d915e704927aec30a94
4
+ data.tar.gz: 69c5d32e237702dd9dfe20da0700e0cf83d510181cc274447af4a190c9079ec5
5
5
  SHA512:
6
- metadata.gz: 906c93ab364ffd08e7c606aeab1c50d8c66c07f70dd98713aa24e1ccd07f037ce91d39534c4a2cd23de20e015b80fcbfc111f49d8ad42fc682e10600caffaf54
7
- data.tar.gz: b7e9c4e04772195d7ec3209ddc892c097b0a671a38df0461569394527edc46614c055c13685efb64829e89997e5c9220dc4ab226d44dad012559147b5716bd30
6
+ metadata.gz: 644101eddf61ffaab3a98441d7a4da01daa89472dabf815a91aa3ed8db7ec18f415a4c35a2c46870fe3a347aa75820a6768d09b6a57c6de6d619531fef429e90
7
+ data.tar.gz: 70255fcf6d1e5b1238bcdc04b0fe27a3022e16d6629c193d32c8d030fe677d53d5e737859b91233138ffcb7b5c9f07f7a0ae1cf10f0199a862ea4c3fd9db212b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.62.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230621
6
+
7
+ ### v0.61.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230614
10
+
3
11
  ### v0.60.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230605
@@ -4794,6 +4794,12 @@ module Google
4794
4794
  # @return [String]
4795
4795
  attr_accessor :environment
4796
4796
 
4797
+ # Optional. Whether to include BigQuery Export setting.
4798
+ # Corresponds to the JSON property `includeBigqueryExportSettings`
4799
+ # @return [Boolean]
4800
+ attr_accessor :include_bigquery_export_settings
4801
+ alias_method :include_bigquery_export_settings?, :include_bigquery_export_settings
4802
+
4797
4803
  def initialize(**args)
4798
4804
  update!(**args)
4799
4805
  end
@@ -4803,6 +4809,7 @@ module Google
4803
4809
  @agent_uri = args[:agent_uri] if args.key?(:agent_uri)
4804
4810
  @data_format = args[:data_format] if args.key?(:data_format)
4805
4811
  @environment = args[:environment] if args.key?(:environment)
4812
+ @include_bigquery_export_settings = args[:include_bigquery_export_settings] if args.key?(:include_bigquery_export_settings)
4806
4813
  end
4807
4814
  end
4808
4815
 
@@ -7135,6 +7142,13 @@ module Google
7135
7142
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionEntityType>]
7136
7143
  attr_accessor :session_entity_types
7137
7144
 
7145
+ # Optional. Sets Dialogflow session life time. By default, a Dialogflow session
7146
+ # remains active and its data is stored for 30 minutes after the last request is
7147
+ # sent for the session. This value should be no longer than 1 day.
7148
+ # Corresponds to the JSON property `sessionTtl`
7149
+ # @return [String]
7150
+ attr_accessor :session_ttl
7151
+
7138
7152
  # The time zone of this conversational query from the [time zone database](https:
7139
7153
  # //www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. If not
7140
7154
  # provided, the time zone specified in the agent is used.
@@ -7169,6 +7183,7 @@ module Google
7169
7183
  @parameters = args[:parameters] if args.key?(:parameters)
7170
7184
  @payload = args[:payload] if args.key?(:payload)
7171
7185
  @session_entity_types = args[:session_entity_types] if args.key?(:session_entity_types)
7186
+ @session_ttl = args[:session_ttl] if args.key?(:session_ttl)
7172
7187
  @time_zone = args[:time_zone] if args.key?(:time_zone)
7173
7188
  @webhook_headers = args[:webhook_headers] if args.key?(:webhook_headers)
7174
7189
  end
@@ -15909,6 +15924,11 @@ module Google
15909
15924
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
15910
15925
  attr_accessor :suggest_dialogflow_assists_response
15911
15926
 
15927
+ # The response message for Participants.SuggestDialogflowAssists.
15928
+ # Corresponds to the JSON property `suggestEntityExtractionResponse`
15929
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
15930
+ attr_accessor :suggest_entity_extraction_response
15931
+
15912
15932
  # The request message for Participants.SuggestFaqAnswers.
15913
15933
  # Corresponds to the JSON property `suggestFaqAnswersResponse`
15914
15934
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse]
@@ -15928,6 +15948,7 @@ module Google
15928
15948
  @error = args[:error] if args.key?(:error)
15929
15949
  @suggest_articles_response = args[:suggest_articles_response] if args.key?(:suggest_articles_response)
15930
15950
  @suggest_dialogflow_assists_response = args[:suggest_dialogflow_assists_response] if args.key?(:suggest_dialogflow_assists_response)
15951
+ @suggest_entity_extraction_response = args[:suggest_entity_extraction_response] if args.key?(:suggest_entity_extraction_response)
15931
15952
  @suggest_faq_answers_response = args[:suggest_faq_answers_response] if args.key?(:suggest_faq_answers_response)
15932
15953
  @suggest_smart_replies_response = args[:suggest_smart_replies_response] if args.key?(:suggest_smart_replies_response)
15933
15954
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230605"
25
+ REVISION = "20230621"
26
26
  end
27
27
  end
28
28
  end
@@ -3989,6 +3989,7 @@ module Google
3989
3989
  property :agent_uri, as: 'agentUri'
3990
3990
  property :data_format, as: 'dataFormat'
3991
3991
  property :environment, as: 'environment'
3992
+ property :include_bigquery_export_settings, as: 'includeBigqueryExportSettings'
3992
3993
  end
3993
3994
  end
3994
3995
 
@@ -4624,6 +4625,7 @@ module Google
4624
4625
  hash :payload, as: 'payload'
4625
4626
  collection :session_entity_types, as: 'sessionEntityTypes', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionEntityType, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionEntityType::Representation
4626
4627
 
4628
+ property :session_ttl, as: 'sessionTtl'
4627
4629
  property :time_zone, as: 'timeZone'
4628
4630
  hash :webhook_headers, as: 'webhookHeaders'
4629
4631
  end
@@ -6998,6 +7000,8 @@ module Google
6998
7000
 
6999
7001
  property :suggest_dialogflow_assists_response, as: 'suggestDialogflowAssistsResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7000
7002
 
7003
+ property :suggest_entity_extraction_response, as: 'suggestEntityExtractionResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7004
+
7001
7005
  property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
7002
7006
 
7003
7007
  property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.62.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: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-25 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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.62.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []