| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
InitialResponseSetting |
InitialResponseSetting.clone() |
InitialResponseSetting |
UpdateIntentResult.getInitialResponseSetting()
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
InitialResponseSetting |
UpdateIntentRequest.getInitialResponseSetting()
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
InitialResponseSetting |
DescribeIntentResult.getInitialResponseSetting()
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
InitialResponseSetting |
CreateIntentResult.getInitialResponseSetting()
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
InitialResponseSetting |
CreateIntentRequest.getInitialResponseSetting()
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
InitialResponseSetting |
InitialResponseSetting.withCodeHook(DialogCodeHookInvocationSetting codeHook) |
InitialResponseSetting |
InitialResponseSetting.withConditional(ConditionalSpecification conditional) |
InitialResponseSetting |
InitialResponseSetting.withInitialResponse(ResponseSpecification initialResponse) |
InitialResponseSetting |
InitialResponseSetting.withNextStep(DialogState nextStep)
The next step in the conversation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIntentResult.setInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
void |
UpdateIntentRequest.setInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
void |
DescribeIntentResult.setInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
void |
CreateIntentResult.setInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
void |
CreateIntentRequest.setInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
UpdateIntentResult |
UpdateIntentResult.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
UpdateIntentRequest |
UpdateIntentRequest.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
DescribeIntentResult |
DescribeIntentResult.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
CreateIntentResult |
CreateIntentResult.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
CreateIntentRequest |
CreateIntentRequest.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
Copyright © 2024. All rights reserved.