@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuntimeSettings extends Object implements Serializable, Cloneable, StructuredPojo
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
| Constructor and Description |
|---|
RuntimeSettings() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeSettings |
clone() |
boolean |
equals(Object obj) |
SlotResolutionImprovementSpecification |
getSlotResolutionImprovement()
An object containing specifications for the assisted slot resolution feature.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSlotResolutionImprovement(SlotResolutionImprovementSpecification slotResolutionImprovement)
An object containing specifications for the assisted slot resolution feature.
|
String |
toString()
Returns a string representation of this object.
|
RuntimeSettings |
withSlotResolutionImprovement(SlotResolutionImprovementSpecification slotResolutionImprovement)
An object containing specifications for the assisted slot resolution feature.
|
public void setSlotResolutionImprovement(SlotResolutionImprovementSpecification slotResolutionImprovement)
An object containing specifications for the assisted slot resolution feature.
slotResolutionImprovement - An object containing specifications for the assisted slot resolution feature.public SlotResolutionImprovementSpecification getSlotResolutionImprovement()
An object containing specifications for the assisted slot resolution feature.
public RuntimeSettings withSlotResolutionImprovement(SlotResolutionImprovementSpecification slotResolutionImprovement)
An object containing specifications for the assisted slot resolution feature.
slotResolutionImprovement - An object containing specifications for the assisted slot resolution feature.public String toString()
toString in class ObjectObject.toString()public RuntimeSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.