Struct gapi_grpc::google::cloud::dialogflow::v2beta1::intent::message::list_select::Item [−][src]
An item in the list.
Fields
info: Option<SelectItemInfo>
Required. Additional information about this option.
title: String
Required. The title of the list item.
description: String
Optional. The main text describing the item.
image: Option<Image>
Optional. The image to display.
Trait Implementations
impl Clone for Item
[src][+]
impl Debug for Item
[src][+]
impl Default for Item
[src][+]
impl Message for Item
[src][+]
impl PartialEq<Item> for Item
[src][+]
impl StructuralPartialEq for Item
[src]
Auto Trait Implementations
impl RefUnwindSafe for Item
impl Send for Item
impl Sync for Item
impl Unpin for Item
impl UnwindSafe for Item
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,