Class: Aws::Types::IntentDetectedDataDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:intent])

Instance Attribute Summary collapse

Instance Attribute Details

#intent::String

Returns the value of attribute intent.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def intent
  @intent
end

#intent_id::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def intent_id
  @intent_id
end

#relevance_level"HIGH", ...

Returns the value of attribute relevance_level.

Returns:

  • ("HIGH", "MEDIUM", "LOW")


1566
1567
1568
# File 'sig/types.rbs', line 1566

def relevance_level
  @relevance_level
end