| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SampleUtterance |
SampleUtterance.clone() |
SampleUtterance |
SampleUtterance.withUtterance(String utterance)
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
|
| Modifier and Type | Method and Description |
|---|---|
List<SampleUtterance> |
SlotValueElicitationSetting.getSampleUtterances()
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.
|
List<SampleUtterance> |
UpdateIntentResult.getSampleUtterances()
The updated list of sample utterances for the intent.
|
List<SampleUtterance> |
UpdateIntentRequest.getSampleUtterances()
New utterances used to invoke the intent.
|
List<SampleUtterance> |
DescribeIntentResult.getSampleUtterances()
User utterances that trigger this intent.
|
List<SampleUtterance> |
CreateIntentResult.getSampleUtterances()
The sample utterances specified for the intent.
|
List<SampleUtterance> |
CreateIntentRequest.getSampleUtterances()
An array of strings that a user might say to signal the intent.
|
List<SampleUtterance> |
SubSlotValueElicitationSetting.getSampleUtterances()
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can
provide those utterances to improve accuracy.
|
| Modifier and Type | Method and Description |
|---|---|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSampleUtterances(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.
|
UpdateIntentResult |
UpdateIntentResult.withSampleUtterances(SampleUtterance... sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withSampleUtterances(SampleUtterance... sampleUtterances)
New utterances used to invoke the intent.
|
DescribeIntentResult |
DescribeIntentResult.withSampleUtterances(SampleUtterance... sampleUtterances)
User utterances that trigger this intent.
|
CreateIntentResult |
CreateIntentResult.withSampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withSampleUtterances(SampleUtterance... sampleUtterances)
An array of strings that a user might say to signal the intent.
|
SubSlotValueElicitationSetting |
SubSlotValueElicitationSetting.withSampleUtterances(SampleUtterance... sampleUtterances)
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can
provide those utterances to improve accuracy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotValueElicitationSetting.setSampleUtterances(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.
|
void |
UpdateIntentResult.setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The updated list of sample utterances for the intent.
|
void |
UpdateIntentRequest.setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
New utterances used to invoke the intent.
|
void |
DescribeIntentResult.setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
User utterances that trigger this intent.
|
void |
CreateIntentResult.setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances specified for the intent.
|
void |
CreateIntentRequest.setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
An array of strings that a user might say to signal the intent.
|
void |
SubSlotValueElicitationSetting.setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can
provide those utterances to improve accuracy.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSampleUtterances(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.
|
UpdateIntentResult |
UpdateIntentResult.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The updated list of sample utterances for the intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
New utterances used to invoke the intent.
|
DescribeIntentResult |
DescribeIntentResult.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
User utterances that trigger this intent.
|
CreateIntentResult |
CreateIntentResult.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
An array of strings that a user might say to signal the intent.
|
SubSlotValueElicitationSetting |
SubSlotValueElicitationSetting.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can
provide those utterances to improve accuracy.
|
Copyright © 2023. All rights reserved.