Uses of Interface
software.amazon.awssdk.services.lexruntime.model.ResponseCard.Builder
-
Packages that use ResponseCard.Builder Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of ResponseCard.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return ResponseCard.Builder Modifier and Type Method Description static ResponseCard.BuilderResponseCard. builder()ResponseCard.BuilderResponseCard.Builder. contentType(String contentType)The content type of the response.ResponseCard.BuilderResponseCard.Builder. contentType(ContentType contentType)The content type of the response.ResponseCard.BuilderResponseCard.Builder. genericAttachments(Collection<GenericAttachment> genericAttachments)An array of attachment objects representing options.ResponseCard.BuilderResponseCard.Builder. genericAttachments(Consumer<GenericAttachment.Builder>... genericAttachments)An array of attachment objects representing options.ResponseCard.BuilderResponseCard.Builder. genericAttachments(GenericAttachment... genericAttachments)An array of attachment objects representing options.ResponseCard.BuilderResponseCard. toBuilder()ResponseCard.BuilderResponseCard.Builder. version(String version)The version of the response card format.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type ResponseCard.Builder Modifier and Type Method Description static Class<? extends ResponseCard.Builder>ResponseCard. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type ResponseCard.Builder Modifier and Type Method Description default PostTextResponse.BuilderPostTextResponse.Builder. responseCard(Consumer<ResponseCard.Builder> responseCard)Represents the options that the user has to respond to the current prompt.
-