StructuredPojo
, ToCopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
@Generated("software.amazon.awssdk:codegen") public class BuiltinIntentMetadata extends Object implements StructuredPojo, ToCopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
Provides metadata for a built-in intent.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BuiltinIntentMetadata.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BuiltinIntentMetadata.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends BuiltinIntentMetadata.Builder> |
serializableBuilderClass() |
|
String |
signature() |
A unique identifier for the built-in intent.
|
List<String> |
supportedLocales() |
A list of identifiers for the locales that the intent supports.
|
BuiltinIntentMetadata.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String signature()
A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
public List<String> supportedLocales()
A list of identifiers for the locales that the intent supports.
Locale
public BuiltinIntentMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
public static BuiltinIntentMetadata.Builder builder()
public static Class<? extends BuiltinIntentMetadata.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.