public static final class HumanAgentAssistantConfig.SuggestionFeatureConfig extends GeneratedMessageV3 implements HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
Config for suggestion features.
Protobuf type
google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionFeatureConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONVERSATION_MODEL_CONFIG_FIELD_NUMBER
public static final int CONVERSATION_MODEL_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONVERSATION_PROCESS_CONFIG_FIELD_NUMBER
public static final int CONVERSATION_PROCESS_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISABLE_AGENT_QUERY_LOGGING_FIELD_NUMBER
public static final int DISABLE_AGENT_QUERY_LOGGING_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_CONVERSATION_AUGMENTED_QUERY_FIELD_NUMBER
public static final int ENABLE_CONVERSATION_AUGMENTED_QUERY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_EVENT_BASED_SUGGESTION_FIELD_NUMBER
public static final int ENABLE_EVENT_BASED_SUGGESTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_QUERY_SUGGESTION_ONLY_FIELD_NUMBER
public static final int ENABLE_QUERY_SUGGESTION_ONLY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_QUERY_SUGGESTION_WHEN_NO_ANSWER_FIELD_NUMBER
public static final int ENABLE_QUERY_SUGGESTION_WHEN_NO_ANSWER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
QUERY_CONFIG_FIELD_NUMBER
public static final int QUERY_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUGGESTION_FEATURE_FIELD_NUMBER
public static final int SUGGESTION_FEATURE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUGGESTION_TRIGGER_SETTINGS_FIELD_NUMBER
public static final int SUGGESTION_TRIGGER_SETTINGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static HumanAgentAssistantConfig.SuggestionFeatureConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilder()
newBuilder(HumanAgentAssistantConfig.SuggestionFeatureConfig prototype)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilder(HumanAgentAssistantConfig.SuggestionFeatureConfig prototype)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseDelimitedFrom(InputStream input)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(CodedInputStream input)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(InputStream input)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<HumanAgentAssistantConfig.SuggestionFeatureConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConversationModelConfig()
public HumanAgentAssistantConfig.ConversationModelConfig getConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
getConversationModelConfigOrBuilder()
public HumanAgentAssistantConfig.ConversationModelConfigOrBuilder getConversationModelConfigOrBuilder()
Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
getConversationProcessConfig()
public HumanAgentAssistantConfig.ConversationProcessConfig getConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
getConversationProcessConfigOrBuilder()
public HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder getConversationProcessConfigOrBuilder()
Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
getDefaultInstanceForType()
public HumanAgentAssistantConfig.SuggestionFeatureConfig getDefaultInstanceForType()
getDisableAgentQueryLogging()
public boolean getDisableAgentQueryLogging()
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.
bool disable_agent_query_logging = 14 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The disableAgentQueryLogging.
|
getEnableConversationAugmentedQuery()
public boolean getEnableConversationAugmentedQuery()
Optional. Enable including conversation context during query answer
generation. Supported features: KNOWLEDGE_SEARCH.
bool enable_conversation_augmented_query = 16 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The enableConversationAugmentedQuery.
|
getEnableEventBasedSuggestion()
public boolean getEnableEventBasedSuggestion()
Automatically iterates all participants and tries to compile
suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST,
KNOWLEDGE_ASSIST.
bool enable_event_based_suggestion = 3;
Returns |
Type |
Description |
boolean |
The enableEventBasedSuggestion.
|
getEnableQuerySuggestionOnly()
public boolean getEnableQuerySuggestionOnly()
Optional. Enable query suggestion only.
Supported features: KNOWLEDGE_ASSIST
bool enable_query_suggestion_only = 17 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The enableQuerySuggestionOnly.
|
getEnableQuerySuggestionWhenNoAnswer()
public boolean getEnableQuerySuggestionWhenNoAnswer()
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
bool enable_query_suggestion_when_no_answer = 15 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The enableQuerySuggestionWhenNoAnswer.
|
getParserForType()
public Parser<HumanAgentAssistantConfig.SuggestionFeatureConfig> getParserForType()
Overrides
getQueryConfig()
public HumanAgentAssistantConfig.SuggestionQueryConfig getQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
getQueryConfigOrBuilder()
public HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder getQueryConfigOrBuilder()
Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSuggestionFeature()
public SuggestionFeature getSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
getSuggestionFeatureOrBuilder()
public SuggestionFeatureOrBuilder getSuggestionFeatureOrBuilder()
The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
getSuggestionTriggerSettings()
public HumanAgentAssistantConfig.SuggestionTriggerSettings getSuggestionTriggerSettings()
Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
getSuggestionTriggerSettingsOrBuilder()
public HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder getSuggestionTriggerSettingsOrBuilder()
Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
hasConversationModelConfig()
public boolean hasConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
Returns |
Type |
Description |
boolean |
Whether the conversationModelConfig field is set.
|
hasConversationProcessConfig()
public boolean hasConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
Returns |
Type |
Description |
boolean |
Whether the conversationProcessConfig field is set.
|
hasQueryConfig()
public boolean hasQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
Returns |
Type |
Description |
boolean |
Whether the queryConfig field is set.
|
hasSuggestionFeature()
public boolean hasSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
Returns |
Type |
Description |
boolean |
Whether the suggestionFeature field is set.
|
hasSuggestionTriggerSettings()
public boolean hasSuggestionTriggerSettings()
Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
Returns |
Type |
Description |
boolean |
Whether the suggestionTriggerSettings field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides