google-apis-dialogflow_v3beta1 0.27.0 → 0.28.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: 8fdb3e54c538ba86f376aacf1fab65c98c24c6745eadd48a246da2d959ae8fbf
4
- data.tar.gz: 2f43fafcf71309931f14ce5e15acdbd67499b4a4fdcee0bb0ced31fd6ac21e48
3
+ metadata.gz: b394627c735913ee4ed0580a5f66f41d52919ca54b09b2f1707b367a7085d3a2
4
+ data.tar.gz: 140e10fce61049a98365554f71e64d7c42b729a02cd0e3d1bcd740ffe8450abe
5
5
  SHA512:
6
- metadata.gz: dc879576d467ce6f3e738f99df9f8632b0ef97b73a753671f74af89b7bbcfdf86be3b06674205513a9e5d483ae8be74df160c61c088d2b1c07fa942f460dd781
7
- data.tar.gz: 5a6acc7ffb89ee8833e73141f80387573b3686d821445d0ddd3a3f1b6eb76b2f60237ed044c2a1119aae006d3bd89c7c8db4a1150691657b898b8c4df9246b46
6
+ metadata.gz: 1a1cf2472fd1aec88b9a12d9cfad45241bc434631d1e54f5e40bfbae459b24c7928699db25dae1cca608e2bec28ea0bf9dbc377d23dd7b6a01637203e4fbdeca
7
+ data.tar.gz: 8a290c8dc1b30520197e8b74997112c21a699f04d72d826d3ec1c940d1927929ed5fe779eaf0580e4bd4e32d2d4b17fa8ed075ed60bd52a1d4fc9aa6c46a8b67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.28.0 (2022-01-21)
4
+
5
+ * Regenerated from discovery document revision 20220119
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.27.0 (2022-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20211231
@@ -476,7 +476,7 @@ module Google
476
476
  include Google::Apis::Core::Hashable
477
477
 
478
478
  # Whether to run test cases in TestCasesConfig.test_cases periodically. Default
479
- # false. If set to ture, run once a day.
479
+ # false. If set to true, run once a day.
480
480
  # Corresponds to the JSON property `enableContinuousRun`
481
481
  # @return [Boolean]
482
482
  attr_accessor :enable_continuous_run
@@ -6098,7 +6098,8 @@ module Google
6098
6098
  # @return [Float]
6099
6099
  attr_accessor :confidence
6100
6100
 
6101
- # The event that matched the query. Only filled for `EVENT` match type.
6101
+ # The event that matched the query. Filled for `EVENT`, `NO_MATCH` and `NO_INPUT`
6102
+ # match types.
6102
6103
  # Corresponds to the JSON property `event`
6103
6104
  # @return [String]
6104
6105
  attr_accessor :event
@@ -7481,7 +7482,7 @@ module Google
7481
7482
  attr_accessor :display_name
7482
7483
 
7483
7484
  # Settings for exporting conversations to [Insights](https://cloud.google.com/
7484
- # dialogflow/priv/docs/insights).
7485
+ # contact-center/insights/docs).
7485
7486
  # Corresponds to the JSON property `insightsExportSettings`
7486
7487
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings]
7487
7488
  attr_accessor :insights_export_settings
@@ -7552,7 +7553,7 @@ module Google
7552
7553
  end
7553
7554
 
7554
7555
  # Settings for exporting conversations to [Insights](https://cloud.google.com/
7555
- # dialogflow/priv/docs/insights).
7556
+ # contact-center/insights/docs).
7556
7557
  class GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings
7557
7558
  include Google::Apis::Core::Hashable
7558
7559
 
@@ -9551,6 +9552,25 @@ module Google
9551
9552
  end
9552
9553
  end
9553
9554
 
9555
+ # Response message for Documents.ImportDocuments.
9556
+ class GoogleCloudDialogflowV2ImportDocumentsResponse
9557
+ include Google::Apis::Core::Hashable
9558
+
9559
+ # Includes details about skipped documents or any other warnings.
9560
+ # Corresponds to the JSON property `warnings`
9561
+ # @return [Array<Google::Apis::DialogflowV3beta1::GoogleRpcStatus>]
9562
+ attr_accessor :warnings
9563
+
9564
+ def initialize(**args)
9565
+ update!(**args)
9566
+ end
9567
+
9568
+ # Update properties of this object
9569
+ def update!(**args)
9570
+ @warnings = args[:warnings] if args.key?(:warnings)
9571
+ end
9572
+ end
9573
+
9554
9574
  # An intent categorizes an end-user's intention for one conversation turn. For
9555
9575
  # each agent, you define many intents, where your combined intents can handle a
9556
9576
  # complete conversation. When an end-user writes or says something, referred to
@@ -10806,6 +10826,11 @@ module Google
10806
10826
  class GoogleCloudDialogflowV2KnowledgeOperationMetadata
10807
10827
  include Google::Apis::Core::Hashable
10808
10828
 
10829
+ # The name of the knowledge base interacted with during the operation.
10830
+ # Corresponds to the JSON property `knowledgeBase`
10831
+ # @return [String]
10832
+ attr_accessor :knowledge_base
10833
+
10809
10834
  # Output only. The current state of this operation.
10810
10835
  # Corresponds to the JSON property `state`
10811
10836
  # @return [String]
@@ -10817,6 +10842,7 @@ module Google
10817
10842
 
10818
10843
  # Update properties of this object
10819
10844
  def update!(**args)
10845
+ @knowledge_base = args[:knowledge_base] if args.key?(:knowledge_base)
10820
10846
  @state = args[:state] if args.key?(:state)
10821
10847
  end
10822
10848
  end
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211231"
25
+ REVISION = "20220119"
26
26
  end
27
27
  end
28
28
  end
@@ -1612,6 +1612,12 @@ module Google
1612
1612
  include Google::Apis::Core::JsonObjectSupport
1613
1613
  end
1614
1614
 
1615
+ class GoogleCloudDialogflowV2ImportDocumentsResponse
1616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1617
+
1618
+ include Google::Apis::Core::JsonObjectSupport
1619
+ end
1620
+
1615
1621
  class GoogleCloudDialogflowV2Intent
1616
1622
  class Representation < Google::Apis::Core::JsonRepresentation; end
1617
1623
 
@@ -5065,6 +5071,14 @@ module Google
5065
5071
  end
5066
5072
  end
5067
5073
 
5074
+ class GoogleCloudDialogflowV2ImportDocumentsResponse
5075
+ # @private
5076
+ class Representation < Google::Apis::Core::JsonRepresentation
5077
+ collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
5078
+
5079
+ end
5080
+ end
5081
+
5068
5082
  class GoogleCloudDialogflowV2Intent
5069
5083
  # @private
5070
5084
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5429,6 +5443,7 @@ module Google
5429
5443
  class GoogleCloudDialogflowV2KnowledgeOperationMetadata
5430
5444
  # @private
5431
5445
  class Representation < Google::Apis::Core::JsonRepresentation
5446
+ property :knowledge_base, as: 'knowledgeBase'
5432
5447
  property :state, as: 'state'
5433
5448
  end
5434
5449
  end
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.27.0
4
+ version: 0.28.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-24 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.28.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V3beta1