@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public RuntimeSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.