google-apis-dialogflow_v2 0.17.0 → 0.18.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15cce5ca32e9d41dece5c18583f5fa58464dc31e69f097890dec48d388ce0e70
|
|
4
|
+
data.tar.gz: e5423b7498671f6ef6a342008aec6d62d96acfabe712eae262994b58437b6445
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 119dfabc5f2b52d2d90ff862d930f81808c25da3350ed024072dd9260582c60d1d23294eb1a50763a3703da6247bdac91f9f4e11c06114a786fad612b2067830
|
|
7
|
+
data.tar.gz: 9558d71b945f3891548e198ca62a7922fed0ce4de3e210bb62410eb7d4653bd8e9b7f2aa49f083116a314a23af8f3e6f76fd755c2231c56df58b9777d7cdd371
|
data/CHANGELOG.md
CHANGED
|
@@ -6592,7 +6592,7 @@ module Google
|
|
|
6592
6592
|
|
|
6593
6593
|
# Output only. The unique identifier of this agent environment. Supported
|
|
6594
6594
|
# formats: - `projects//agent/environments/` - `projects//locations//agent/
|
|
6595
|
-
# environments/`
|
|
6595
|
+
# environments/` The environment ID for the default environment is `-`.
|
|
6596
6596
|
# Corresponds to the JSON property `name`
|
|
6597
6597
|
# @return [String]
|
|
6598
6598
|
attr_accessor :name
|
|
@@ -6648,7 +6648,7 @@ module Google
|
|
|
6648
6648
|
|
|
6649
6649
|
# Output only. The name of the environment this history is for. Supported
|
|
6650
6650
|
# formats: - `projects//agent/environments/` - `projects//locations//agent/
|
|
6651
|
-
# environments/`
|
|
6651
|
+
# environments/` The environment ID for the default environment is `-`.
|
|
6652
6652
|
# Corresponds to the JSON property `parent`
|
|
6653
6653
|
# @return [String]
|
|
6654
6654
|
attr_accessor :parent
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV2
|
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210706"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -875,7 +875,8 @@ module Google
|
|
|
875
875
|
# Deletes the specified agent environment.
|
|
876
876
|
# @param [String] name
|
|
877
877
|
# Required. The name of the environment to delete. / Format: - `projects//agent/
|
|
878
|
-
# environments/` - `projects//locations//agent/environments/`
|
|
878
|
+
# environments/` - `projects//locations//agent/environments/` The environment ID
|
|
879
|
+
# for the default environment is `-`.
|
|
879
880
|
# @param [String] fields
|
|
880
881
|
# Selector specifying which fields to include in a partial response.
|
|
881
882
|
# @param [String] quota_user
|
|
@@ -906,7 +907,8 @@ module Google
|
|
|
906
907
|
# Retrieves the specified agent environment.
|
|
907
908
|
# @param [String] name
|
|
908
909
|
# Required. The name of the environment. Supported formats: - `projects//agent/
|
|
909
|
-
# environments/` - `projects//locations//agent/environments/`
|
|
910
|
+
# environments/` - `projects//locations//agent/environments/` The environment ID
|
|
911
|
+
# for the default environment is `-`.
|
|
910
912
|
# @param [String] fields
|
|
911
913
|
# Selector specifying which fields to include in a partial response.
|
|
912
914
|
# @param [String] quota_user
|
|
@@ -938,7 +940,7 @@ module Google
|
|
|
938
940
|
# @param [String] parent
|
|
939
941
|
# Required. The name of the environment to retrieve history for. Supported
|
|
940
942
|
# formats: - `projects//agent/environments/` - `projects//locations//agent/
|
|
941
|
-
# environments/`
|
|
943
|
+
# environments/` The environment ID for the default environment is `-`.
|
|
942
944
|
# @param [Fixnum] page_size
|
|
943
945
|
# Optional. The maximum number of items to return in a single page. By default
|
|
944
946
|
# 100 and at most 1000.
|
|
@@ -973,7 +975,7 @@ module Google
|
|
|
973
975
|
execute_or_queue_command(command, &block)
|
|
974
976
|
end
|
|
975
977
|
|
|
976
|
-
# Returns the list of all non-
|
|
978
|
+
# Returns the list of all non-default environments of the specified agent.
|
|
977
979
|
# @param [String] parent
|
|
978
980
|
# Required. The agent to list all environments from. Format: - `projects//agent`
|
|
979
981
|
# - `projects//locations//agent`
|
|
@@ -1015,22 +1017,22 @@ module Google
|
|
|
1015
1017
|
# agent versions into the environment. When an environment is pointed to a new
|
|
1016
1018
|
# agent version by setting `environment.agent_version`, the environment is
|
|
1017
1019
|
# temporarily set to the `LOADING` state. During that time, the environment
|
|
1018
|
-
#
|
|
1020
|
+
# continues serving the previous version of the agent. After the new agent
|
|
1019
1021
|
# version is done loading, the environment is set back to the `RUNNING` state.
|
|
1020
|
-
# You can use "-" as Environment ID in environment name to update
|
|
1021
|
-
#
|
|
1022
|
-
# can't be undone. You may want to save the draft
|
|
1023
|
-
# this
|
|
1022
|
+
# You can use "-" as Environment ID in environment name to update an agent
|
|
1023
|
+
# version in the default environment. WARNING: this will negate all recent
|
|
1024
|
+
# changes to the draft agent and can't be undone. You may want to save the draft
|
|
1025
|
+
# agent to a version before calling this method.
|
|
1024
1026
|
# @param [String] name
|
|
1025
1027
|
# Output only. The unique identifier of this agent environment. Supported
|
|
1026
1028
|
# formats: - `projects//agent/environments/` - `projects//locations//agent/
|
|
1027
|
-
# environments/`
|
|
1029
|
+
# environments/` The environment ID for the default environment is `-`.
|
|
1028
1030
|
# @param [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Environment] google_cloud_dialogflow_v2_environment_object
|
|
1029
1031
|
# @param [Boolean] allow_load_to_draft_and_discard_changes
|
|
1030
|
-
# Optional. This field is used to prevent accidental overwrite of the
|
|
1032
|
+
# Optional. This field is used to prevent accidental overwrite of the default
|
|
1031
1033
|
# environment, which is an operation that cannot be undone. To confirm that the
|
|
1032
1034
|
# caller desires this overwrite, this field must be explicitly set to true when
|
|
1033
|
-
# updating the
|
|
1035
|
+
# updating the default environment (environment ID = `-`).
|
|
1034
1036
|
# @param [String] update_mask
|
|
1035
1037
|
# Required. The mask to control which fields get updated.
|
|
1036
1038
|
# @param [String] fields
|
|
@@ -4827,7 +4829,8 @@ module Google
|
|
|
4827
4829
|
# Deletes the specified agent environment.
|
|
4828
4830
|
# @param [String] name
|
|
4829
4831
|
# Required. The name of the environment to delete. / Format: - `projects//agent/
|
|
4830
|
-
# environments/` - `projects//locations//agent/environments/`
|
|
4832
|
+
# environments/` - `projects//locations//agent/environments/` The environment ID
|
|
4833
|
+
# for the default environment is `-`.
|
|
4831
4834
|
# @param [String] fields
|
|
4832
4835
|
# Selector specifying which fields to include in a partial response.
|
|
4833
4836
|
# @param [String] quota_user
|
|
@@ -4858,7 +4861,8 @@ module Google
|
|
|
4858
4861
|
# Retrieves the specified agent environment.
|
|
4859
4862
|
# @param [String] name
|
|
4860
4863
|
# Required. The name of the environment. Supported formats: - `projects//agent/
|
|
4861
|
-
# environments/` - `projects//locations//agent/environments/`
|
|
4864
|
+
# environments/` - `projects//locations//agent/environments/` The environment ID
|
|
4865
|
+
# for the default environment is `-`.
|
|
4862
4866
|
# @param [String] fields
|
|
4863
4867
|
# Selector specifying which fields to include in a partial response.
|
|
4864
4868
|
# @param [String] quota_user
|
|
@@ -4890,7 +4894,7 @@ module Google
|
|
|
4890
4894
|
# @param [String] parent
|
|
4891
4895
|
# Required. The name of the environment to retrieve history for. Supported
|
|
4892
4896
|
# formats: - `projects//agent/environments/` - `projects//locations//agent/
|
|
4893
|
-
# environments/`
|
|
4897
|
+
# environments/` The environment ID for the default environment is `-`.
|
|
4894
4898
|
# @param [Fixnum] page_size
|
|
4895
4899
|
# Optional. The maximum number of items to return in a single page. By default
|
|
4896
4900
|
# 100 and at most 1000.
|
|
@@ -4925,7 +4929,7 @@ module Google
|
|
|
4925
4929
|
execute_or_queue_command(command, &block)
|
|
4926
4930
|
end
|
|
4927
4931
|
|
|
4928
|
-
# Returns the list of all non-
|
|
4932
|
+
# Returns the list of all non-default environments of the specified agent.
|
|
4929
4933
|
# @param [String] parent
|
|
4930
4934
|
# Required. The agent to list all environments from. Format: - `projects//agent`
|
|
4931
4935
|
# - `projects//locations//agent`
|
|
@@ -4967,22 +4971,22 @@ module Google
|
|
|
4967
4971
|
# agent versions into the environment. When an environment is pointed to a new
|
|
4968
4972
|
# agent version by setting `environment.agent_version`, the environment is
|
|
4969
4973
|
# temporarily set to the `LOADING` state. During that time, the environment
|
|
4970
|
-
#
|
|
4974
|
+
# continues serving the previous version of the agent. After the new agent
|
|
4971
4975
|
# version is done loading, the environment is set back to the `RUNNING` state.
|
|
4972
|
-
# You can use "-" as Environment ID in environment name to update
|
|
4973
|
-
#
|
|
4974
|
-
# can't be undone. You may want to save the draft
|
|
4975
|
-
# this
|
|
4976
|
+
# You can use "-" as Environment ID in environment name to update an agent
|
|
4977
|
+
# version in the default environment. WARNING: this will negate all recent
|
|
4978
|
+
# changes to the draft agent and can't be undone. You may want to save the draft
|
|
4979
|
+
# agent to a version before calling this method.
|
|
4976
4980
|
# @param [String] name
|
|
4977
4981
|
# Output only. The unique identifier of this agent environment. Supported
|
|
4978
4982
|
# formats: - `projects//agent/environments/` - `projects//locations//agent/
|
|
4979
|
-
# environments/`
|
|
4983
|
+
# environments/` The environment ID for the default environment is `-`.
|
|
4980
4984
|
# @param [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Environment] google_cloud_dialogflow_v2_environment_object
|
|
4981
4985
|
# @param [Boolean] allow_load_to_draft_and_discard_changes
|
|
4982
|
-
# Optional. This field is used to prevent accidental overwrite of the
|
|
4986
|
+
# Optional. This field is used to prevent accidental overwrite of the default
|
|
4983
4987
|
# environment, which is an operation that cannot be undone. To confirm that the
|
|
4984
4988
|
# caller desires this overwrite, this field must be explicitly set to true when
|
|
4985
|
-
# updating the
|
|
4989
|
+
# updating the default environment (environment ID = `-`).
|
|
4986
4990
|
# @param [String] update_mask
|
|
4987
4991
|
# Required. The mask to control which fields get updated.
|
|
4988
4992
|
# @param [String] fields
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.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: 2021-07-
|
|
11
|
+
date: 2021-07-12 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/master/generated/google-apis-dialogflow_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|