google-apis-dialogflow_v3 0.61.0 → 0.63.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: 48d9e1ebfa004840dc84c35dcf52adb88b0c29811262ee38b2e3bd1624010a15
|
4
|
+
data.tar.gz: 67bf60cd0da07aeb813ca0852c0608fd796b4a72866d26d4112efa2cd1a42a74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1cba8f02144376782f737535cdbac99fb73d92296799661573617231c63f72fe70e514ac023825f2b6b93fdc3ea3cd5f74a3bcd34fe8b6893790fb220ebde96
|
7
|
+
data.tar.gz: 5b12334bc7aa98b584f08bc7c9f8796ee92ae9c83ad49b6b84e80e9f5058fa9fd4410dec4b203b532e6e8bc92f62ade6c86cf966b290ed9f1fb5718f4cc2dbfe
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.63.0 (2023-07-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230626
|
6
|
+
|
7
|
+
### v0.62.0 (2023-06-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230621
|
10
|
+
|
3
11
|
### v0.61.0 (2023-06-18)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230614
|
@@ -1717,6 +1717,12 @@ module Google
|
|
1717
1717
|
# @return [String]
|
1718
1718
|
attr_accessor :environment
|
1719
1719
|
|
1720
|
+
# Optional. Whether to include BigQuery Export setting.
|
1721
|
+
# Corresponds to the JSON property `includeBigqueryExportSettings`
|
1722
|
+
# @return [Boolean]
|
1723
|
+
attr_accessor :include_bigquery_export_settings
|
1724
|
+
alias_method :include_bigquery_export_settings?, :include_bigquery_export_settings
|
1725
|
+
|
1720
1726
|
def initialize(**args)
|
1721
1727
|
update!(**args)
|
1722
1728
|
end
|
@@ -1726,6 +1732,7 @@ module Google
|
|
1726
1732
|
@agent_uri = args[:agent_uri] if args.key?(:agent_uri)
|
1727
1733
|
@data_format = args[:data_format] if args.key?(:data_format)
|
1728
1734
|
@environment = args[:environment] if args.key?(:environment)
|
1735
|
+
@include_bigquery_export_settings = args[:include_bigquery_export_settings] if args.key?(:include_bigquery_export_settings)
|
1729
1736
|
end
|
1730
1737
|
end
|
1731
1738
|
|
@@ -4058,6 +4065,13 @@ module Google
|
|
4058
4065
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SessionEntityType>]
|
4059
4066
|
attr_accessor :session_entity_types
|
4060
4067
|
|
4068
|
+
# Optional. Sets Dialogflow session life time. By default, a Dialogflow session
|
4069
|
+
# remains active and its data is stored for 30 minutes after the last request is
|
4070
|
+
# sent for the session. This value should be no longer than 1 day.
|
4071
|
+
# Corresponds to the JSON property `sessionTtl`
|
4072
|
+
# @return [String]
|
4073
|
+
attr_accessor :session_ttl
|
4074
|
+
|
4061
4075
|
# The time zone of this conversational query from the [time zone database](https:
|
4062
4076
|
# //www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. If not
|
4063
4077
|
# provided, the time zone specified in the agent is used.
|
@@ -4092,6 +4106,7 @@ module Google
|
|
4092
4106
|
@parameters = args[:parameters] if args.key?(:parameters)
|
4093
4107
|
@payload = args[:payload] if args.key?(:payload)
|
4094
4108
|
@session_entity_types = args[:session_entity_types] if args.key?(:session_entity_types)
|
4109
|
+
@session_ttl = args[:session_ttl] if args.key?(:session_ttl)
|
4095
4110
|
@time_zone = args[:time_zone] if args.key?(:time_zone)
|
4096
4111
|
@webhook_headers = args[:webhook_headers] if args.key?(:webhook_headers)
|
4097
4112
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.63.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 = "20230626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3145,6 +3145,7 @@ module Google
|
|
3145
3145
|
property :agent_uri, as: 'agentUri'
|
3146
3146
|
property :data_format, as: 'dataFormat'
|
3147
3147
|
property :environment, as: 'environment'
|
3148
|
+
property :include_bigquery_export_settings, as: 'includeBigqueryExportSettings'
|
3148
3149
|
end
|
3149
3150
|
end
|
3150
3151
|
|
@@ -3780,6 +3781,7 @@ module Google
|
|
3780
3781
|
hash :payload, as: 'payload'
|
3781
3782
|
collection :session_entity_types, as: 'sessionEntityTypes', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SessionEntityType, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SessionEntityType::Representation
|
3782
3783
|
|
3784
|
+
property :session_ttl, as: 'sessionTtl'
|
3783
3785
|
property :time_zone, as: 'timeZone'
|
3784
3786
|
hash :webhook_headers, as: 'webhookHeaders'
|
3785
3787
|
end
|
@@ -3741,7 +3741,8 @@ module Google
|
|
3741
3741
|
execute_or_queue_command(command, &block)
|
3742
3742
|
end
|
3743
3743
|
|
3744
|
-
# Fetches
|
3744
|
+
# Fetches the list of run results for the given test case. A maximum of 100
|
3745
|
+
# results are kept for each test case.
|
3745
3746
|
# @param [String] parent
|
3746
3747
|
# Required. The test case to list results for. Format: `projects//locations//
|
3747
3748
|
# agents// testCases/`. Specify a `-` as a wildcard for TestCase ID to list
|
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.
|
4
|
+
version: 0.63.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-
|
11
|
+
date: 2023-07-02 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.63.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: []
|