public static interface HumanAgentAssistantConfig.ConversationModelConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaselineModelVersion()
Version of current baseline model.
|
com.google.protobuf.ByteString |
getBaselineModelVersionBytes()
Version of current baseline model.
|
String |
getModel()
Conversation model resource name.
|
com.google.protobuf.ByteString |
getModelBytes()
Conversation model resource name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Conversation model resource name. Format: `projects/<Project ID>/conversationModels/<Model ID>`.
string model = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getModelBytes()
Conversation model resource name. Format: `projects/<Project ID>/conversationModels/<Model ID>`.
string model = 1 [(.google.api.resource_reference) = { ... }String getBaselineModelVersion()
Version of current baseline model. It will be ignored if
[model][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig.model]
is set. Valid versions are:
Article Suggestion baseline model:
- 0.9
- 1.0 (default)
Summarization baseline model:
- 1.0
string baseline_model_version = 8;com.google.protobuf.ByteString getBaselineModelVersionBytes()
Version of current baseline model. It will be ignored if
[model][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig.model]
is set. Valid versions are:
Article Suggestion baseline model:
- 0.9
- 1.0 (default)
Summarization baseline model:
- 1.0
string baseline_model_version = 8;Copyright © 2023 Google LLC. All rights reserved.