| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static InitialResponseSetting.Builder |
InitialResponseSetting.builder() |
default InitialResponseSetting.Builder |
InitialResponseSetting.Builder.codeHook(Consumer<DialogCodeHookInvocationSetting.Builder> codeHook)
Sets the value of the CodeHook property for this object.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.codeHook(DialogCodeHookInvocationSetting codeHook)
Sets the value of the CodeHook property for this object.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.conditional(ConditionalSpecification conditional)
Sets the value of the Conditional property for this object.
|
default InitialResponseSetting.Builder |
InitialResponseSetting.Builder.conditional(Consumer<ConditionalSpecification.Builder> conditional)
Sets the value of the Conditional property for this object.
|
default InitialResponseSetting.Builder |
InitialResponseSetting.Builder.initialResponse(Consumer<ResponseSpecification.Builder> initialResponse)
Sets the value of the InitialResponse property for this object.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.initialResponse(ResponseSpecification initialResponse)
Sets the value of the InitialResponse property for this object.
|
default InitialResponseSetting.Builder |
InitialResponseSetting.Builder.nextStep(Consumer<DialogState.Builder> nextStep)
The next step in the conversation.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.nextStep(DialogState nextStep)
The next step in the conversation.
|
InitialResponseSetting.Builder |
InitialResponseSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InitialResponseSetting.Builder> |
InitialResponseSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.initialResponseSetting(Consumer<InitialResponseSetting.Builder> initialResponseSetting)
This is a convenience method that creates an instance of the
InitialResponseSetting.Builder avoiding
the need to create one manually via InitialResponseSetting.builder(). |
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.initialResponseSetting(Consumer<InitialResponseSetting.Builder> initialResponseSetting)
This is a convenience method that creates an instance of the
InitialResponseSetting.Builder avoiding
the need to create one manually via InitialResponseSetting.builder(). |
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.initialResponseSetting(Consumer<InitialResponseSetting.Builder> initialResponseSetting)
This is a convenience method that creates an instance of the
InitialResponseSetting.Builder avoiding
the need to create one manually via InitialResponseSetting.builder(). |
Copyright © 2022. All rights reserved.