![]() |
![]()
| ![]() |
![]()
NAMEPaws::LexRuntime::PredictedIntent 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::LexRuntime::PredictedIntent object: $service_obj->Method(Att1 => { IntentName => $value, ..., Slots => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::LexRuntime::PredictedIntent object: $result = $service_obj->Method(...); $result->Att1->IntentName DESCRIPTIONAn intent that Amazon Lex suggests satisfies the user's intent. Includes the name of the intent, the confidence that Amazon Lex has that the user's intent is satisfied, and the slots defined for the intent. ATTRIBUTESIntentName => StrThe name of the intent that Amazon Lex suggests satisfies the user's intent. NluIntentConfidence => Paws::LexRuntime::IntentConfidenceIndicates how confident Amazon Lex is that an intent satisfies the user's intent. Slots => Paws::LexRuntime::StringMapThe slot and slot values associated with the predicted intent. SEE ALSOThis class forms part of Paws, describing an object used in Paws::LexRuntime 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>
|