![]() |
![]()
| ![]() |
![]()
NAMEPaws::Kendra::FacetResult 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::Kendra::FacetResult object: $service_obj->Method(Att1 => { DocumentAttributeKey => $value, ..., DocumentAttributeValueType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Kendra::FacetResult object: $result = $service_obj->Method(...); $result->Att1->DocumentAttributeKey DESCRIPTIONThe facet values for the documents in the response. ATTRIBUTESDocumentAttributeKey => StrThe key for the facet values. This is the same as the "DocumentAttributeKey" provided in the query. DocumentAttributeValueCountPairs => ArrayRef[Paws::Kendra::DocumentAttributeValueCountPair]An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents that share the key value. DocumentAttributeValueType => StrThe data type of the facet value. This is the same as the type defined for the index field when it was created. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Kendra 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>
|