Class: Aws::LexModelsV2::Types::RecommendedIntentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::RecommendedIntentSummary
- Includes:
- Structure
- Defined in:
- 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
-
#intent_id ⇒ String
The unique identifier of a recommended intent associated with the bot recommendation.
-
#intent_name ⇒ String
The name of a recommended intent associated with the bot recommendation.
-
#sample_utterances_count ⇒ Integer
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
Instance Attribute Details
#intent_id ⇒ String
The unique identifier of a recommended intent associated with the bot recommendation.
11658 11659 11660 11661 11662 11663 11664 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11658 class RecommendedIntentSummary < Struct.new( :intent_id, :intent_name, :sample_utterances_count) SENSITIVE = [] include Aws::Structure end |
#intent_name ⇒ String
The name of a recommended intent associated with the bot recommendation.
11658 11659 11660 11661 11662 11663 11664 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11658 class RecommendedIntentSummary < Struct.new( :intent_id, :intent_name, :sample_utterances_count) SENSITIVE = [] include Aws::Structure end |
#sample_utterances_count ⇒ Integer
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
11658 11659 11660 11661 11662 11663 11664 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11658 class RecommendedIntentSummary < Struct.new( :intent_id, :intent_name, :sample_utterances_count) SENSITIVE = [] include Aws::Structure end |