google-apis-dialogflow_v2beta1 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: c9e1194c31deef12e7ef0e9ce062f00e6db63696d45d28f015af3a17bea25001
4
- data.tar.gz: 628beb1d5fd42c0a1bd71a896dd37dd1b0ffef4a7dd8850fcea34aff929b1a38
3
+ metadata.gz: 2c44833e8375bda9a5b95defbcda394ec8643c2e56101dbb5c322c8d4522f2a7
4
+ data.tar.gz: 21216484f122692edf009221e4d81f69487b2d349224c40f846ac246c1b52c42
5
5
  SHA512:
6
- metadata.gz: 206aead4fece69d21520c477f57aadf43293505bb1d4bb828dcd9519e27f08034459a9f84189d1a78f30a4b705946393610474bea5b20898b1c0e947c8c6ccaf
7
- data.tar.gz: e5cea922b41c6ce6bf99cd4424a1d3e5ee6fc7eb3643e54eeb9665681b30f7157a135e766797ef11b54c9823132e2e451169850081ae6ba52e783af31c2090b9
6
+ metadata.gz: 737bfd5a755f554de3d9d0822868c4f34da1ee4f30ef4f10046a25b75d3e38d6f46c2754ad03ae04a6a0adfecd8020324cd9fb2c125a0651c8ea4662c0515286
7
+ data.tar.gz: ff327b3f7a041bf732389a56480663a5995eaebae0d748d3a1fe9a3e5293707cd4cc4d94c2a2d68d1288f359e21d6fcf0f27142d3dd6140a60ed2c7910bbdf43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.63.0 (2023-07-09)
4
+
5
+ * Regenerated from discovery document revision 20230705
6
+
7
+ ### v0.62.0 (2023-07-02)
8
+
9
+ * Regenerated from discovery document revision 20230626
10
+
3
11
  ### v0.61.0 (2023-06-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20230621
@@ -653,7 +653,8 @@ module Google
653
653
  class GoogleCloudDialogflowCxV3ExportAgentResponse
654
654
  include Google::Apis::Core::Hashable
655
655
 
656
- # Uncompressed raw byte content for agent.
656
+ # Uncompressed raw byte content for agent. This field is populated if none of `
657
+ # agent_uri` and `git_destination` are specified in ExportAgentRequest.
657
658
  # Corresponds to the JSON property `agentContent`
658
659
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
659
660
  # @return [String]
@@ -665,6 +666,12 @@ module Google
665
666
  # @return [String]
666
667
  attr_accessor :agent_uri
667
668
 
669
+ # Commit SHA of the git push. This field is populated if `git_destination` are
670
+ # specified in ExportAgentRequest.
671
+ # Corresponds to the JSON property `commitSha`
672
+ # @return [String]
673
+ attr_accessor :commit_sha
674
+
668
675
  def initialize(**args)
669
676
  update!(**args)
670
677
  end
@@ -673,6 +680,7 @@ module Google
673
680
  def update!(**args)
674
681
  @agent_content = args[:agent_content] if args.key?(:agent_content)
675
682
  @agent_uri = args[:agent_uri] if args.key?(:agent_uri)
683
+ @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
676
684
  end
677
685
  end
678
686
 
@@ -3730,7 +3738,8 @@ module Google
3730
3738
  class GoogleCloudDialogflowCxV3beta1ExportAgentResponse
3731
3739
  include Google::Apis::Core::Hashable
3732
3740
 
3733
- # Uncompressed raw byte content for agent.
3741
+ # Uncompressed raw byte content for agent. This field is populated if none of `
3742
+ # agent_uri` and `git_destination` are specified in ExportAgentRequest.
3734
3743
  # Corresponds to the JSON property `agentContent`
3735
3744
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
3736
3745
  # @return [String]
@@ -3742,6 +3751,12 @@ module Google
3742
3751
  # @return [String]
3743
3752
  attr_accessor :agent_uri
3744
3753
 
3754
+ # Commit SHA of the git push. This field is populated if `git_destination` are
3755
+ # specified in ExportAgentRequest.
3756
+ # Corresponds to the JSON property `commitSha`
3757
+ # @return [String]
3758
+ attr_accessor :commit_sha
3759
+
3745
3760
  def initialize(**args)
3746
3761
  update!(**args)
3747
3762
  end
@@ -3750,6 +3765,7 @@ module Google
3750
3765
  def update!(**args)
3751
3766
  @agent_content = args[:agent_content] if args.key?(:agent_content)
3752
3767
  @agent_uri = args[:agent_uri] if args.key?(:agent_uri)
3768
+ @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
3753
3769
  end
3754
3770
  end
3755
3771
 
@@ -11968,7 +11984,8 @@ module Google
11968
11984
  attr_accessor :conversation_process_config
11969
11985
 
11970
11986
  # Automatically iterates all participants and tries to compile suggestions.
11971
- # Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
11987
+ # Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST,
11988
+ # ENTITY_EXTRACTION.
11972
11989
  # Corresponds to the JSON property `enableEventBasedSuggestion`
11973
11990
  # @return [Boolean]
11974
11991
  attr_accessor :enable_event_based_suggestion
@@ -12031,7 +12048,8 @@ module Google
12031
12048
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings]
12032
12049
  attr_accessor :context_filter_settings
12033
12050
 
12034
- # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.
12051
+ # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST,
12052
+ # ENTITY_EXTRACTION.
12035
12053
  # Corresponds to the JSON property `dialogflowQuerySource`
12036
12054
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource]
12037
12055
  attr_accessor :dialogflow_query_source
@@ -12103,7 +12121,8 @@ module Google
12103
12121
  end
12104
12122
  end
12105
12123
 
12106
- # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.
12124
+ # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST,
12125
+ # ENTITY_EXTRACTION.
12107
12126
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
12108
12127
  include Google::Apis::Core::Hashable
12109
12128
 
@@ -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.61.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 = "20230621"
25
+ REVISION = "20230705"
26
26
  end
27
27
  end
28
28
  end
@@ -3072,6 +3072,7 @@ module Google
3072
3072
  class Representation < Google::Apis::Core::JsonRepresentation
3073
3073
  property :agent_content, :base64 => true, as: 'agentContent'
3074
3074
  property :agent_uri, as: 'agentUri'
3075
+ property :commit_sha, as: 'commitSha'
3075
3076
  end
3076
3077
  end
3077
3078
 
@@ -3916,6 +3917,7 @@ module Google
3916
3917
  class Representation < Google::Apis::Core::JsonRepresentation
3917
3918
  property :agent_content, :base64 => true, as: 'agentContent'
3918
3919
  property :agent_uri, as: 'agentUri'
3920
+ property :commit_sha, as: 'commitSha'
3919
3921
  end
3920
3922
  end
3921
3923
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-09 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.63.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []