Struct gapi_grpc::google::cloud::contactcenterinsights::v1::settings::AnalysisConfig[][src]

pub struct AnalysisConfig {
    pub runtime_integration_analysis_percentage: f64,
}

Default configuration when creating Analyses in Insights.

Fields

runtime_integration_analysis_percentage: f64

Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].

Trait Implementations

impl Clone for AnalysisConfig[src]

impl Debug for AnalysisConfig[src]

impl Default for AnalysisConfig[src]

impl Message for AnalysisConfig[src]

impl PartialEq<AnalysisConfig> for AnalysisConfig[src]

impl StructuralPartialEq for AnalysisConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for AnalysisConfig

impl Send for AnalysisConfig

impl Sync for AnalysisConfig

impl Unpin for AnalysisConfig

impl UnwindSafe for AnalysisConfig

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]