ApplicationIdSpeechletRequestVerifier instead of this class.@Deprecated public class ApplicationIdVerifier extends Object
| Constructor and Description |
|---|
ApplicationIdVerifier(Set<String> supportedApplicationIds)
Deprecated.
Constructs a new application ID verifier with the provided set of supported application IDs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSupported(String applicationId)
Deprecated.
Returns true if the provided application ID is supported by this verifier.
|
public ApplicationIdVerifier(Set<String> supportedApplicationIds)
supportedApplicationIds - a set of application IDs supported by the application servicepublic boolean isSupported(String applicationId)
applicationId - the application ID to verifyCopyright © 2016. All rights reserved.