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