Interface UserIntentAffectedSession.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserIntentAffectedSession.Builder,,UserIntentAffectedSession> SdkBuilder<UserIntentAffectedSession.Builder,,UserIntentAffectedSession> SdkPojo
- Enclosing class:
UserIntentAffectedSession
@Mutable
@NotThreadSafe
public static interface UserIntentAffectedSession.Builder
extends SdkPojo, CopyableBuilder<UserIntentAffectedSession.Builder,UserIntentAffectedSession>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the session.userMessages(String... userMessages) The user messages from this session that contributed to the intent cluster.userMessages(Collection<String> userMessages) The user messages from this session that contributed to the intent cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sessionId
The unique identifier of the session.
- Parameters:
sessionId- The unique identifier of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userMessages
The user messages from this session that contributed to the intent cluster.
- Parameters:
userMessages- The user messages from this session that contributed to the intent cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userMessages
The user messages from this session that contributed to the intent cluster.
- Parameters:
userMessages- The user messages from this session that contributed to the intent cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-