Interface Engine.ChatEngineMetadataOrBuilder (0.37.0)

public static interface Engine.ChatEngineMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDialogflowAgent()

public abstract String 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;

Returns
TypeDescription
String

The dialogflowAgent.

getDialogflowAgentBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for dialogflowAgent.