google-apis-dialogflow_v2beta1 0.36.0 → 0.39.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: 34fc3018b5767dc8618b9508d11370f5efdb641532bbacb6888e36be556c711c
4
- data.tar.gz: 37da5e10ee6e8f165a23e9d370e582a0e3e25ca85a6291a936b2b6e389e43a67
3
+ metadata.gz: 773362d6526e2ba7c91c0aa99fd2373e6205bfd39bd1c64733eae4a47ff0044d
4
+ data.tar.gz: 59d968266948ed4f80b0273b62d40fdbe535eb6571e120cf1ed19db054390b0c
5
5
  SHA512:
6
- metadata.gz: 401b2b59ab686314199a65c7f13909bbf81324c13eaf5ec1efba71fc9824f3166bf6dbc7308bd07c9cd63eaa3c5e0e37ad281a94d1a179ae6d05e971a2418831
7
- data.tar.gz: 0d84d88eac8a6b74589bcb3be6a6c1ea398b6aca1ddfc8cb076d0f6dc807953ec4b6ae1ecf23cb1936a41442ef90f622cb275b79c128cfc01e2919f5e192b18a
6
+ metadata.gz: 4d2c7cc2746af64183e6f7d93b957115a831ec522fe75d7536a2029a45394e4b4c5b9a9b7a838d027eb4f291b675e83d49d53969d487d4757c521a665908cd07
7
+ data.tar.gz: f7c7e0bb022980c46f6cc96f1963860d430e674c9a63439a6a8b8fae0711936a2c6c3c950c4be34a22e1e9e537cc78cb7eb3dda35f259865e9b96b392c1f29bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.39.0 (2022-07-02)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.38.0 (2022-06-23)
8
+
9
+ * Regenerated from discovery document revision 20220616
10
+ * Regenerated using generator version 0.7.0
11
+
12
+ ### v0.37.0 (2022-06-09)
13
+
14
+ * Regenerated from discovery document revision 20220607
15
+ * Regenerated using generator version 0.5.0
16
+
3
17
  ### v0.36.0 (2022-05-27)
4
18
 
5
19
  * Regenerated from discovery document revision 20220524
@@ -2630,7 +2630,9 @@ module Google
2630
2630
  end
2631
2631
 
2632
2632
  # The request message for a webhook call. The request is sent as a JSON object
2633
- # and the field names will be presented in camel cases.
2633
+ # and the field names will be presented in camel cases. You may see undocumented
2634
+ # fields in an actual request. These fields are used internally by Dialogflow
2635
+ # and should be ignored.
2634
2636
  class GoogleCloudDialogflowCxV3WebhookRequest
2635
2637
  include Google::Apis::Core::Hashable
2636
2638
 
@@ -5556,7 +5558,9 @@ module Google
5556
5558
  end
5557
5559
 
5558
5560
  # The request message for a webhook call. The request is sent as a JSON object
5559
- # and the field names will be presented in camel cases.
5561
+ # and the field names will be presented in camel cases. You may see undocumented
5562
+ # fields in an actual request. These fields are used internally by Dialogflow
5563
+ # and should be ignored.
5560
5564
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
5561
5565
  include Google::Apis::Core::Hashable
5562
5566
 
@@ -8224,7 +8228,8 @@ module Google
8224
8228
  alias_method :all_required_params_present?, :all_required_params_present
8225
8229
 
8226
8230
  # Indicates whether the conversational query triggers a cancellation for slot
8227
- # filling.
8231
+ # filling. For more information, see the [cancel slot filling documentation](
8232
+ # https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
8228
8233
  # Corresponds to the JSON property `cancelsSlotFilling`
8229
8234
  # @return [Boolean]
8230
8235
  attr_accessor :cancels_slot_filling
@@ -9078,6 +9083,22 @@ module Google
9078
9083
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters]
9079
9084
  attr_accessor :assist_query_params
9080
9085
 
9086
+ # Represents the natural language speech audio to be processed.
9087
+ # Corresponds to the JSON property `audioInput`
9088
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AudioInput]
9089
+ attr_accessor :audio_input
9090
+
9091
+ # The unique identifier of the CX page to override the `current_page` in the
9092
+ # session. Format: `projects//locations//agents//flows//pages/`. If `
9093
+ # cx_current_page` is specified, the previous state of the session will be
9094
+ # ignored by Dialogflow CX, including the previous page and the previous session
9095
+ # parameters. In most cases, `cx_current_page` and `cx_parameters` should be
9096
+ # configured together to direct a session to a specific state. Note: this field
9097
+ # should only be used if you are connecting to a Dialogflow CX agent.
9098
+ # Corresponds to the JSON property `cxCurrentPage`
9099
+ # @return [String]
9100
+ attr_accessor :cx_current_page
9101
+
9081
9102
  # Additional parameters to be put into Dialogflow CX session parameters. To
9082
9103
  # remove a parameter from the session, clients should explicitly set the
9083
9104
  # parameter value to null. Note: this field should only be used if you are
@@ -9138,6 +9159,8 @@ module Google
9138
9159
  # Update properties of this object
9139
9160
  def update!(**args)
9140
9161
  @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
9162
+ @audio_input = args[:audio_input] if args.key?(:audio_input)
9163
+ @cx_current_page = args[:cx_current_page] if args.key?(:cx_current_page)
9141
9164
  @cx_parameters = args[:cx_parameters] if args.key?(:cx_parameters)
9142
9165
  @event_input = args[:event_input] if args.key?(:event_input)
9143
9166
  @message_send_time = args[:message_send_time] if args.key?(:message_send_time)
@@ -9421,6 +9444,34 @@ module Google
9421
9444
  end
9422
9445
  end
9423
9446
 
9447
+ # Represents the natural language speech audio to be processed.
9448
+ class GoogleCloudDialogflowV2beta1AudioInput
9449
+ include Google::Apis::Core::Hashable
9450
+
9451
+ # Required. The natural language speech audio to be processed. A single request
9452
+ # can contain up to 1 minute of speech audio data. The transcribed text cannot
9453
+ # contain more than 256 bytes.
9454
+ # Corresponds to the JSON property `audio`
9455
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
9456
+ # @return [String]
9457
+ attr_accessor :audio
9458
+
9459
+ # Instructs the speech recognizer on how to process the audio content.
9460
+ # Corresponds to the JSON property `config`
9461
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig]
9462
+ attr_accessor :config
9463
+
9464
+ def initialize(**args)
9465
+ update!(**args)
9466
+ end
9467
+
9468
+ # Update properties of this object
9469
+ def update!(**args)
9470
+ @audio = args[:audio] if args.key?(:audio)
9471
+ @config = args[:config] if args.key?(:config)
9472
+ end
9473
+ end
9474
+
9424
9475
  # Defines the Automated Agent to connect to a conversation.
9425
9476
  class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
9426
9477
  include Google::Apis::Core::Hashable
@@ -14684,7 +14735,8 @@ module Google
14684
14735
  alias_method :all_required_params_present?, :all_required_params_present
14685
14736
 
14686
14737
  # Indicates whether the conversational query triggers a cancellation for slot
14687
- # filling.
14738
+ # filling. For more information, see the [cancel slot filling documentation](
14739
+ # https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
14688
14740
  # Corresponds to the JSON property `cancelsSlotFilling`
14689
14741
  # @return [Boolean]
14690
14742
  attr_accessor :cancels_slot_filling
@@ -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.36.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220524"
25
+ REVISION = "20220616"
26
26
  end
27
27
  end
28
28
  end
@@ -1552,6 +1552,12 @@ module Google
1552
1552
  include Google::Apis::Core::JsonObjectSupport
1553
1553
  end
1554
1554
 
1555
+ class GoogleCloudDialogflowV2beta1AudioInput
1556
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1557
+
1558
+ include Google::Apis::Core::JsonObjectSupport
1559
+ end
1560
+
1555
1561
  class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
1556
1562
  class Representation < Google::Apis::Core::JsonRepresentation; end
1557
1563
 
@@ -5245,6 +5251,9 @@ module Google
5245
5251
  class Representation < Google::Apis::Core::JsonRepresentation
5246
5252
  property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters::Representation
5247
5253
 
5254
+ property :audio_input, as: 'audioInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AudioInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AudioInput::Representation
5255
+
5256
+ property :cx_current_page, as: 'cxCurrentPage'
5248
5257
  hash :cx_parameters, as: 'cxParameters'
5249
5258
  property :event_input, as: 'eventInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
5250
5259
 
@@ -5329,6 +5338,15 @@ module Google
5329
5338
  end
5330
5339
  end
5331
5340
 
5341
+ class GoogleCloudDialogflowV2beta1AudioInput
5342
+ # @private
5343
+ class Representation < Google::Apis::Core::JsonRepresentation
5344
+ property :audio, :base64 => true, as: 'audio'
5345
+ property :config, as: 'config', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig::Representation
5346
+
5347
+ end
5348
+ end
5349
+
5332
5350
  class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
5333
5351
  # @private
5334
5352
  class Representation < Google::Apis::Core::JsonRepresentation
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.36.0
4
+ version: 0.39.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: 2022-05-30 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.4'
19
+ version: '0.7'
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.4'
29
+ version: '0.7'
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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.39.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: []