google-apis-dialogflow_v2beta1 0.64.0 → 0.66.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: 2d371e4d94e938778bf4e679753645ae220245f5a2f17aaa5f3c4eefe458afc2
4
- data.tar.gz: 80da83a284cc5d6a0af04279d6741e00ee136e8849dd1ea5bfedb6d4d9105409
3
+ metadata.gz: fa854ed2143b63c7bb377d41919a90573d2a7dbaa7fc7aa0d2c53d5d7d90667b
4
+ data.tar.gz: 446f85ae4939e5be2373a11a5c1043d349837fcca9939c9f85b2333acfc4d524
5
5
  SHA512:
6
- metadata.gz: 83d96e81e0a2ef51acf77be8220b3be115777449b170e0580dc71c2107707e39a6464cf6b9fe354fec10195d2e89359a63a70f45949da9fe87d0dc6807202f5e
7
- data.tar.gz: 177314e21e03da5536a138bc04e898a6fd38dee2e7dd2de830b74ade0c009d01c561819393e6014bd22753eaa03b2cb68591e1e99125f843e108beb9b6bbdcc7
6
+ metadata.gz: 3910245d8cf61a3faaa3b0c2678d3baefca871efd7ef80e50050d4ad021e6303043e3f7fbafbc757e600c9b93a49eaa9f9bb5371e35f23f4bc783c8e06901170
7
+ data.tar.gz: 3266ce55a1d004298e763977c5d12d5432787cf324b068c0494e51bf693b42f07dba1b6152e0abde7ca9b0f599e5a943b52b1f1b6d454b7a383ffb0c32423940
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.66.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230807
6
+
7
+ ### v0.65.0 (2023-08-03)
8
+
9
+ * Regenerated from discovery document revision 20230722
10
+
3
11
  ### v0.64.0 (2023-07-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230717
@@ -1542,7 +1542,8 @@ module Google
1542
1542
  # page's transition route -> page's transition route group -> flow's transition
1543
1543
  # routes. * If multiple transition route groups within a page contain the same
1544
1544
  # intent, then the first group in the ordered list takes precedence. Format:`
1545
- # projects//locations//agents//flows//transitionRouteGroups/`.
1545
+ # projects//locations//agents//flows//transitionRouteGroups/` or `projects//
1546
+ # locations//agents//transitionRouteGroups/` for agent-level groups.
1546
1547
  # Corresponds to the JSON property `transitionRouteGroups`
1547
1548
  # @return [Array<String>]
1548
1549
  attr_accessor :transition_route_groups
@@ -4633,7 +4634,8 @@ module Google
4633
4634
  # page's transition route -> page's transition route group -> flow's transition
4634
4635
  # routes. * If multiple transition route groups within a page contain the same
4635
4636
  # intent, then the first group in the ordered list takes precedence. Format:`
4636
- # projects//locations//agents//flows//transitionRouteGroups/`.
4637
+ # projects//locations//agents//flows//transitionRouteGroups/` or `projects//
4638
+ # locations//agents//transitionRouteGroups/` for agent-level groups.
4637
4639
  # Corresponds to the JSON property `transitionRouteGroups`
4638
4640
  # @return [Array<String>]
4639
4641
  attr_accessor :transition_route_groups
@@ -15353,6 +15355,13 @@ module Google
15353
15355
  # @return [Hash<String,Object>]
15354
15356
  attr_accessor :payload
15355
15357
 
15358
+ # The platform of the virtual agent response messages. If not empty, only emits
15359
+ # messages from this platform in the response. Valid values are the enum names
15360
+ # of platform.
15361
+ # Corresponds to the JSON property `platform`
15362
+ # @return [String]
15363
+ attr_accessor :platform
15364
+
15356
15365
  # Specifies whether to delete all contexts in the current session before the new
15357
15366
  # ones are activated.
15358
15367
  # Corresponds to the JSON property `resetContexts`
@@ -15409,6 +15418,7 @@ module Google
15409
15418
  @geo_location = args[:geo_location] if args.key?(:geo_location)
15410
15419
  @knowledge_base_names = args[:knowledge_base_names] if args.key?(:knowledge_base_names)
15411
15420
  @payload = args[:payload] if args.key?(:payload)
15421
+ @platform = args[:platform] if args.key?(:platform)
15412
15422
  @reset_contexts = args[:reset_contexts] if args.key?(:reset_contexts)
15413
15423
  @sentiment_analysis_request_config = args[:sentiment_analysis_request_config] if args.key?(:sentiment_analysis_request_config)
15414
15424
  @session_entity_types = args[:session_entity_types] if args.key?(:session_entity_types)
@@ -17642,13 +17652,13 @@ module Google
17642
17652
  # @return [String]
17643
17653
  attr_accessor :name
17644
17654
 
17645
- # The normal response of the operation in case of success. If the original
17646
- # method returns no data on success, such as `Delete`, the response is `google.
17647
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
17648
- # the response should be the resource. For other methods, the response should
17649
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
17650
- # example, if the original method name is `TakeSnapshot()`, the inferred
17651
- # response type is `TakeSnapshotResponse`.
17655
+ # The normal, successful response of the operation. If the original method
17656
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
17657
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
17658
+ # response should be the resource. For other methods, the response should have
17659
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
17660
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
17661
+ # `TakeSnapshotResponse`.
17652
17662
  # Corresponds to the JSON property `response`
17653
17663
  # @return [Hash<String,Object>]
17654
17664
  attr_accessor :response
@@ -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.64.0"
19
+ GEM_VERSION = "0.66.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 = "20230717"
25
+ REVISION = "20230807"
26
26
  end
27
27
  end
28
28
  end
@@ -7067,6 +7067,7 @@ module Google
7067
7067
 
7068
7068
  collection :knowledge_base_names, as: 'knowledgeBaseNames'
7069
7069
  hash :payload, as: 'payload'
7070
+ property :platform, as: 'platform'
7070
7071
  property :reset_contexts, as: 'resetContexts'
7071
7072
  property :sentiment_analysis_request_config, as: 'sentimentAnalysisRequestConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig::Representation
7072
7073
 
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.64.0
4
+ version: 0.66.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-07-23 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.66.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: []