Class: Aws::LexModelsV2::Types::RecommendedIntentSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

An object that contains a summary of a recommended intent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intent_idString

The unique identifier of a recommended intent associated with the bot recommendation.

Returns:

  • (String)


11585
11586
11587
11588
11589
11590
11591
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11585

class RecommendedIntentSummary < Struct.new(
  :intent_id,
  :intent_name,
  :sample_utterances_count)
  SENSITIVE = []
  include Aws::Structure
end

#intent_nameString

The name of a recommended intent associated with the bot recommendation.

Returns:

  • (String)


11585
11586
11587
11588
11589
11590
11591
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11585

class RecommendedIntentSummary < Struct.new(
  :intent_id,
  :intent_name,
  :sample_utterances_count)
  SENSITIVE = []
  include Aws::Structure
end

#sample_utterances_countInteger

The count of sample utterances of a recommended intent that is associated with a bot recommendation.

Returns:

  • (Integer)


11585
11586
11587
11588
11589
11590
11591
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11585

class RecommendedIntentSummary < Struct.new(
  :intent_id,
  :intent_name,
  :sample_utterances_count)
  SENSITIVE = []
  include Aws::Structure
end