| 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.IntentSummary
Description
Synopsis
- data IntentSummary = IntentSummary' {}
- newIntentSummary :: IntentSummary
- intentSummary_description :: Lens' IntentSummary (Maybe Text)
- intentSummary_inputContexts :: Lens' IntentSummary (Maybe [InputContext])
- intentSummary_intentId :: Lens' IntentSummary (Maybe Text)
- intentSummary_intentName :: Lens' IntentSummary (Maybe Text)
- intentSummary_lastUpdatedDateTime :: Lens' IntentSummary (Maybe UTCTime)
- intentSummary_outputContexts :: Lens' IntentSummary (Maybe [OutputContext])
- intentSummary_parentIntentSignature :: Lens' IntentSummary (Maybe Text)
Documentation
data IntentSummary Source #
Summary information about an intent returned by the ListIntents
operation.
See: newIntentSummary smart constructor.
Constructors
| IntentSummary' | |
Fields
| |
Instances
newIntentSummary :: IntentSummary Source #
Create a value of IntentSummary 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:IntentSummary', intentSummary_description - The description of the intent.
$sel:inputContexts:IntentSummary', intentSummary_inputContexts - The input contexts that must be active for this intent to be considered
for recognition.
$sel:intentId:IntentSummary', intentSummary_intentId - The unique identifier assigned to the intent. Use this ID to get
detailed information about the intent with the DescribeIntent
operation.
$sel:intentName:IntentSummary', intentSummary_intentName - The name of the intent.
$sel:lastUpdatedDateTime:IntentSummary', intentSummary_lastUpdatedDateTime - The timestamp of the date and time that the intent was last updated.
$sel:outputContexts:IntentSummary', intentSummary_outputContexts - The output contexts that are activated when this intent is fulfilled.
$sel:parentIntentSignature:IntentSummary', intentSummary_parentIntentSignature - If this intent is derived from a built-in intent, the name of the parent
intent.
intentSummary_description :: Lens' IntentSummary (Maybe Text) Source #
The description of the intent.
intentSummary_inputContexts :: Lens' IntentSummary (Maybe [InputContext]) Source #
The input contexts that must be active for this intent to be considered for recognition.
intentSummary_intentId :: Lens' IntentSummary (Maybe Text) Source #
The unique identifier assigned to the intent. Use this ID to get
detailed information about the intent with the DescribeIntent
operation.
intentSummary_intentName :: Lens' IntentSummary (Maybe Text) Source #
The name of the intent.
intentSummary_lastUpdatedDateTime :: Lens' IntentSummary (Maybe UTCTime) Source #
The timestamp of the date and time that the intent was last updated.
intentSummary_outputContexts :: Lens' IntentSummary (Maybe [OutputContext]) Source #
The output contexts that are activated when this intent is fulfilled.
intentSummary_parentIntentSignature :: Lens' IntentSummary (Maybe Text) Source #
If this intent is derived from a built-in intent, the name of the parent intent.