CreateIntentResponse.Builder |
CreateIntentResponse.Builder.botId(String botId) |
The identifier of the bot associated with the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.botVersion(String botVersion) |
The version of the bot associated with the intent.
|
static CreateIntentResponse.Builder |
CreateIntentResponse.builder() |
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the intent was created.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.description(String description) |
The description specified for the intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook) |
The dialog Lambda function specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook) |
The dialog Lambda function specified for the intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook) |
The fulfillment Lambda function specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook) |
The fulfillment Lambda function specified for the intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.initialResponseSetting(Consumer<InitialResponseSetting.Builder> initialResponseSetting) |
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.initialResponseSetting(InitialResponseSetting initialResponseSetting) |
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts) |
The list of input contexts specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts) |
The list of input contexts specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.inputContexts(InputContext... inputContexts) |
The list of input contexts specified for the intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting) |
The closing setting specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting) |
The closing setting specified for the intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting) |
The confirmation setting specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting) |
The confirmation setting specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentId(String intentId) |
A unique identifier for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentName(String intentName) |
The name specified for the intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration) |
Configuration for searching a Amazon Kendra index specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration) |
Configuration for searching a Amazon Kendra index specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.localeId(String localeId) |
The locale that the intent is specified to use.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts) |
The list of output contexts specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts) |
The list of output contexts specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.outputContexts(OutputContext... outputContexts) |
The list of output contexts specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.parentIntentSignature(String parentIntentSignature) |
The signature of the parent intent specified for the intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.qnAIntentConfiguration(Consumer<QnAIntentConfiguration.Builder> qnAIntentConfiguration) |
Details about the the configuration of the built-in Amazon.QnAIntent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.qnAIntentConfiguration(QnAIntentConfiguration qnAIntentConfiguration) |
Details about the the configuration of the built-in Amazon.QnAIntent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances) |
The sample utterances specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances) |
The sample utterances specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.sampleUtterances(SampleUtterance... sampleUtterances) |
The sample utterances specified for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.toBuilder() |
|