Struct gapi_grpc::google::cloud::contactcenterinsights::v1::SmartReplyData[][src]

pub struct SmartReplyData {
    pub reply: String,
    pub confidence_score: f64,
    pub metadata: HashMap<String, String>,
    pub query_record: String,
}

Agent Assist Smart Reply data.

Fields

reply: String

The content of the reply.

confidence_score: f64

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

metadata: HashMap<String, String>

Map that contains metadata about the Smart Reply and the document from which it originates.

query_record: String

Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_record}

Trait Implementations

impl Clone for SmartReplyData[src]

impl Debug for SmartReplyData[src]

impl Default for SmartReplyData[src]

impl Message for SmartReplyData[src]

impl PartialEq<SmartReplyData> for SmartReplyData[src]

impl StructuralPartialEq for SmartReplyData[src]

Auto Trait Implementations

impl RefUnwindSafe for SmartReplyData

impl Send for SmartReplyData

impl Sync for SmartReplyData

impl Unpin for SmartReplyData

impl UnwindSafe for SmartReplyData

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]