Class: Aws::Types::RecommendedIntentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


2819
2820
2821
# File 'sig/types.rbs', line 2819

def intent_id
  @intent_id
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


2820
2821
2822
# File 'sig/types.rbs', line 2820

def intent_name
  @intent_name
end

#sample_utterances_count ⇒ ::Integer

Returns the value of attribute sample_utterances_count.

Returns:

  • (::Integer)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def sample_utterances_count
  @sample_utterances_count
end