Class: Aws::LexModelsV2::Types::BuiltInIntentSummary

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

Overview

Provides summary information about a built-in intent for the ListBuiltInIntents operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the intent.

Returns:

  • (String)


2816
2817
2818
2819
2820
2821
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2816

class BuiltInIntentSummary < Struct.new(
  :intent_signature,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#intent_signatureString

The signature of the built-in intent. Use this to specify the parent intent of a derived intent.

Returns:

  • (String)


2816
2817
2818
2819
2820
2821
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2816

class BuiltInIntentSummary < Struct.new(
  :intent_signature,
  :description)
  SENSITIVE = []
  include Aws::Structure
end