| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.BuiltInIntentSummary
Description
Documentation
data BuiltInIntentSummary Source #
Provides summary information about a built-in intent for the ListBuiltInIntents operation.
See: newBuiltInIntentSummary smart constructor.
Constructors
| BuiltInIntentSummary' | |
Fields
| |
Instances
newBuiltInIntentSummary :: BuiltInIntentSummary Source #
Create a value of BuiltInIntentSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:BuiltInIntentSummary', builtInIntentSummary_description - The description of the intent.
$sel:intentSignature:BuiltInIntentSummary', builtInIntentSummary_intentSignature - The signature of the built-in intent. Use this to specify the parent
intent of a derived intent.
builtInIntentSummary_description :: Lens' BuiltInIntentSummary (Maybe Text) Source #
The description of the intent.
builtInIntentSummary_intentSignature :: Lens' BuiltInIntentSummary (Maybe Text) Source #
The signature of the built-in intent. Use this to specify the parent intent of a derived intent.