public static interface Engine.ChatEngineMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDialogflowAgent()
The resource name of a Dialogflow agent, that this Chat Engine refers
to.
|
com.google.protobuf.ByteString |
getDialogflowAgentBytes()
The resource name of a Dialogflow agent, that this Chat Engine refers
to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDialogflowAgent()
The resource name of a Dialogflow agent, that this Chat Engine refers to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
string dialogflow_agent = 1;com.google.protobuf.ByteString getDialogflowAgentBytes()
The resource name of a Dialogflow agent, that this Chat Engine refers to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
string dialogflow_agent = 1;Copyright © 2024 Google LLC. All rights reserved.