google-apis-dialogflow_v3beta1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b502da6bb276eafb7fadf63eba5cf22b7cea428e105f636f916b251b7b6c173c
|
4
|
+
data.tar.gz: 57ea1e20a8575f26f397dbc60faf7296eeec401fd8dd0e335231df60c31bb6dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c8f9361eacf0a0a463585727197f34895a1c983daef28c65714be7fa24d2f1a2d8ffa85c6ba6e54aced4901cee7ab7ad46ff68f3975972843a9dad536154d22
|
7
|
+
data.tar.gz: 4f5732d9ed0fed93afa0299614175d3cf6b3ef5338df655d1b464e0226b76c45a5feb40c8554a99fdb310c3391058f839fdf82d2a4e5cc3c8c3768e65f6ef40e
|
data/CHANGELOG.md
CHANGED
@@ -666,7 +666,7 @@ module Google
|
|
666
666
|
# @return [String]
|
667
667
|
attr_accessor :agent_uri
|
668
668
|
|
669
|
-
# Commit SHA of the git push. This field is populated if `git_destination`
|
669
|
+
# Commit SHA of the git push. This field is populated if `git_destination` is
|
670
670
|
# specified in ExportAgentRequest.
|
671
671
|
# Corresponds to the JSON property `commitSha`
|
672
672
|
# @return [String]
|
@@ -1836,6 +1836,11 @@ module Google
|
|
1836
1836
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio]
|
1837
1837
|
attr_accessor :play_audio
|
1838
1838
|
|
1839
|
+
# Response type.
|
1840
|
+
# Corresponds to the JSON property `responseType`
|
1841
|
+
# @return [String]
|
1842
|
+
attr_accessor :response_type
|
1843
|
+
|
1839
1844
|
# Represents the signal that telles the client to transfer the phone call
|
1840
1845
|
# connected to the agent to a third-party endpoint.
|
1841
1846
|
# Corresponds to the JSON property `telephonyTransferCall`
|
@@ -1861,6 +1866,7 @@ module Google
|
|
1861
1866
|
@output_audio_text = args[:output_audio_text] if args.key?(:output_audio_text)
|
1862
1867
|
@payload = args[:payload] if args.key?(:payload)
|
1863
1868
|
@play_audio = args[:play_audio] if args.key?(:play_audio)
|
1869
|
+
@response_type = args[:response_type] if args.key?(:response_type)
|
1864
1870
|
@telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
|
1865
1871
|
@text = args[:text] if args.key?(:text)
|
1866
1872
|
end
|
@@ -3348,7 +3354,7 @@ module Google
|
|
3348
3354
|
# @return [String]
|
3349
3355
|
attr_accessor :repository_uri
|
3350
3356
|
|
3351
|
-
# The branch of GitHub repository tracked for this agent.
|
3357
|
+
# The branch of the GitHub repository tracked for this agent.
|
3352
3358
|
# Corresponds to the JSON property `trackingBranch`
|
3353
3359
|
# @return [String]
|
3354
3360
|
attr_accessor :tracking_branch
|
@@ -4937,7 +4943,7 @@ module Google
|
|
4937
4943
|
# @return [String]
|
4938
4944
|
attr_accessor :agent_uri
|
4939
4945
|
|
4940
|
-
# Commit SHA of the git push. This field is populated if `git_destination`
|
4946
|
+
# Commit SHA of the git push. This field is populated if `git_destination` is
|
4941
4947
|
# specified in ExportAgentRequest.
|
4942
4948
|
# Corresponds to the JSON property `commitSha`
|
4943
4949
|
# @return [String]
|
@@ -10149,7 +10155,7 @@ module Google
|
|
10149
10155
|
# Required. The unique identifier of the context. Format: `projects//agent/
|
10150
10156
|
# sessions//contexts/`, or `projects//agent/environments//users//sessions//
|
10151
10157
|
# contexts/`. The `Context ID` is always converted to lowercase, may only
|
10152
|
-
# contain characters in a-zA-Z0-9_
|
10158
|
+
# contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
|
10153
10159
|
# Environment ID` is not specified, we assume default 'draft' environment. If `
|
10154
10160
|
# User ID` is not specified, we assume default '-' user. The following context
|
10155
10161
|
# names are reserved for internal use by Dialogflow. You should not use these
|
@@ -10162,12 +10168,12 @@ module Google
|
|
10162
10168
|
# Optional. The collection of parameters associated with this context. Depending
|
10163
10169
|
# on your protocol or client library language, this is a map, associative array,
|
10164
10170
|
# symbol table, dictionary, or JSON object composed of a collection of (MapKey,
|
10165
|
-
# MapValue) pairs:
|
10166
|
-
# MapValue type:
|
10167
|
-
# depending on parameter value type, could be one of string,
|
10168
|
-
# null, list or map
|
10169
|
-
# composite entity
|
10170
|
-
#
|
10171
|
+
# MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
|
10172
|
+
# MapValue type: If parameter's entity type is a composite entity then use map,
|
10173
|
+
# otherwise, depending on the parameter value type, it could be one of string,
|
10174
|
+
# number, boolean, null, list or map. * MapValue value: If parameter's entity
|
10175
|
+
# type is a composite entity then use map from composite entity property names
|
10176
|
+
# to property values, otherwise, use parameter value.
|
10171
10177
|
# Corresponds to the JSON property `parameters`
|
10172
10178
|
# @return [Hash<String,Object>]
|
10173
10179
|
attr_accessor :parameters
|
@@ -10570,12 +10576,12 @@ module Google
|
|
10570
10576
|
# The collection of parameters associated with the event. Depending on your
|
10571
10577
|
# protocol or client library language, this is a map, associative array, symbol
|
10572
10578
|
# table, dictionary, or JSON object composed of a collection of (MapKey,
|
10573
|
-
# MapValue) pairs:
|
10574
|
-
# MapValue type:
|
10575
|
-
# depending on parameter value type, could be one of string,
|
10576
|
-
# null, list or map
|
10577
|
-
# composite entity
|
10578
|
-
#
|
10579
|
+
# MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
|
10580
|
+
# MapValue type: If parameter's entity type is a composite entity then use map,
|
10581
|
+
# otherwise, depending on the parameter value type, it could be one of string,
|
10582
|
+
# number, boolean, null, list or map. * MapValue value: If parameter's entity
|
10583
|
+
# type is a composite entity then use map from composite entity property names
|
10584
|
+
# to property values, otherwise, use parameter value.
|
10579
10585
|
# Corresponds to the JSON property `parameters`
|
10580
10586
|
# @return [Hash<String,Object>]
|
10581
10587
|
attr_accessor :parameters
|
@@ -10696,8 +10702,8 @@ module Google
|
|
10696
10702
|
class GoogleCloudDialogflowV2GcsDestination
|
10697
10703
|
include Google::Apis::Core::Hashable
|
10698
10704
|
|
10699
|
-
# The Google Cloud Storage URIs for the output. A URI is of the form: gs://
|
10700
|
-
# bucket/object-prefix-or-name Whether a prefix or name is used depends on the
|
10705
|
+
# The Google Cloud Storage URIs for the output. A URI is of the form: `gs://
|
10706
|
+
# bucket/object-prefix-or-name` Whether a prefix or name is used depends on the
|
10701
10707
|
# use case. The requesting user must have "write-permission" to the bucket.
|
10702
10708
|
# Corresponds to the JSON property `uri`
|
10703
10709
|
# @return [String]
|
@@ -12356,12 +12362,13 @@ module Google
|
|
12356
12362
|
|
12357
12363
|
# The collection of extracted parameters. Depending on your protocol or client
|
12358
12364
|
# library language, this is a map, associative array, symbol table, dictionary,
|
12359
|
-
# or JSON object composed of a collection of (MapKey, MapValue) pairs:
|
12360
|
-
# type: string
|
12361
|
-
# entity type is a composite entity
|
12362
|
-
# type, could be one of string, number, boolean, null, list
|
12363
|
-
# value:
|
12364
|
-
# entity property names to property values
|
12365
|
+
# or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
|
12366
|
+
# type: string * MapKey value: parameter name * MapValue type: If parameter's
|
12367
|
+
# entity type is a composite entity then use map, otherwise, depending on the
|
12368
|
+
# parameter value type, it could be one of string, number, boolean, null, list
|
12369
|
+
# or map. * MapValue value: If parameter's entity type is a composite entity
|
12370
|
+
# then use map from composite entity property names to property values,
|
12371
|
+
# otherwise, use parameter value.
|
12365
12372
|
# Corresponds to the JSON property `parameters`
|
12366
12373
|
# @return [Hash<String,Object>]
|
12367
12374
|
attr_accessor :parameters
|
@@ -13117,7 +13124,7 @@ module Google
|
|
13117
13124
|
# /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
|
13118
13125
|
# , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
|
13119
13126
|
# locations//agent/environments//users//sessions//contexts/`, The `Context ID`
|
13120
|
-
# is always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
13127
|
+
# is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
|
13121
13128
|
# and may be at most 250 bytes long. If `Environment ID` is not specified, we
|
13122
13129
|
# assume default 'draft' environment. If `User ID` is not specified, we assume
|
13123
13130
|
# default '-' user. The following context names are reserved for internal use by
|
@@ -13130,12 +13137,12 @@ module Google
|
|
13130
13137
|
# Optional. The collection of parameters associated with this context. Depending
|
13131
13138
|
# on your protocol or client library language, this is a map, associative array,
|
13132
13139
|
# symbol table, dictionary, or JSON object composed of a collection of (MapKey,
|
13133
|
-
# MapValue) pairs:
|
13134
|
-
# MapValue type:
|
13135
|
-
# depending on parameter value type, could be one of string,
|
13136
|
-
# null, list or map
|
13137
|
-
# composite entity
|
13138
|
-
#
|
13140
|
+
# MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
|
13141
|
+
# MapValue type: If parameter's entity type is a composite entity then use map,
|
13142
|
+
# otherwise, depending on the parameter value type, it could be one of string,
|
13143
|
+
# number, boolean, null, list or map. * MapValue value: If parameter's entity
|
13144
|
+
# type is a composite entity then use map from composite entity property names
|
13145
|
+
# to property values, otherwise, use parameter value.
|
13139
13146
|
# Corresponds to the JSON property `parameters`
|
13140
13147
|
# @return [Hash<String,Object>]
|
13141
13148
|
attr_accessor :parameters
|
@@ -13346,12 +13353,12 @@ module Google
|
|
13346
13353
|
# The collection of parameters associated with the event. Depending on your
|
13347
13354
|
# protocol or client library language, this is a map, associative array, symbol
|
13348
13355
|
# table, dictionary, or JSON object composed of a collection of (MapKey,
|
13349
|
-
# MapValue) pairs:
|
13350
|
-
# MapValue type:
|
13351
|
-
# depending on parameter value type, could be one of string,
|
13352
|
-
# null, list or map
|
13353
|
-
# composite entity
|
13354
|
-
#
|
13356
|
+
# MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
|
13357
|
+
# MapValue type: If parameter's entity type is a composite entity then use map,
|
13358
|
+
# otherwise, depending on the parameter value type, it could be one of string,
|
13359
|
+
# number, boolean, null, list or map. * MapValue value: If parameter's entity
|
13360
|
+
# type is a composite entity then use map from composite entity property names
|
13361
|
+
# to property values, otherwise, use parameter value.
|
13355
13362
|
# Corresponds to the JSON property `parameters`
|
13356
13363
|
# @return [Hash<String,Object>]
|
13357
13364
|
attr_accessor :parameters
|
@@ -13472,8 +13479,8 @@ module Google
|
|
13472
13479
|
class GoogleCloudDialogflowV2beta1GcsDestination
|
13473
13480
|
include Google::Apis::Core::Hashable
|
13474
13481
|
|
13475
|
-
# Required. The Google Cloud Storage URIs for the output. A URI is of the form:
|
13476
|
-
# gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on
|
13482
|
+
# Required. The Google Cloud Storage URIs for the output. A URI is of the form: `
|
13483
|
+
# gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on
|
13477
13484
|
# the use case. The requesting user must have "write-permission" to the bucket.
|
13478
13485
|
# Corresponds to the JSON property `uri`
|
13479
13486
|
# @return [String]
|
@@ -15640,12 +15647,13 @@ module Google
|
|
15640
15647
|
|
15641
15648
|
# The collection of extracted parameters. Depending on your protocol or client
|
15642
15649
|
# library language, this is a map, associative array, symbol table, dictionary,
|
15643
|
-
# or JSON object composed of a collection of (MapKey, MapValue) pairs:
|
15644
|
-
# type: string
|
15645
|
-
# entity type is a composite entity
|
15646
|
-
# type, could be one of string, number, boolean, null, list
|
15647
|
-
# value:
|
15648
|
-
# entity property names to property values
|
15650
|
+
# or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
|
15651
|
+
# type: string * MapKey value: parameter name * MapValue type: If parameter's
|
15652
|
+
# entity type is a composite entity then use map, otherwise, depending on the
|
15653
|
+
# parameter value type, it could be one of string, number, boolean, null, list
|
15654
|
+
# or map. * MapValue value: If parameter's entity type is a composite entity
|
15655
|
+
# then use map from composite entity property names to property values,
|
15656
|
+
# otherwise, use parameter value.
|
15649
15657
|
# Corresponds to the JSON property `parameters`
|
15650
15658
|
# @return [Hash<String,Object>]
|
15651
15659
|
attr_accessor :parameters
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20230717"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3203,6 +3203,7 @@ module Google
|
|
3203
3203
|
hash :payload, as: 'payload'
|
3204
3204
|
property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
|
3205
3205
|
|
3206
|
+
property :response_type, as: 'responseType'
|
3206
3207
|
property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
|
3207
3208
|
|
3208
3209
|
property :text, as: 'text', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.65.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|