public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAgent()
Required.
|
ByteString |
getAgentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String 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) = { ... }
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) = { ... }
Copyright © 2022 Google LLC. All rights reserved.