NAME

Paws::LexRuntime::PredictedIntent

USAGE

This 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

DESCRIPTION

An 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.

ATTRIBUTES

IntentName => Str

The name of the intent that Amazon Lex suggests satisfies the user's intent.

NluIntentConfidence => Paws::LexRuntime::IntentConfidence

Indicates how confident Amazon Lex is that an intent satisfies the user's intent.

Slots => Paws::LexRuntime::StringMap

The slot and slot values associated with the predicted intent.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::LexRuntime

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues