| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
InitialResponseSetting |
DescribeIntentResponse.initialResponseSetting()
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
InitialResponseSetting |
CreateIntentResponse.initialResponseSetting()
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
InitialResponseSetting |
CreateIntentRequest.initialResponseSetting()
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
InitialResponseSetting |
UpdateIntentRequest.initialResponseSetting()
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
InitialResponseSetting |
UpdateIntentResponse.initialResponseSetting()
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.initialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
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.
|
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.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.initialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.initialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
|
Copyright © 2023. All rights reserved.