Struct aws_sdk_lexruntimev2::model::image_response_card::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ImageResponseCard
Implementations
The title to display on the response card. The format of the title is determined by the platform displaying the response card.
The title to display on the response card. The format of the title is determined by the platform displaying the response card.
The subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.
The subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.
The 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.
The 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.
Appends an item to buttons.
To override the contents of this collection use set_buttons.
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.
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.
Consumes the builder and constructs a ImageResponseCard
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
