google-apis-dialogflow_v3 0.64.0 → 0.65.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: 7e6e7e4c1baf34f48f23db561078a2b270565e349d2eb4fd1785b0d3e995a21f
4
- data.tar.gz: a66740f99667b074fd0f756d6bf6f8a1f846c9dc16db93f576442a9d67dd5e43
3
+ metadata.gz: 20a9d1e702b37e2beee85bc65af4e1da53f9425853e1a961ac3c6fba795a26b3
4
+ data.tar.gz: d66aec5b08883cd2e867839bbbc08016d224dfeb44e4177eee8b05e081859ec9
5
5
  SHA512:
6
- metadata.gz: b95cdd23306c8c396578e927f24df05bfc2c2060314a9db2c823a65c53a47ca6bcefe0f41e1c06a6f51ba6c3728da5bcae46bd0827dac313125f8db84f302fc7
7
- data.tar.gz: 115667707d094aaa9317227672c8803a4e1434b158ffc094436b6b576fe7ae2648a7c8b3c48db46ed98b25e6851c678db92d5074d006e92eb5988b514a34af80
6
+ metadata.gz: b6a0499fbd15f6fdacf571d05ba446b2bec582d8564399ac4b66d97d52e3881c63165bce63dcc151d4fc3c1dbf0c953d8971bc54d159614d5b4db22c3ebb00d4
7
+ data.tar.gz: 0eeb0974772bd71b393d7d6f301aad36b60074730287df8922eba733a711c8b8882952ede44cdfee52cf4f8889575eae3316e589063df901ddb940f448c41c91
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.65.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230717
6
+
3
7
  ### v0.64.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230705
@@ -263,7 +263,7 @@ module Google
263
263
  # @return [String]
264
264
  attr_accessor :repository_uri
265
265
 
266
- # The branch of GitHub repository tracked for this agent.
266
+ # The branch of the GitHub repository tracked for this agent.
267
267
  # Corresponds to the JSON property `trackingBranch`
268
268
  # @return [String]
269
269
  attr_accessor :tracking_branch
@@ -1852,7 +1852,7 @@ module Google
1852
1852
  # @return [String]
1853
1853
  attr_accessor :agent_uri
1854
1854
 
1855
- # Commit SHA of the git push. This field is populated if `git_destination` are
1855
+ # Commit SHA of the git push. This field is populated if `git_destination` is
1856
1856
  # specified in ExportAgentRequest.
1857
1857
  # Corresponds to the JSON property `commitSha`
1858
1858
  # @return [String]
@@ -4498,6 +4498,11 @@ module Google
4498
4498
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio]
4499
4499
  attr_accessor :play_audio
4500
4500
 
4501
+ # Response type.
4502
+ # Corresponds to the JSON property `responseType`
4503
+ # @return [String]
4504
+ attr_accessor :response_type
4505
+
4501
4506
  # Represents the signal that telles the client to transfer the phone call
4502
4507
  # connected to the agent to a third-party endpoint.
4503
4508
  # Corresponds to the JSON property `telephonyTransferCall`
@@ -4523,6 +4528,7 @@ module Google
4523
4528
  @output_audio_text = args[:output_audio_text] if args.key?(:output_audio_text)
4524
4529
  @payload = args[:payload] if args.key?(:payload)
4525
4530
  @play_audio = args[:play_audio] if args.key?(:play_audio)
4531
+ @response_type = args[:response_type] if args.key?(:response_type)
4526
4532
  @telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
4527
4533
  @text = args[:text] if args.key?(:text)
4528
4534
  end
@@ -7492,7 +7498,7 @@ module Google
7492
7498
  # @return [String]
7493
7499
  attr_accessor :agent_uri
7494
7500
 
7495
- # Commit SHA of the git push. This field is populated if `git_destination` are
7501
+ # Commit SHA of the git push. This field is populated if `git_destination` is
7496
7502
  # specified in ExportAgentRequest.
7497
7503
  # Corresponds to the JSON property `commitSha`
7498
7504
  # @return [String]
@@ -10147,7 +10153,7 @@ module Google
10147
10153
  # Required. The unique identifier of the context. Format: `projects//agent/
10148
10154
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
10149
10155
  # contexts/`. The `Context ID` is always converted to lowercase, may only
10150
- # contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `
10156
+ # contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
10151
10157
  # Environment ID` is not specified, we assume default 'draft' environment. If `
10152
10158
  # User ID` is not specified, we assume default '-' user. The following context
10153
10159
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -10160,12 +10166,12 @@ module Google
10160
10166
  # Optional. The collection of parameters associated with this context. Depending
10161
10167
  # on your protocol or client library language, this is a map, associative array,
10162
10168
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
10163
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
10164
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
10165
- # depending on parameter value type, could be one of string, number, boolean,
10166
- # null, list or map - MapValue value: - If parameter's entity type is a
10167
- # composite entity: map from composite entity property names to property values -
10168
- # Else: parameter value
10169
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
10170
+ # MapValue type: If parameter's entity type is a composite entity then use map,
10171
+ # otherwise, depending on the parameter value type, it could be one of string,
10172
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
10173
+ # type is a composite entity then use map from composite entity property names
10174
+ # to property values, otherwise, use parameter value.
10169
10175
  # Corresponds to the JSON property `parameters`
10170
10176
  # @return [Hash<String,Object>]
10171
10177
  attr_accessor :parameters
@@ -10568,12 +10574,12 @@ module Google
10568
10574
  # The collection of parameters associated with the event. Depending on your
10569
10575
  # protocol or client library language, this is a map, associative array, symbol
10570
10576
  # table, dictionary, or JSON object composed of a collection of (MapKey,
10571
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
10572
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
10573
- # depending on parameter value type, could be one of string, number, boolean,
10574
- # null, list or map - MapValue value: - If parameter's entity type is a
10575
- # composite entity: map from composite entity property names to property values -
10576
- # Else: parameter value
10577
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
10578
+ # MapValue type: If parameter's entity type is a composite entity then use map,
10579
+ # otherwise, depending on the parameter value type, it could be one of string,
10580
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
10581
+ # type is a composite entity then use map from composite entity property names
10582
+ # to property values, otherwise, use parameter value.
10577
10583
  # Corresponds to the JSON property `parameters`
10578
10584
  # @return [Hash<String,Object>]
10579
10585
  attr_accessor :parameters
@@ -10694,8 +10700,8 @@ module Google
10694
10700
  class GoogleCloudDialogflowV2GcsDestination
10695
10701
  include Google::Apis::Core::Hashable
10696
10702
 
10697
- # The Google Cloud Storage URIs for the output. A URI is of the form: gs://
10698
- # bucket/object-prefix-or-name Whether a prefix or name is used depends on the
10703
+ # The Google Cloud Storage URIs for the output. A URI is of the form: `gs://
10704
+ # bucket/object-prefix-or-name` Whether a prefix or name is used depends on the
10699
10705
  # use case. The requesting user must have "write-permission" to the bucket.
10700
10706
  # Corresponds to the JSON property `uri`
10701
10707
  # @return [String]
@@ -12354,12 +12360,13 @@ module Google
12354
12360
 
12355
12361
  # The collection of extracted parameters. Depending on your protocol or client
12356
12362
  # library language, this is a map, associative array, symbol table, dictionary,
12357
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
12358
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
12359
- # entity type is a composite entity: map - Else: depending on parameter value
12360
- # type, could be one of string, number, boolean, null, list or map - MapValue
12361
- # value: - If parameter's entity type is a composite entity: map from composite
12362
- # entity property names to property values - Else: parameter value
12363
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
12364
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
12365
+ # entity type is a composite entity then use map, otherwise, depending on the
12366
+ # parameter value type, it could be one of string, number, boolean, null, list
12367
+ # or map. * MapValue value: If parameter's entity type is a composite entity
12368
+ # then use map from composite entity property names to property values,
12369
+ # otherwise, use parameter value.
12363
12370
  # Corresponds to the JSON property `parameters`
12364
12371
  # @return [Hash<String,Object>]
12365
12372
  attr_accessor :parameters
@@ -13115,7 +13122,7 @@ module Google
13115
13122
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
13116
13123
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
13117
13124
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
13118
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
13125
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
13119
13126
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
13120
13127
  # assume default 'draft' environment. If `User ID` is not specified, we assume
13121
13128
  # default '-' user. The following context names are reserved for internal use by
@@ -13128,12 +13135,12 @@ module Google
13128
13135
  # Optional. The collection of parameters associated with this context. Depending
13129
13136
  # on your protocol or client library language, this is a map, associative array,
13130
13137
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
13131
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
13132
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
13133
- # depending on parameter value type, could be one of string, number, boolean,
13134
- # null, list or map - MapValue value: - If parameter's entity type is a
13135
- # composite entity: map from composite entity property names to property values -
13136
- # Else: parameter value
13138
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
13139
+ # MapValue type: If parameter's entity type is a composite entity then use map,
13140
+ # otherwise, depending on the parameter value type, it could be one of string,
13141
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
13142
+ # type is a composite entity then use map from composite entity property names
13143
+ # to property values, otherwise, use parameter value.
13137
13144
  # Corresponds to the JSON property `parameters`
13138
13145
  # @return [Hash<String,Object>]
13139
13146
  attr_accessor :parameters
@@ -13344,12 +13351,12 @@ module Google
13344
13351
  # The collection of parameters associated with the event. Depending on your
13345
13352
  # protocol or client library language, this is a map, associative array, symbol
13346
13353
  # table, dictionary, or JSON object composed of a collection of (MapKey,
13347
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
13348
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
13349
- # depending on parameter value type, could be one of string, number, boolean,
13350
- # null, list or map - MapValue value: - If parameter's entity type is a
13351
- # composite entity: map from composite entity property names to property values -
13352
- # Else: parameter value
13354
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
13355
+ # MapValue type: If parameter's entity type is a composite entity then use map,
13356
+ # otherwise, depending on the parameter value type, it could be one of string,
13357
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
13358
+ # type is a composite entity then use map from composite entity property names
13359
+ # to property values, otherwise, use parameter value.
13353
13360
  # Corresponds to the JSON property `parameters`
13354
13361
  # @return [Hash<String,Object>]
13355
13362
  attr_accessor :parameters
@@ -13470,8 +13477,8 @@ module Google
13470
13477
  class GoogleCloudDialogflowV2beta1GcsDestination
13471
13478
  include Google::Apis::Core::Hashable
13472
13479
 
13473
- # Required. The Google Cloud Storage URIs for the output. A URI is of the form:
13474
- # gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on
13480
+ # Required. The Google Cloud Storage URIs for the output. A URI is of the form: `
13481
+ # gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on
13475
13482
  # the use case. The requesting user must have "write-permission" to the bucket.
13476
13483
  # Corresponds to the JSON property `uri`
13477
13484
  # @return [String]
@@ -15638,12 +15645,13 @@ module Google
15638
15645
 
15639
15646
  # The collection of extracted parameters. Depending on your protocol or client
15640
15647
  # library language, this is a map, associative array, symbol table, dictionary,
15641
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
15642
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
15643
- # entity type is a composite entity: map - Else: depending on parameter value
15644
- # type, could be one of string, number, boolean, null, list or map - MapValue
15645
- # value: - If parameter's entity type is a composite entity: map from composite
15646
- # entity property names to property values - Else: parameter value
15648
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
15649
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
15650
+ # entity type is a composite entity then use map, otherwise, depending on the
15651
+ # parameter value type, it could be one of string, number, boolean, null, list
15652
+ # or map. * MapValue value: If parameter's entity type is a composite entity
15653
+ # then use map from composite entity property names to property values,
15654
+ # otherwise, use parameter value.
15647
15655
  # Corresponds to the JSON property `parameters`
15648
15656
  # @return [Hash<String,Object>]
15649
15657
  attr_accessor :parameters
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.64.0"
19
+ GEM_VERSION = "0.65.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 = "20230705"
25
+ REVISION = "20230717"
26
26
  end
27
27
  end
28
28
  end
@@ -3905,6 +3905,7 @@ module Google
3905
3905
  hash :payload, as: 'payload'
3906
3906
  property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
3907
3907
 
3908
+ property :response_type, as: 'responseType'
3908
3909
  property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
3909
3910
 
3910
3911
  property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.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-09 00:00:00.000000000 Z
11
+ date: 2023-07-23 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.65.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
63
63
  post_install_message:
64
64
  rdoc_options: []