google-apis-dialogflow_v2beta1 0.79.0 → 0.81.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: 3cda50f6d509ee4d3d4b1bf288b2c7bdb8d3c14143c1481438881e92e7ef6be8
4
- data.tar.gz: 4037fb2597f5b1d9cc694fc59696f270ff62f8e446b70155df8f5eae23abff98
3
+ metadata.gz: ce8684ccd85103c8c5f26d95e039e4673a7aa1e3d441643a9a3515ac7c19ea5c
4
+ data.tar.gz: 2f543a014ee05eecaeac4dc109831a44b0b93133af6637d9fc8986260467f49d
5
5
  SHA512:
6
- metadata.gz: d091d5faceab78ca3bece2815e375601f2505be6828be8208fba3dfec3d01a2b4915eb15dd2038a9fac8754fba6bd5d1d1ade55ea92fc761344c658cb3f96ada
7
- data.tar.gz: f5854fa929740cac989023f776243165a1afc943b6468a0d9c1762b77b972a1ac533b696a16a79356d6f033a52b4e00298e281821778aa73c0e51429827f3253
6
+ metadata.gz: 8d92874cd0a251436f73292444a09a89e3b0ba77aa1f54e3d805d828c6086ec761f2ad46f86ca9e81c150f56e6293e7475a052102c69167ac688fe616db124c6
7
+ data.tar.gz: 0a97e0a51f22b2ec9e1692e48ebd5a82235880596940f827081759df6b2f9334207b11c2b16d97703f5088f8b367f927e70e163c9432082cd6de8f3b30a3e282
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.81.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240219
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.80.0 (2024-02-18)
9
+
10
+ * Regenerated from discovery document revision 20240215
11
+
3
12
  ### v0.79.0 (2024-02-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20240131
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -10700,6 +10700,12 @@ module Google
10700
10700
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput]
10701
10701
  attr_accessor :event_input
10702
10702
 
10703
+ # Represents the intent to trigger programmatically rather than as a result of
10704
+ # natural language processing. The intent input is only used for V3 agent.
10705
+ # Corresponds to the JSON property `intentInput`
10706
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentInput]
10707
+ attr_accessor :intent_input
10708
+
10703
10709
  # Optional. The send time of the message from end user or human agent's
10704
10710
  # perspective. It is used for identifying the same message under one participant.
10705
10711
  # Given two messages under the same participant: * If send time are different
@@ -10753,6 +10759,7 @@ module Google
10753
10759
  @cx_current_page = args[:cx_current_page] if args.key?(:cx_current_page)
10754
10760
  @cx_parameters = args[:cx_parameters] if args.key?(:cx_parameters)
10755
10761
  @event_input = args[:event_input] if args.key?(:event_input)
10762
+ @intent_input = args[:intent_input] if args.key?(:intent_input)
10756
10763
  @message_send_time = args[:message_send_time] if args.key?(:message_send_time)
10757
10764
  @query_params = args[:query_params] if args.key?(:query_params)
10758
10765
  @reply_audio_config = args[:reply_audio_config] if args.key?(:reply_audio_config)
@@ -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.79.0"
19
+ GEM_VERSION = "0.81.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240131"
25
+ REVISION = "20240219"
26
26
  end
27
27
  end
28
28
  end
@@ -6058,6 +6058,8 @@ module Google
6058
6058
  hash :cx_parameters, as: 'cxParameters'
6059
6059
  property :event_input, as: 'eventInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
6060
6060
 
6061
+ property :intent_input, as: 'intentInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentInput::Representation
6062
+
6061
6063
  property :message_send_time, as: 'messageSendTime'
6062
6064
  property :query_params, as: 'queryParams', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1QueryParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1QueryParameters::Representation
6063
6065
 
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.79.0
4
+ version: 0.81.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: 2024-02-11 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.81.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V2beta1