Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SampleUtterance
-
Packages that use SampleUtterance Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SampleUtterance in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SampleUtterance Modifier and Type Method Description List<SampleUtterance>CreateIntentRequest. sampleUtterances()An array of strings that a user might say to signal the intent.List<SampleUtterance>CreateIntentResponse. sampleUtterances()The sample utterances specified for the intent.List<SampleUtterance>DescribeIntentResponse. sampleUtterances()User utterances that trigger this intent.List<SampleUtterance>GenerateBotElementResponse. sampleUtterances()The sample utterances for the bot which received the response.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.List<SampleUtterance>SubSlotValueElicitationSetting. 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.List<SampleUtterance>UpdateIntentRequest. sampleUtterances()New utterances used to invoke the intent.List<SampleUtterance>UpdateIntentResponse. sampleUtterances()The updated list of sample utterances for the intent.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SampleUtterance Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. sampleUtterances(SampleUtterance... sampleUtterances)An array of strings that a user might say to signal the intent.CreateIntentResponse.BuilderCreateIntentResponse.Builder. sampleUtterances(SampleUtterance... sampleUtterances)The sample utterances specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. sampleUtterances(SampleUtterance... sampleUtterances)User utterances that trigger this intent.GenerateBotElementResponse.BuilderGenerateBotElementResponse.Builder. sampleUtterances(SampleUtterance... sampleUtterances)The sample utterances for the bot which received the response.SlotValueElicitationSetting.BuilderSlotValueElicitationSetting.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.SubSlotValueElicitationSetting.BuilderSubSlotValueElicitationSetting.Builder. sampleUtterances(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.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. sampleUtterances(SampleUtterance... sampleUtterances)New utterances used to invoke the intent.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. sampleUtterances(SampleUtterance... sampleUtterances)The updated list of sample utterances for the intent.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SampleUtterance Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. sampleUtterances(Collection<SampleUtterance> sampleUtterances)An array of strings that a user might say to signal the intent.CreateIntentResponse.BuilderCreateIntentResponse.Builder. sampleUtterances(Collection<SampleUtterance> sampleUtterances)The sample utterances specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. sampleUtterances(Collection<SampleUtterance> sampleUtterances)User utterances that trigger this intent.GenerateBotElementResponse.BuilderGenerateBotElementResponse.Builder. sampleUtterances(Collection<SampleUtterance> sampleUtterances)The sample utterances for the bot which received the response.SlotValueElicitationSetting.BuilderSlotValueElicitationSetting.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.SubSlotValueElicitationSetting.BuilderSubSlotValueElicitationSetting.Builder. sampleUtterances(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.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. sampleUtterances(Collection<SampleUtterance> sampleUtterances)New utterances used to invoke the intent.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. sampleUtterances(Collection<SampleUtterance> sampleUtterances)The updated list of sample utterances for the intent.
-