| 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.RecommendedIntentSummary
Description
Synopsis
- data RecommendedIntentSummary = RecommendedIntentSummary' {}
- newRecommendedIntentSummary :: RecommendedIntentSummary
- recommendedIntentSummary_intentId :: Lens' RecommendedIntentSummary (Maybe Text)
- recommendedIntentSummary_intentName :: Lens' RecommendedIntentSummary (Maybe Text)
- recommendedIntentSummary_sampleUtterancesCount :: Lens' RecommendedIntentSummary (Maybe Int)
Documentation
data RecommendedIntentSummary Source #
An object that contains a summary of a recommended intent.
See: newRecommendedIntentSummary smart constructor.
Constructors
| RecommendedIntentSummary' | |
Fields
| |
Instances
newRecommendedIntentSummary :: RecommendedIntentSummary Source #
Create a value of RecommendedIntentSummary 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:intentId:RecommendedIntentSummary', recommendedIntentSummary_intentId - The unique identifier of a recommended intent associated with the bot
recommendation.
$sel:intentName:RecommendedIntentSummary', recommendedIntentSummary_intentName - The name of a recommended intent associated with the bot recommendation.
$sel:sampleUtterancesCount:RecommendedIntentSummary', recommendedIntentSummary_sampleUtterancesCount - The count of sample utterances of a recommended intent that is
associated with a bot recommendation.
recommendedIntentSummary_intentId :: Lens' RecommendedIntentSummary (Maybe Text) Source #
The unique identifier of a recommended intent associated with the bot recommendation.
recommendedIntentSummary_intentName :: Lens' RecommendedIntentSummary (Maybe Text) Source #
The name of a recommended intent associated with the bot recommendation.
recommendedIntentSummary_sampleUtterancesCount :: Lens' RecommendedIntentSummary (Maybe Int) Source #
The count of sample utterances of a recommended intent that is associated with a bot recommendation.