Class: Aws::Types::IntentClassificationTestResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def intent_name
  @intent_name
end

#multi_turn_conversation ⇒ Boolean

Returns the value of attribute multi_turn_conversation.

Returns:

  • (Boolean)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def multi_turn_conversation
  @multi_turn_conversation
end

#result_counts ⇒ Types::IntentClassificationTestResultItemCounts

Returns the value of attribute result_counts.



1972
1973
1974
# File 'sig/types.rbs', line 1972

def result_counts
  @result_counts
end