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

pub struct SmartComposeSuggestionData {
    pub suggestion: String,
    pub confidence_score: f64,
    pub metadata: HashMap<String, String>,
    pub query_record: String,
}

Agent Assist Smart Compose suggestion data.

Fields

suggestion: String

The content of the suggestion.

confidence_score: f64

The system’s confidence score that this suggestion 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 Compose suggestion 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 SmartComposeSuggestionData[src]

impl Debug for SmartComposeSuggestionData[src]

impl Default for SmartComposeSuggestionData[src]

impl Message for SmartComposeSuggestionData[src]

impl PartialEq<SmartComposeSuggestionData> for SmartComposeSuggestionData[src]

impl StructuralPartialEq for SmartComposeSuggestionData[src]

Auto Trait Implementations

impl RefUnwindSafe for SmartComposeSuggestionData

impl Send for SmartComposeSuggestionData

impl Sync for SmartComposeSuggestionData

impl Unpin for SmartComposeSuggestionData

impl UnwindSafe for SmartComposeSuggestionData

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]