ToCopyableBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>
@Generated("software.amazon.awssdk:codegen") public class GetBuiltinIntentResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBuiltinIntentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetBuiltinIntentResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetBuiltinIntentResponse.Builder> |
serializableBuilderClass() |
|
String |
signature() |
The unique identifier for a built-in intent.
|
List<BuiltinIntentSlot> |
slots() |
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
List<String> |
supportedLocales() |
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String signature()
The unique identifier for a built-in intent.
public List<String> supportedLocales()
A list of locales that the intent supports.
Locale
public List<BuiltinIntentSlot> slots()
An array of BuiltinIntentSlot
objects, one entry for each slot type in the intent.
BuiltinIntentSlot
objects, one entry for each slot type in the intent.public GetBuiltinIntentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>
public static GetBuiltinIntentResponse.Builder builder()
public static Class<? extends GetBuiltinIntentResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.