Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat: include conversation dataset name to be created with dataset creation metadata #1003

Merged
merged 2 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion protos/google/cloud/dialogflow/v2/conversation_dataset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,12 @@ message ImportConversationDataOperationResponse {

// Metadata for [ConversationDatasets][CreateConversationDataset].
message CreateConversationDatasetOperationMetadata {

// The resource name of the conversation dataset that will be created. Format:
// `projects/<Project ID>/locations/<Location
// ID>/conversationDatasets/<Conversation Dataset Id>`
string conversation_dataset = 1 [(google.api.resource_reference) = {
type: "dialogflow.googleapis.com/ConversationDataset"
}];
}

// Metadata for [ConversationDatasets][DeleteConversationDataset].
Expand Down
6 changes: 3 additions & 3 deletions protos/google/cloud/dialogflow/v2/conversation_profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -669,13 +669,13 @@ message SuggestionFeature {
// Unspecified feature type.
TYPE_UNSPECIFIED = 0;

// Run article suggestion model.
// Run article suggestion model for chat.
ARTICLE_SUGGESTION = 1;

// Run FAQ model.
// Run FAQ model for chat.
FAQ = 2;

// Run smart reply model.
// Run smart reply model for chat.
SMART_REPLY = 3;
}

Expand Down
6 changes: 6 additions & 0 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 31 additions & 3 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.