Interface HumanAgentAssistantConfig.ConversationModelConfigOrBuilder (4.14.0)

public static interface HumanAgentAssistantConfig.ConversationModelConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModel()

public abstract String getModel()

Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.

string model = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The model.

getModelBytes()

public abstract ByteString getModelBytes()

Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.

string model = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for model.