Skip to content

Commit 8bd89cd

Browse files
Google APIscopybara-github
authored andcommitted
feat: include conversation dataset name to be created with dataset creation metadata
docs: clarify SuggestionFeature enums which are specific to chat agents PiperOrigin-RevId: 478522249
1 parent ef8a542 commit 8bd89cd

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

google/cloud/dialogflow/v2/conversation_dataset.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,12 @@ message ImportConversationDataOperationResponse {
306306

307307
// Metadata for [ConversationDatasets][CreateConversationDataset].
308308
message CreateConversationDatasetOperationMetadata {
309-
309+
// The resource name of the conversation dataset that will be created. Format:
310+
// `projects/<Project ID>/locations/<Location
311+
// ID>/conversationDatasets/<Conversation Dataset Id>`
312+
string conversation_dataset = 1 [(google.api.resource_reference) = {
313+
type: "dialogflow.googleapis.com/ConversationDataset"
314+
}];
310315
}
311316

312317
// Metadata for [ConversationDatasets][DeleteConversationDataset].

google/cloud/dialogflow/v2/conversation_profile.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,13 +669,13 @@ message SuggestionFeature {
669669
// Unspecified feature type.
670670
TYPE_UNSPECIFIED = 0;
671671

672-
// Run article suggestion model.
672+
// Run article suggestion model for chat.
673673
ARTICLE_SUGGESTION = 1;
674674

675-
// Run FAQ model.
675+
// Run FAQ model for chat.
676676
FAQ = 2;
677677

678-
// Run smart reply model.
678+
// Run smart reply model for chat.
679679
SMART_REPLY = 3;
680680
}
681681

google/cloud/dialogflow/v2/dialogflow_grpc_service_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
{
3333
"service": "google.cloud.dialogflow.v2.Environments"
3434
},
35+
{
36+
"service": "google.cloud.dialogflow.v2.FeatureCreationFlows"
37+
},
3538
{
3639
"service": "google.cloud.dialogflow.v2.Fulfillments"
3740
},

0 commit comments

Comments
 (0)