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: 8bc369a5b10d48b9936644b0ddc62d8ac660104fa1878576db52874636096850
4
- data.tar.gz: 2dd17222a07d8a6a33d6fa5e4102bfb309f412368e7e884c55e630481fabe53b
3
+ metadata.gz: 18b7fc72f5d3c913939ce3d16fe14c85a3d6fde8a11935db32547b28619fac93
4
+ data.tar.gz: c9d08b830209fb9876263af34f961040ac5aea69c2f6b59f6b90136e8f8c8ed0
5
5
  SHA512:
6
- metadata.gz: c5991a4fae628d07e6a1801b1ccbc08668f72b22849c45431fb92564cda744ce2af5cb7216b1b456dd215d42839c4d31160bc96dc73479be1d76d47a7f223f02
7
- data.tar.gz: 28634d75eb37f2984fe84bacdea066d0dec2f33757fbbaed517d032353896ef19387c9bc63fb1eb26c55760543e91683c3b429fe42948ac2d26498abb5491824
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, virutal: true) do |instance|
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
@@ -8,7 +8,7 @@ module Aws
8
8
  class ResolvedContext
9
9
  include Base
10
10
 
11
- required :intent
11
+ optional :intent
12
12
  end
13
13
  end
14
14
  end
@@ -3,7 +3,7 @@
3
3
  module Aws
4
4
  module Lex
5
5
  class Conversation
6
- VERSION = '6.4.1'
6
+ VERSION = '6.4.2'
7
7
  end
8
8
  end
9
9
  end
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.1
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-02-10 00:00:00.000000000 Z
15
+ date: 2022-04-25 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: shrink_wrap