@Generated(value="software.amazon.awssdk:codegen") public final class GetBuiltinIntentResponse extends LexModelBuildingResponse implements ToCopyableBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBuiltinIntentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetBuiltinIntentResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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<Locale> |
supportedLocales()
A list of locales that the intent supports.
|
List<String> |
supportedLocalesAsStrings()
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String signature()
The unique identifier for a built-in intent.
public List<Locale> supportedLocales()
A list of locales that the intent supports.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> supportedLocalesAsStrings()
A list of locales that the intent supports.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<BuiltinIntentSlot> slots()
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
BuiltinIntentSlot objects, one entry for each slot type in the intent.public GetBuiltinIntentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>toBuilder in class AwsResponsepublic static GetBuiltinIntentResponse.Builder builder()
public static Class<? extends GetBuiltinIntentResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.