Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ImageResponseCard
-
Packages that use ImageResponseCard Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ImageResponseCard in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ImageResponseCard Modifier and Type Method Description ImageResponseCardMessage. imageResponseCard()A message that defines a response card that the client application can show to the user.ImageResponseCardUtteranceBotResponse. imageResponseCard()Returns the value of the ImageResponseCard property for this object.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ImageResponseCard Modifier and Type Method Description Message.BuilderMessage.Builder. imageResponseCard(ImageResponseCard imageResponseCard)A message that defines a response card that the client application can show to the user.UtteranceBotResponse.BuilderUtteranceBotResponse.Builder. imageResponseCard(ImageResponseCard imageResponseCard)Sets the value of the ImageResponseCard property for this object.
-