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