Skip to content

Commit

Permalink
feat: add baseline model configuration for conversation summarization
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530749453
  • Loading branch information
Google APIs authored and Copybara-Service committed May 9, 2023
1 parent d944931 commit 620a023
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google/cloud/dialogflow/v2/conversation_profile.proto
Expand Up @@ -558,6 +558,16 @@ message HumanAgentAssistantConfig {
string model = 1 [(google.api.resource_reference) = {
type: "dialogflow.googleapis.com/ConversationModel"
}];

// Version of current baseline model. It will be ignored if
// [model][google.cloud.dialogflow.v2.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;
}

// Config to process conversation.
Expand Down

0 comments on commit 620a023

Please sign in to comment.