Interface AnalyticsUtteranceAttributeResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsUtteranceAttributeResult.Builder,AnalyticsUtteranceAttributeResult>,SdkBuilder<AnalyticsUtteranceAttributeResult.Builder,AnalyticsUtteranceAttributeResult>,SdkPojo
- Enclosing class:
- AnalyticsUtteranceAttributeResult
public static interface AnalyticsUtteranceAttributeResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsUtteranceAttributeResult.Builder,AnalyticsUtteranceAttributeResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsUtteranceAttributeResult.BuilderlastUsedIntent(String lastUsedIntent)The intent that the bot mapped the utterance to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
lastUsedIntent
AnalyticsUtteranceAttributeResult.Builder lastUsedIntent(String lastUsedIntent)
The intent that the bot mapped the utterance to.
- Parameters:
lastUsedIntent- The intent that the bot mapped the utterance to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-