Class: Aws::Types::PredictedIntent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:slots])

Instance Attribute Summary collapse

Instance Attribute Details

#intent_name::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def intent_name
  @intent_name
end

#nlu_intent_confidenceTypes::IntentConfidence

Returns the value of attribute nlu_intent_confidence.



210
211
212
# File 'sig/types.rbs', line 210

def nlu_intent_confidence
  @nlu_intent_confidence
end

#slots::Hash[::String, ::String]

Returns the value of attribute slots.

Returns:

  • (::Hash[::String, ::String])


211
212
213
# File 'sig/types.rbs', line 211

def slots
  @slots
end