![]() |
![]()
| ![]() |
![]()
NAMEPaws::LexModelsV2::SlotValueElicitationSetting USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::LexModelsV2::SlotValueElicitationSetting object: $service_obj->Method(Att1 => { DefaultValueSpecification => $value, ..., WaitAndContinueSpecification => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::LexModelsV2::SlotValueElicitationSetting object: $result = $service_obj->Method(...); $result->Att1->DefaultValueSpecification DESCRIPTIONSettings that you can use for eliciting a slot value. ATTRIBUTESDefaultValueSpecification => Paws::LexModelsV2::SlotDefaultValueSpecificationA list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, sesion attributes, and defined values. PromptSpecification => Paws::LexModelsV2::PromptSpecificationThe prompt that Amazon Lex uses to elicit the slot value from the user. SampleUtterances => ArrayRef[Paws::LexModelsV2::SampleUtterance]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. This is optional. In most cases, Amazon Lex is capable of understanding user utterances. REQUIRED SlotConstraint => StrSpecifies whether the slot is required or optional. WaitAndContinueSpecification => Paws::LexModelsV2::WaitAndContinueSpecificationSEE ALSOThis class forms part of Paws, describing an object used in Paws::LexModelsV2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|