public static interface HumanAgentAssistantConfig.ConversationModelConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getModel()
Conversation model resource name.
|
ByteString |
getModelBytes()
Conversation model resource name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getModel()
Conversation model resource name. Format: `projects/<Project ID>/conversationModels/<Model ID>`.
string model = 1 [(.google.api.resource_reference) = { ... }
ByteString getModelBytes()
Conversation model resource name. Format: `projects/<Project ID>/conversationModels/<Model ID>`.
string model = 1 [(.google.api.resource_reference) = { ... }
Copyright © 2022 Google LLC. All rights reserved.