Interface SuggestedMessageReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SuggestedMessageReference.Builder,,SuggestedMessageReference> SdkBuilder<SuggestedMessageReference.Builder,,SuggestedMessageReference> SdkPojo
- Enclosing class:
SuggestedMessageReference
@Mutable
@NotThreadSafe
public static interface SuggestedMessageReference.Builder
extends SdkPojo, CopyableBuilder<SuggestedMessageReference.Builder,SuggestedMessageReference>
-
Method Summary
Modifier and TypeMethodDescriptionaiAgentArn(String aiAgentArn) The Amazon Resource Name (ARN) of the AI Agent that generated the suggested message.The identifier of the AI Agent that generated the suggested message.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
-
aiAgentId
The identifier of the AI Agent that generated the suggested message.
- Parameters:
aiAgentId- The identifier of the AI Agent that generated the suggested message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiAgentArn
The Amazon Resource Name (ARN) of the AI Agent that generated the suggested message.
- Parameters:
aiAgentArn- The Amazon Resource Name (ARN) of the AI Agent that generated the suggested message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-