Interface MessageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MessageConfiguration.Builder,,MessageConfiguration> SdkBuilder<MessageConfiguration.Builder,,MessageConfiguration> SdkPojo
- Enclosing class:
MessageConfiguration
@Mutable
@NotThreadSafe
public static interface MessageConfiguration.Builder
extends SdkPojo, CopyableBuilder<MessageConfiguration.Builder,MessageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiongenerateFillerMessage(Boolean generateFillerMessage) Generates a filler response when tool selection isQUESTION.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
-
generateFillerMessage
Generates a filler response when tool selection is
QUESTION.- Parameters:
generateFillerMessage- Generates a filler response when tool selection isQUESTION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-