Class: Aws::Types::Interpretation
- Inherits:
-
Object
- Object
- Aws::Types::Interpretation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent ⇒ Types::Intent
Returns the value of attribute intent.
-
#interpretation_source ⇒ "Bedrock", "Lex"
Returns the value of attribute interpretation_source.
-
#nlu_confidence ⇒ Types::ConfidenceScore
Returns the value of attribute nlu_confidence.
-
#sentiment_response ⇒ Types::SentimentResponse
Returns the value of attribute sentiment_response.
Instance Attribute Details
#intent ⇒ Types::Intent
Returns the value of attribute intent.
192 193 194 |
# File 'sig/types.rbs', line 192 def intent @intent end |
#interpretation_source ⇒ "Bedrock", "Lex"
Returns the value of attribute interpretation_source.
193 194 195 |
# File 'sig/types.rbs', line 193 def interpretation_source @interpretation_source end |
#nlu_confidence ⇒ Types::ConfidenceScore
Returns the value of attribute nlu_confidence.
190 191 192 |
# File 'sig/types.rbs', line 190 def nlu_confidence @nlu_confidence end |
#sentiment_response ⇒ Types::SentimentResponse
Returns the value of attribute sentiment_response.
191 192 193 |
# File 'sig/types.rbs', line 191 def sentiment_response @sentiment_response end |