Class: Aws::Types::Interpretation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#intent ⇒ Types::Intent

Returns the value of attribute intent.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def intent
  @intent
end

#interpretation_source ⇒ "Bedrock", "Lex"

Returns the value of attribute interpretation_source.

Returns:

  • ("Bedrock", "Lex")


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