aws-lex-conversation 6.4.1 → 6.4.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18b7fc72f5d3c913939ce3d16fe14c85a3d6fde8a11935db32547b28619fac93
|
4
|
+
data.tar.gz: c9d08b830209fb9876263af34f961040ac5aea69c2f6b59f6b90136e8f8c8ed0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cf355b1af6a6710d30fac911abb75fb3a8a8851c84851a00fc0e954272245ac22ac8d7a25f47cb14d5d0216de3558c951867048409f4d9b697eaabfb73588d0
|
7
|
+
data.tar.gz: 1288d0616cdee0e9980701f1d12993390b17a1032316a922cda8f4689f4181162ef9e407b6cd577e1d48df65834aef0d16c12c059ae78f738578ba6596a7a996
|
@@ -26,7 +26,7 @@ module Aws
|
|
26
26
|
end
|
27
27
|
end
|
28
28
|
|
29
|
-
computed_property(:intents,
|
29
|
+
computed_property(:intents, virtual: true) do |instance|
|
30
30
|
instance.interpretations.map(&:intent).tap do |intents|
|
31
31
|
intents.map do |intent|
|
32
32
|
intent.nlu_confidence = instance.interpretations.find { |i| i.intent.name == intent.name }&.nlu_confidence
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-lex-conversation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.4.
|
4
|
+
version: 6.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesse Doyle
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: exe
|
14
14
|
cert_chain: []
|
15
|
-
date: 2022-
|
15
|
+
date: 2022-04-25 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: shrink_wrap
|