@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SlotResolutionImprovementSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Contains specifications for the assisted slot resolution feature.
Constructor and Description |
---|
SlotResolutionImprovementSpecification() |
Modifier and Type | Method and Description |
---|---|
SlotResolutionImprovementSpecification |
clone() |
boolean |
equals(Object obj) |
BedrockModelSpecification |
getBedrockModelSpecification()
An object containing information about the Amazon Bedrock model used to assist slot resolution.
|
Boolean |
getEnabled()
Specifies whether assisted slot resolution is turned on or off.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether assisted slot resolution is turned on or off.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)
An object containing information about the Amazon Bedrock model used to assist slot resolution.
|
void |
setEnabled(Boolean enabled)
Specifies whether assisted slot resolution is turned on or off.
|
String |
toString()
Returns a string representation of this object.
|
SlotResolutionImprovementSpecification |
withBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)
An object containing information about the Amazon Bedrock model used to assist slot resolution.
|
SlotResolutionImprovementSpecification |
withEnabled(Boolean enabled)
Specifies whether assisted slot resolution is turned on or off.
|
public SlotResolutionImprovementSpecification()
public void setEnabled(Boolean enabled)
Specifies whether assisted slot resolution is turned on or off.
enabled
- Specifies whether assisted slot resolution is turned on or off.public Boolean getEnabled()
Specifies whether assisted slot resolution is turned on or off.
public SlotResolutionImprovementSpecification withEnabled(Boolean enabled)
Specifies whether assisted slot resolution is turned on or off.
enabled
- Specifies whether assisted slot resolution is turned on or off.public Boolean isEnabled()
Specifies whether assisted slot resolution is turned on or off.
public void setBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)
An object containing information about the Amazon Bedrock model used to assist slot resolution.
bedrockModelSpecification
- An object containing information about the Amazon Bedrock model used to assist slot resolution.public BedrockModelSpecification getBedrockModelSpecification()
An object containing information about the Amazon Bedrock model used to assist slot resolution.
public SlotResolutionImprovementSpecification withBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)
An object containing information about the Amazon Bedrock model used to assist slot resolution.
bedrockModelSpecification
- An object containing information about the Amazon Bedrock model used to assist slot resolution.public String toString()
toString
in class Object
Object.toString()
public SlotResolutionImprovementSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.