Interface AnalyticsUtteranceAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsUtteranceAttribute.Builder,AnalyticsUtteranceAttribute>,SdkBuilder<AnalyticsUtteranceAttribute.Builder,AnalyticsUtteranceAttribute>,SdkPojo
- Enclosing class:
- AnalyticsUtteranceAttribute
public static interface AnalyticsUtteranceAttribute.Builder extends SdkPojo, CopyableBuilder<AnalyticsUtteranceAttribute.Builder,AnalyticsUtteranceAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsUtteranceAttribute.Buildername(String name)An attribute to return.AnalyticsUtteranceAttribute.Buildername(AnalyticsUtteranceAttributeName name)An attribute to return.-
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
-
name
AnalyticsUtteranceAttribute.Builder name(String name)
An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.
- Parameters:
name- An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsUtteranceAttributeName,AnalyticsUtteranceAttributeName
-
name
AnalyticsUtteranceAttribute.Builder name(AnalyticsUtteranceAttributeName name)
An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.
- Parameters:
name- An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsUtteranceAttributeName,AnalyticsUtteranceAttributeName
-
-