DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.botId(String botId) |
The identifier of the bot associated with the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.botVersion(String botVersion) |
The version of the bot associated with the intent.
|
static DescribeIntentResponse.Builder |
DescribeIntentResponse.builder() |
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the intent was created.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.description(String description) |
The description of the intent.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook) |
The Lambda function called during each turn of a conversation with the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook) |
The Lambda function called during each turn of a conversation with the intent.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook) |
The Lambda function called when the intent is complete and ready for fulfillment.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook) |
The Lambda function called when the intent is complete and ready for fulfillment.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.initialResponseSetting(Consumer<InitialResponseSetting.Builder> initialResponseSetting) |
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.initialResponseSetting(InitialResponseSetting initialResponseSetting) |
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts) |
A list of contexts that must be active for the intent to be considered for sending to the user.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts) |
A list of contexts that must be active for the intent to be considered for sending to the user.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.inputContexts(InputContext... inputContexts) |
A list of contexts that must be active for the intent to be considered for sending to the user.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting) |
The response that Amazon Lex sends to when the intent is closed.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting) |
The response that Amazon Lex sends to when the intent is closed.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting) |
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting) |
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentId(String intentId) |
The unique identifier assigned to the intent when it was created.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentName(String intentName) |
The name specified for the intent.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration) |
Configuration information required to use the AMAZON.KendraSearchIntent intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration) |
Configuration information required to use the AMAZON.KendraSearchIntent intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
A timestamp of the date and time that the intent was last updated.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.localeId(String localeId) |
The language and locale specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts) |
A list of contexts that are activated when the intent is fulfilled.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts) |
A list of contexts that are activated when the intent is fulfilled.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.outputContexts(OutputContext... outputContexts) |
A list of contexts that are activated when the intent is fulfilled.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.parentIntentSignature(String parentIntentSignature) |
The identifier of the built-in intent that this intent is derived from, if any.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.qnAIntentConfiguration(Consumer<QnAIntentConfiguration.Builder> qnAIntentConfiguration) |
Details about the configuration of the built-in Amazon.QnAIntent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.qnAIntentConfiguration(QnAIntentConfiguration qnAIntentConfiguration) |
Details about the configuration of the built-in Amazon.QnAIntent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances) |
User utterances that trigger this intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances) |
User utterances that trigger this intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.sampleUtterances(SampleUtterance... sampleUtterances) |
User utterances that trigger this intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.slotPriorities(Collection<SlotPriority> slotPriorities) |
The list that determines the priority that slots should be elicited from the user.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.slotPriorities(Consumer<SlotPriority.Builder>... slotPriorities) |
The list that determines the priority that slots should be elicited from the user.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.slotPriorities(SlotPriority... slotPriorities) |
The list that determines the priority that slots should be elicited from the user.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.toBuilder() |
|