google-apis-dialogflow_v2beta1 0.125.0 → 0.126.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: 1ed312890a2df40a26238aaa927c7eaac3dad301ec59f241d5ffb916d17c2941
|
|
4
|
+
data.tar.gz: 8e7574d35dbea82ca14c325f9ae74f252e693622c24f3f37a131809d2d07d48b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26af67e5c6d3b30fc7cc8eb0de1b46da5639a2c11aad8808635c9a6f113e73ed4067927abbed353496caae3ea5def085e47cbe82c532f0d67d694bac7ed37757
|
|
7
|
+
data.tar.gz: 1a4f1af6a22bc9fd459e04602bab908816bbd23cbc17d8c3b1889f6a330ccce5098c842746490b7d355bcaa691c13ca07094b823291e8724eee1ccfa00bd7752
|
data/CHANGELOG.md
CHANGED
|
@@ -14626,31 +14626,6 @@ module Google
|
|
|
14626
14626
|
end
|
|
14627
14627
|
end
|
|
14628
14628
|
|
|
14629
|
-
#
|
|
14630
|
-
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
|
|
14631
|
-
include Google::Apis::Core::Hashable
|
|
14632
|
-
|
|
14633
|
-
#
|
|
14634
|
-
# Corresponds to the JSON property `baselineModelVersion`
|
|
14635
|
-
# @return [String]
|
|
14636
|
-
attr_accessor :baseline_model_version
|
|
14637
|
-
|
|
14638
|
-
#
|
|
14639
|
-
# Corresponds to the JSON property `model`
|
|
14640
|
-
# @return [String]
|
|
14641
|
-
attr_accessor :model
|
|
14642
|
-
|
|
14643
|
-
def initialize(**args)
|
|
14644
|
-
update!(**args)
|
|
14645
|
-
end
|
|
14646
|
-
|
|
14647
|
-
# Update properties of this object
|
|
14648
|
-
def update!(**args)
|
|
14649
|
-
@baseline_model_version = args[:baseline_model_version] if args.key?(:baseline_model_version)
|
|
14650
|
-
@model = args[:model] if args.key?(:model)
|
|
14651
|
-
end
|
|
14652
|
-
end
|
|
14653
|
-
|
|
14654
14629
|
#
|
|
14655
14630
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
|
|
14656
14631
|
include Google::Apis::Core::Hashable
|
|
@@ -14768,11 +14743,6 @@ module Google
|
|
|
14768
14743
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
|
|
14769
14744
|
include Google::Apis::Core::Hashable
|
|
14770
14745
|
|
|
14771
|
-
#
|
|
14772
|
-
# Corresponds to the JSON property `conversationModelConfig`
|
|
14773
|
-
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig]
|
|
14774
|
-
attr_accessor :conversation_model_config
|
|
14775
|
-
|
|
14776
14746
|
#
|
|
14777
14747
|
# Corresponds to the JSON property `conversationProcessConfig`
|
|
14778
14748
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig]
|
|
@@ -14851,7 +14821,6 @@ module Google
|
|
|
14851
14821
|
|
|
14852
14822
|
# Update properties of this object
|
|
14853
14823
|
def update!(**args)
|
|
14854
|
-
@conversation_model_config = args[:conversation_model_config] if args.key?(:conversation_model_config)
|
|
14855
14824
|
@conversation_process_config = args[:conversation_process_config] if args.key?(:conversation_process_config)
|
|
14856
14825
|
@disable_agent_query_logging = args[:disable_agent_query_logging] if args.key?(:disable_agent_query_logging)
|
|
14857
14826
|
@disable_query_search_context = args[:disable_query_search_context] if args.key?(:disable_query_search_context)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.126.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260622"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2656,12 +2656,6 @@ module Google
|
|
|
2656
2656
|
include Google::Apis::Core::JsonObjectSupport
|
|
2657
2657
|
end
|
|
2658
2658
|
|
|
2659
|
-
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
|
|
2660
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2661
|
-
|
|
2662
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
2663
|
-
end
|
|
2664
|
-
|
|
2665
2659
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
|
|
2666
2660
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2667
2661
|
|
|
@@ -8692,14 +8686,6 @@ module Google
|
|
|
8692
8686
|
end
|
|
8693
8687
|
end
|
|
8694
8688
|
|
|
8695
|
-
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
|
|
8696
|
-
# @private
|
|
8697
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8698
|
-
property :baseline_model_version, as: 'baselineModelVersion'
|
|
8699
|
-
property :model, as: 'model'
|
|
8700
|
-
end
|
|
8701
|
-
end
|
|
8702
|
-
|
|
8703
8689
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
|
|
8704
8690
|
# @private
|
|
8705
8691
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8733,8 +8719,6 @@ module Google
|
|
|
8733
8719
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
|
|
8734
8720
|
# @private
|
|
8735
8721
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8736
|
-
property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig::Representation
|
|
8737
|
-
|
|
8738
8722
|
property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig::Representation
|
|
8739
8723
|
|
|
8740
8724
|
property :disable_agent_query_logging, as: 'disableAgentQueryLogging'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.126.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.126.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|