static GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.builder() |
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.signature(String signature) |
The unique identifier for a built-in intent.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.slots(Collection<BuiltinIntentSlot> slots) |
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.slots(Consumer<BuiltinIntentSlot.Builder>... slots) |
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.slots(BuiltinIntentSlot... slots) |
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.supportedLocales(Collection<Locale> supportedLocales) |
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.supportedLocales(Locale... supportedLocales) |
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.supportedLocalesWithStrings(String... supportedLocales) |
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.supportedLocalesWithStrings(Collection<String> supportedLocales) |
A list of locales that the intent supports.
|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.toBuilder() |
|