google-cloud-dialogflow-cx-v3 0.8.0 → 0.8.1

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: b76026db42b4fc1e8113484497ba7a842ee3d00415ed5538c423ed71dddcddd8
4
- data.tar.gz: 615ce2ea0b51fb6f66d5ec877db499a876f9936d30dfe6fbf98a7cd9da20b6ce
3
+ metadata.gz: f04ff752e40ceee9f4525e243e12bdba4b116e9a5a37efee6e1f0a902c8659a0
4
+ data.tar.gz: 1d27d43d07576d58abf40a45643cece84736f35918a8db903b31b296fbf51756
5
5
  SHA512:
6
- metadata.gz: b0cd9fef3bc9bb1e055c7fd3c28b7aefb37438025aa732ef3e262c76fa9d12b9fe46b0efef273ec8e0e8d7fea7f0ee88e65f64e2bcdc773a4b1b4eca32793ee8
7
- data.tar.gz: bd42cc5a5405cdca011b62969c8fc41348985acd27f1fb62b80d0c466e281a364810c03203e9c3c280d929db35a87f5e89510182cc5625b97c614d9441a4319c
6
+ metadata.gz: 51e980dec78c300203f58e08479cb2f50cc2606c673885efecae11c5097ff886f9a27d4783d1001800a91e24ab40dbb3657297be86ec5b8e6b505c60ef7e8a31
7
+ data.tar.gz: 25b3ea47a7d435c5ae621bdf17381871af81c88c2f51d76467704d99e6a7f3b2b3c7e031f9f6989a217d2586fe519141fce6a75c9ade50d1c75bb95da79a1d5f
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "0.8.0"
25
+ VERSION = "0.8.1"
26
26
  end
27
27
  end
28
28
  end
@@ -537,8 +537,22 @@ module Google
537
537
  # @!attribute [rw] diagnostic_info
538
538
  # @return [::Google::Protobuf::Struct]
539
539
  # The free-form diagnostic info. For example, this field could contain
540
- # webhook call latency. The string keys of the Struct's fields map can change
541
- # without notice.
540
+ # webhook call latency. The fields of this data can change without notice,
541
+ # so you should not write code that depends on its structure.
542
+ #
543
+ # One of the fields is called "Alternative Matched Intents", which may
544
+ # aid with debugging. The following describes these intent results:
545
+ #
546
+ # - The list is empty if no intent was matched to end-user input.
547
+ # - Only intents that are referenced in the currently active flow are
548
+ # included.
549
+ # - The matched intent is included.
550
+ # - Other intents that could have matched end-user input, but did not match
551
+ # because they are referenced by intent routes that are out of
552
+ # [scope](https://cloud.google.com/dialogflow/cx/docs/concept/handler#scope),
553
+ # are included.
554
+ # - Other intents referenced by intent routes in scope that matched end-user
555
+ # input, but had a lower confidence score.
542
556
  # @!attribute [rw] sentiment_analysis_result
543
557
  # @return [::Google::Cloud::Dialogflow::CX::V3::SentimentAnalysisResult]
544
558
  # The sentiment analyss result, which depends on
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
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-04-28 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common