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_id ⇒ String

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

Returns:

  • (String)


12287
12288
12289
12290
12291
12292
12293
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12287

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.

Returns:

  • (String)


12287
12288
12289
12290
12291
12292
12293
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12287

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.

Returns:

  • (Integer)


12287
12288
12289
12290
12291
12292
12293
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12287

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