| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<SampleUtterance> |
UpdateIntentResponse.sampleUtterances()
The updated list of sample utterances for the intent.
|
List<SampleUtterance> |
CreateIntentResponse.sampleUtterances()
The sample utterances specified for the intent.
|
List<SampleUtterance> |
UpdateIntentRequest.sampleUtterances()
New utterances used to invoke the intent.
|
List<SampleUtterance> |
CreateIntentRequest.sampleUtterances()
An array of strings that a user might say to signal the intent.
|
List<SampleUtterance> |
DescribeIntentResponse.sampleUtterances()
User utterances that trigger this intent.
|
List<SampleUtterance> |
SlotValueElicitationSetting.sampleUtterances()
If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can
provide those utterances to improve accuracy.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
The updated list of sample utterances for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances specified for the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
New utterances used to invoke the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
An array of strings that a user might say to signal the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
User utterances that trigger this intent.
|
SlotValueElicitationSetting.Builder |
SlotValueElicitationSetting.Builder.sampleUtterances(SampleUtterance... sampleUtterances)
If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can
provide those utterances to improve accuracy.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
The updated list of sample utterances for the intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances specified for the intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
New utterances used to invoke the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
An array of strings that a user might say to signal the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
User utterances that trigger this intent.
|
SlotValueElicitationSetting.Builder |
SlotValueElicitationSetting.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances)
If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can
provide those utterances to improve accuracy.
|
Copyright © 2022. All rights reserved.