Struct gapi_grpc::google::cloud::dialogflow::v2beta1::intent::message::browse_carousel_card::BrowseCarouselCardItem[][src]

pub struct BrowseCarouselCardItem {
    pub open_uri_action: Option<OpenUrlAction>,
    pub title: String,
    pub description: String,
    pub image: Option<Image>,
    pub footer: String,
}

Browsing carousel tile

Fields

open_uri_action: Option<OpenUrlAction>

Required. Action to present to the user.

title: String

Required. Title of the carousel item. Maximum of two lines of text.

description: String

Optional. Description of the carousel item. Maximum of four lines of text.

image: Option<Image>

Optional. Hero image for the carousel item.

footer: String

Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.

Trait Implementations

impl Clone for BrowseCarouselCardItem[src]

impl Debug for BrowseCarouselCardItem[src]

impl Default for BrowseCarouselCardItem[src]

impl Message for BrowseCarouselCardItem[src]

impl PartialEq<BrowseCarouselCardItem> for BrowseCarouselCardItem[src]

impl StructuralPartialEq for BrowseCarouselCardItem[src]

Auto Trait Implementations

impl RefUnwindSafe for BrowseCarouselCardItem

impl Send for BrowseCarouselCardItem

impl Sync for BrowseCarouselCardItem

impl Unpin for BrowseCarouselCardItem

impl UnwindSafe for BrowseCarouselCardItem

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]