Struct gapi_grpc::google::cloud::dialogflow::v2beta1::ArticleAnswer[][src]

pub struct ArticleAnswer {
    pub title: String,
    pub uri: String,
    pub snippets: Vec<String>,
    pub metadata: HashMap<String, String>,
    pub answer_record: String,
}

Represents article answer.

Fields

title: String

The article title.

uri: String

The article URI.

snippets: Vec<String>

Output only. Article snippets.

metadata: HashMap<String, String>

A map that contains metadata about the answer and the document from which it originates.

answer_record: String

The name of answer record, in the format of “projects//locations//answerRecords/

Trait Implementations

impl Clone for ArticleAnswer[src]

impl Debug for ArticleAnswer[src]

impl Default for ArticleAnswer[src]

impl Message for ArticleAnswer[src]

impl PartialEq<ArticleAnswer> for ArticleAnswer[src]

impl StructuralPartialEq for ArticleAnswer[src]

Auto Trait Implementations

impl RefUnwindSafe for ArticleAnswer

impl Send for ArticleAnswer

impl Sync for ArticleAnswer

impl Unpin for ArticleAnswer

impl UnwindSafe for ArticleAnswer

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]