![]() |
![]()
| ![]() |
![]()
NAMEPaws::LexModelsV2::ImageResponseCard 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::ImageResponseCard object: $service_obj->Method(Att1 => { Buttons => $value, ..., Title => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::LexModelsV2::ImageResponseCard object: $result = $service_obj->Method(...); $result->Att1->Buttons DESCRIPTIONA card that is shown to the user by a messaging platform. You define the contents of the card, the card is displayed by the platform. When you use a response card, the response from the user is constrained to the text associated with a button on the card. ATTRIBUTESButtons => ArrayRef[Paws::LexModelsV2::Button]A list of buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. ImageUrl => StrThe URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image. Subtitle => StrThe subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card. REQUIRED Title => StrThe title to display on the response card. The format of the title is determined by the platform displaying the response card. SEE 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>
|