Package | Description |
---|---|
com.amazon.ask.model.interfaces.alexa.experimentation |
Modifier and Type | Method and Description |
---|---|
static TreatmentId |
TreatmentId.fromValue(String text) |
TreatmentId |
ExperimentAssignment.getTreatmentId()
Get treatmentId
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static TreatmentId |
TreatmentId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreatmentId[] |
TreatmentId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExperimentAssignment.Builder |
ExperimentAssignment.Builder.withTreatmentId(TreatmentId treatmentId) |
Copyright © 2023. All rights reserved.