Struct google_api_proto::google::cloud::dialogflow::v2::human_agent_assistant_config::SuggestionFeatureConfig
source · pub struct SuggestionFeatureConfig {
pub suggestion_feature: Option<SuggestionFeature>,
pub enable_event_based_suggestion: bool,
pub disable_agent_query_logging: bool,
pub enable_query_suggestion_when_no_answer: bool,
pub enable_conversation_augmented_query: bool,
pub enable_query_suggestion_only: bool,
pub suggestion_trigger_settings: Option<SuggestionTriggerSettings>,
pub query_config: Option<SuggestionQueryConfig>,
pub conversation_model_config: Option<ConversationModelConfig>,
pub conversation_process_config: Option<ConversationProcessConfig>,
}
Expand description
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, KNOWLEDGE_ASSIST.
disable_agent_query_logging: bool
Optional. Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records.
Supported features: KNOWLEDGE_SEARCH.
enable_query_suggestion_when_no_answer: bool
Optional. Enable query suggestion even if we can’t find its answer. By default, queries are suggested only if we find its answer. Supported features: KNOWLEDGE_ASSIST
enable_conversation_augmented_query: bool
Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
enable_query_suggestion_only: bool
Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
suggestion_trigger_settings: Option<SuggestionTriggerSettings>
Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
query_config: Option<SuggestionQueryConfig>
Configs of query.
conversation_model_config: Option<ConversationModelConfig>
Configs of custom conversation model.
conversation_process_config: Option<ConversationProcessConfig>
Configs for processing conversation.
Trait Implementations§
source§impl Clone for SuggestionFeatureConfig
impl Clone for SuggestionFeatureConfig
source§fn clone(&self) -> SuggestionFeatureConfig
fn clone(&self) -> SuggestionFeatureConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SuggestionFeatureConfig
impl Debug for SuggestionFeatureConfig
source§impl Default for SuggestionFeatureConfig
impl Default for SuggestionFeatureConfig
source§impl Message for SuggestionFeatureConfig
impl Message for SuggestionFeatureConfig
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for SuggestionFeatureConfig
impl PartialEq for SuggestionFeatureConfig
source§fn eq(&self, other: &SuggestionFeatureConfig) -> bool
fn eq(&self, other: &SuggestionFeatureConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SuggestionFeatureConfig
Auto Trait Implementations§
impl Freeze for SuggestionFeatureConfig
impl RefUnwindSafe for SuggestionFeatureConfig
impl Send for SuggestionFeatureConfig
impl Sync for SuggestionFeatureConfig
impl Unpin for SuggestionFeatureConfig
impl UnwindSafe for SuggestionFeatureConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request