Struct gapi_grpc::google::cloud::dialogflow::v2beta1::human_agent_assistant_config::SuggestionFeatureConfig[][src]

pub struct SuggestionFeatureConfig {
    pub suggestion_feature: Option<SuggestionFeature>,
    pub enable_event_based_suggestion: bool,
    pub suggestion_trigger_settings: Option<SuggestionTriggerSettings>,
    pub query_config: Option<SuggestionQueryConfig>,
    pub conversation_model_config: Option<ConversationModelConfig>,
}

Config for suggestion features.

Fields

suggestion_feature: Option<SuggestionFeature>

The suggestion feature.

enable_event_based_suggestion: bool

Automatically iterates all participants and tries to compile suggestions.

Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.

suggestion_trigger_settings: Option<SuggestionTriggerSettings>

Settings of suggestion trigger.

Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.

query_config: Option<SuggestionQueryConfig>

Configs of query.

conversation_model_config: Option<ConversationModelConfig>

Configs of custom conversation model.

Trait Implementations

impl Clone for SuggestionFeatureConfig[src]

impl Debug for SuggestionFeatureConfig[src]

impl Default for SuggestionFeatureConfig[src]

impl Message for SuggestionFeatureConfig[src]

impl PartialEq<SuggestionFeatureConfig> for SuggestionFeatureConfig[src]

impl StructuralPartialEq for SuggestionFeatureConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for SuggestionFeatureConfig

impl Send for SuggestionFeatureConfig

impl Sync for SuggestionFeatureConfig

impl Unpin for SuggestionFeatureConfig

impl UnwindSafe for SuggestionFeatureConfig

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]