google-apis-dialogflow_v2beta1 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: 663e672ba10abd7a014b49d57e29ff19134ac55b3764a54582e4f1f7686b38e8
4
- data.tar.gz: c0f6041205c314c745beb73604f28ed6c0378dcbc471c45966065d589fdbe1ae
3
+ metadata.gz: 7c48304084bbf56e046a01897e013d53d1917b9b34cd25ab0923e1d713ea75c0
4
+ data.tar.gz: 369ebc4537789eaf04e4d4c10883989e5e8cc68aa3469d2f354087f63f214218
5
5
  SHA512:
6
- metadata.gz: 13ddb698c16299915da34e47573e640052fcd5672aa8219c49a3712c17d42636af54762bceea92ffb077edc39e711be810a51e0bda5ca20f02233512f519deda
7
- data.tar.gz: 3312809f886507805557eb5dc67189dbef99d5ea2ea843251e39daebd7719dee6d3479533e16ff2da0afdcac7539e7df83b6a33e88b8cda39289d27cb59cca7f
6
+ metadata.gz: 134328cd5828aa14f44f39ea9ca7c3da8bb3ba0137b4151074ff2942f2b2cf55a82702178afdc467055d3607de3a50b472595c7e5b5930fc862825d19adaa9e9
7
+ data.tar.gz: bbf5fe1ca4c829d4f46f57078ca35f392d996658bdb5e53f0f4b0e9ff5c7b2832fd39614e1e2a9f68b15c1f3b0682703b9b8e25a44e451b4c66104828e404eb4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.62.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230626
6
+
7
+ ### v0.61.0 (2023-06-25)
8
+
9
+ * Regenerated from discovery document revision 20230621
10
+
3
11
  ### v0.60.0 (2023-06-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20230614
@@ -9812,6 +9812,13 @@ module Google
9812
9812
  # @return [String]
9813
9813
  attr_accessor :agent
9814
9814
 
9815
+ # Optional. Sets Dialogflow CX session life time. By default, a Dialogflow CX
9816
+ # session remains active and its data is stored for 30 minutes after the last
9817
+ # request is sent for the session. This value should be no longer than 1 day.
9818
+ # Corresponds to the JSON property `sessionTtl`
9819
+ # @return [String]
9820
+ attr_accessor :session_ttl
9821
+
9815
9822
  def initialize(**args)
9816
9823
  update!(**args)
9817
9824
  end
@@ -9819,6 +9826,7 @@ module Google
9819
9826
  # Update properties of this object
9820
9827
  def update!(**args)
9821
9828
  @agent = args[:agent] if args.key?(:agent)
9829
+ @session_ttl = args[:session_ttl] if args.key?(:session_ttl)
9822
9830
  end
9823
9831
  end
9824
9832
 
@@ -11960,7 +11968,8 @@ module Google
11960
11968
  attr_accessor :conversation_process_config
11961
11969
 
11962
11970
  # Automatically iterates all participants and tries to compile suggestions.
11963
- # Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
11971
+ # Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST,
11972
+ # ENTITY_EXTRACTION.
11964
11973
  # Corresponds to the JSON property `enableEventBasedSuggestion`
11965
11974
  # @return [Boolean]
11966
11975
  attr_accessor :enable_event_based_suggestion
@@ -12023,7 +12032,8 @@ module Google
12023
12032
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings]
12024
12033
  attr_accessor :context_filter_settings
12025
12034
 
12026
- # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.
12035
+ # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST,
12036
+ # ENTITY_EXTRACTION.
12027
12037
  # Corresponds to the JSON property `dialogflowQuerySource`
12028
12038
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource]
12029
12039
  attr_accessor :dialogflow_query_source
@@ -12095,7 +12105,8 @@ module Google
12095
12105
  end
12096
12106
  end
12097
12107
 
12098
- # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.
12108
+ # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST,
12109
+ # ENTITY_EXTRACTION.
12099
12110
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
12100
12111
  include Google::Apis::Core::Hashable
12101
12112
 
@@ -16227,6 +16238,11 @@ module Google
16227
16238
  class GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest
16228
16239
  include Google::Apis::Core::Hashable
16229
16240
 
16241
+ # Represents the parameters of human assist query.
16242
+ # Corresponds to the JSON property `assistQueryParams`
16243
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters]
16244
+ attr_accessor :assist_query_params
16245
+
16230
16246
  # Max number of messages prior to and including [latest_message] to use as
16231
16247
  # context when compiling the suggestion. By default 500 and at most 1000.
16232
16248
  # Corresponds to the JSON property `contextSize`
@@ -16246,6 +16262,7 @@ module Google
16246
16262
 
16247
16263
  # Update properties of this object
16248
16264
  def update!(**args)
16265
+ @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
16249
16266
  @context_size = args[:context_size] if args.key?(:context_size)
16250
16267
  @latest_message = args[:latest_message] if args.key?(:latest_message)
16251
16268
  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.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 = "20230614"
25
+ REVISION = "20230626"
26
26
  end
27
27
  end
28
28
  end
@@ -5536,6 +5536,7 @@ module Google
5536
5536
  # @private
5537
5537
  class Representation < Google::Apis::Core::JsonRepresentation
5538
5538
  property :agent, as: 'agent'
5539
+ property :session_ttl, as: 'sessionTtl'
5539
5540
  end
5540
5541
  end
5541
5542
 
@@ -7299,6 +7300,8 @@ module Google
7299
7300
  class GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest
7300
7301
  # @private
7301
7302
  class Representation < Google::Apis::Core::JsonRepresentation
7303
+ property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters::Representation
7304
+
7302
7305
  property :context_size, as: 'contextSize'
7303
7306
  property :latest_message, as: 'latestMessage'
7304
7307
  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.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-18 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.62.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: []