public static final class HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource extends GeneratedMessageV3 implements HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySourceOrBuilder
Dialogflow source setting.
Supported feature: DIALOGFLOW_ASSIST.
Protobuf type
google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource
Static Fields
AGENT_FIELD_NUMBER
public static final int AGENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.Builder newBuilder()
Returns
newBuilder(HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource prototype)
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.Builder newBuilder(HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource prototype)
Parameter
Returns
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAgent()
Required. The name of a dialogflow virtual agent used for end user side intent
detection and suggestion. Format: projects/<Project Number /
ID>/locations/<Location ID>/agent
. When multiple agents are allowed in
the same Dialogflow project.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The agent.
|
getAgentBytes()
public ByteString getAgentBytes()
Required. The name of a dialogflow virtual agent used for end user side intent
detection and suggestion. Format: projects/<Project Number /
ID>/locations/<Location ID>/agent
. When multiple agents are allowed in
the same Dialogflow project.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getDefaultInstanceForType()
public HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource getDefaultInstanceForType()
Returns
getParserForType()
public Parser<HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions