CopyableBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>, SdkBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>public static interface GetBuiltinIntentResponse.Builder extends CopyableBuilder<GetBuiltinIntentResponse.Builder,GetBuiltinIntentResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetBuiltinIntentResponse.Builder |
signature(String signature) |
The unique identifier for a built-in intent.
|
GetBuiltinIntentResponse.Builder |
slots(Collection<BuiltinIntentSlot> slots) |
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
GetBuiltinIntentResponse.Builder |
slots(BuiltinIntentSlot... slots) |
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
GetBuiltinIntentResponse.Builder |
supportedLocales(String... supportedLocales) |
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
supportedLocales(Collection<String> supportedLocales) |
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
supportedLocales(Locale... supportedLocales) |
A list of locales that the intent supports.
|
copyapply, buildGetBuiltinIntentResponse.Builder signature(String signature)
The unique identifier for a built-in intent.
signature - The unique identifier for a built-in intent.GetBuiltinIntentResponse.Builder supportedLocales(Collection<String> supportedLocales)
A list of locales that the intent supports.
supportedLocales - A list of locales that the intent supports.LocaleGetBuiltinIntentResponse.Builder supportedLocales(String... supportedLocales)
A list of locales that the intent supports.
NOTE: This method appends the values to the existing list (if any). Use
#setSupportedLocales(java.util.Collection) or #withSupportedLocales(java.util.Collection) if
you want to override the existing values.
supportedLocales - A list of locales that the intent supports.LocaleGetBuiltinIntentResponse.Builder supportedLocales(Locale... supportedLocales)
A list of locales that the intent supports.
NOTE: This method appends the values to the existing list (if any). Use
#setSupportedLocales(java.util.Collection) or #withSupportedLocales(java.util.Collection) if
you want to override the existing values.
supportedLocales - A list of locales that the intent supports.LocaleGetBuiltinIntentResponse.Builder slots(Collection<BuiltinIntentSlot> slots)
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.GetBuiltinIntentResponse.Builder slots(BuiltinIntentSlot... slots)
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
NOTE: This method appends the values to the existing list (if any). Use
#setSlots(java.util.Collection) or #withSlots(java.util.Collection) if you want to override
the existing values.
slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.