| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateIntentResponse |
LexModelsV2Client.createIntent(Consumer<CreateIntentRequest.Builder> createIntentRequest)
Creates an intent.
|
default CompletableFuture<CreateIntentResponse> |
LexModelsV2AsyncClient.createIntent(Consumer<CreateIntentRequest.Builder> createIntentRequest)
Creates an intent.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.botId(String botId)
The identifier of the bot associated with this intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.botVersion(String botVersion)
The version of the bot associated with this intent.
|
static CreateIntentRequest.Builder |
CreateIntentRequest.builder() |
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.description(String description)
A description of the intent.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.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.
|
CreateIntentRequest.Builder |
CreateIntentRequest.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.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.inputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.inputContexts(Consumer<InputContext.Builder>... inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.inputContexts(InputContext... inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting)
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentName(String intentName)
The name of the intent.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.localeId(String localeId)
The identifier of the language and locale where this intent is used.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.outputContexts(Collection<OutputContext> outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.outputContexts(Consumer<OutputContext.Builder>... outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.outputContexts(OutputContext... outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.parentIntentSignature(String parentIntentSignature)
A unique identifier for the built-in intent to base this intent on.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
An array of strings that a user might say to signal the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances)
An array of strings that a user might say to signal the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
An array of strings that a user might say to signal the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIntentRequest.Builder> |
CreateIntentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.