public static final class HumanAgentAssistantConfig.SuggestionFeatureConfig extends GeneratedMessageV3 implements HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
Config for suggestion features.Protobuf type
google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig
Modifier and Type | Class and Description |
---|---|
static class |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder
Config for suggestion features.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
CONVERSATION_MODEL_CONFIG_FIELD_NUMBER |
static int |
CONVERSATION_PROCESS_CONFIG_FIELD_NUMBER |
static int |
ENABLE_EVENT_BASED_SUGGESTION_FIELD_NUMBER |
static int |
QUERY_CONFIG_FIELD_NUMBER |
static int |
SUGGESTION_FEATURE_FIELD_NUMBER |
static int |
SUGGESTION_TRIGGER_SETTINGS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int SUGGESTION_FEATURE_FIELD_NUMBER
public static final int ENABLE_EVENT_BASED_SUGGESTION_FIELD_NUMBER
public static final int SUGGESTION_TRIGGER_SETTINGS_FIELD_NUMBER
public static final int QUERY_CONFIG_FIELD_NUMBER
public static final int CONVERSATION_MODEL_CONFIG_FIELD_NUMBER
public static final int CONVERSATION_PROCESS_CONFIG_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
hasSuggestionFeature
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public SuggestionFeature getSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
getSuggestionFeature
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public SuggestionFeatureOrBuilder getSuggestionFeatureOrBuilder()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
getSuggestionFeatureOrBuilder
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public boolean getEnableEventBasedSuggestion()
Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
bool enable_event_based_suggestion = 3;
getEnableEventBasedSuggestion
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public boolean hasSuggestionTriggerSettings()
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
hasSuggestionTriggerSettings
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.SuggestionTriggerSettings getSuggestionTriggerSettings()
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
getSuggestionTriggerSettings
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder getSuggestionTriggerSettingsOrBuilder()
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
getSuggestionTriggerSettingsOrBuilder
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public boolean hasQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
hasQueryConfig
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.SuggestionQueryConfig getQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
getQueryConfig
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder getQueryConfigOrBuilder()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
getQueryConfigOrBuilder
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public boolean hasConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
hasConversationModelConfig
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.ConversationModelConfig getConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
getConversationModelConfig
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.ConversationModelConfigOrBuilder getConversationModelConfigOrBuilder()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
getConversationModelConfigOrBuilder
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public boolean hasConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
hasConversationProcessConfig
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.ConversationProcessConfig getConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
getConversationProcessConfig
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder getConversationProcessConfigOrBuilder()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
getConversationProcessConfigOrBuilder
in interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(InputStream input) throws IOException
IOException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(CodedInputStream input) throws IOException
IOException
public static HumanAgentAssistantConfig.SuggestionFeatureConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilder()
public static HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilder(HumanAgentAssistantConfig.SuggestionFeatureConfig prototype)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static HumanAgentAssistantConfig.SuggestionFeatureConfig getDefaultInstance()
public static Parser<HumanAgentAssistantConfig.SuggestionFeatureConfig> parser()
public Parser<HumanAgentAssistantConfig.SuggestionFeatureConfig> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public HumanAgentAssistantConfig.SuggestionFeatureConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.