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

pub struct SmartReplyAnswer {
    pub reply: String,
    pub confidence: f32,
    pub answer_record: String,
}

Represents a smart reply answer.

Fields

reply: String

The content of the reply.

confidence: f32

Smart reply confidence. The system’s confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

answer_record: String

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

Trait Implementations

impl Clone for SmartReplyAnswer[src]

impl Debug for SmartReplyAnswer[src]

impl Default for SmartReplyAnswer[src]

impl Message for SmartReplyAnswer[src]

impl PartialEq<SmartReplyAnswer> for SmartReplyAnswer[src]

impl StructuralPartialEq for SmartReplyAnswer[src]

Auto Trait Implementations

impl RefUnwindSafe for SmartReplyAnswer

impl Send for SmartReplyAnswer

impl Sync for SmartReplyAnswer

impl Unpin for SmartReplyAnswer

impl UnwindSafe for SmartReplyAnswer

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]