Class: Aws::LexModelsV2::Types::RecommendedIntentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::RecommendedIntentSummary
- 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
-
#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.
10942 10943 10944 10945 10946 10947 10948 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10942 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.
10942 10943 10944 10945 10946 10947 10948 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10942 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.
10942 10943 10944 10945 10946 10947 10948 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10942 class RecommendedIntentSummary < Struct.new( :intent_id, :intent_name, :sample_utterances_count) SENSITIVE = [] include Aws::Structure end |