Interface AnalyticsUtteranceAttributeResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalyticsUtteranceAttributeResult.Builder,
,AnalyticsUtteranceAttributeResult> SdkBuilder<AnalyticsUtteranceAttributeResult.Builder,
,AnalyticsUtteranceAttributeResult> SdkPojo
- Enclosing class:
AnalyticsUtteranceAttributeResult
@Mutable
@NotThreadSafe
public static interface AnalyticsUtteranceAttributeResult.Builder
extends SdkPojo, CopyableBuilder<AnalyticsUtteranceAttributeResult.Builder,AnalyticsUtteranceAttributeResult>
-
Method Summary
Modifier and TypeMethodDescriptionlastUsedIntent
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-