@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSlots()
Returns true if the Slots property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasSupportedLocales()
Returns true if the SupportedLocales property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 final String signature()
The unique identifier for a built-in intent.
public final 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.
You can use hasSupportedLocales() to see if a value was sent in this field.
public final boolean hasSupportedLocales()
public final 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.
You can use hasSupportedLocales() to see if a value was sent in this field.
public final boolean hasSlots()
public final 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.
You can use hasSlots() to see if a value was sent in this field.
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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.