Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 74d45fb

Browse files
feat: include conversation dataset name to be created with dataset creation metadata (#582)
- [ ] Regenerate this pull request now. docs: clarify SuggestionFeature enums which are specific to chat agents PiperOrigin-RevId: 478522249 Source-Link: https://togithub.com/googleapis/googleapis/commit/8bd89cd4fc964360198362ef49c72ef90543bf45 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/ddf381e8fcebbdde902df0419b30908d01c63e0e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGRmMzgxZThmY2ViYmRkZTkwMmRmMDQxOWIzMDkwOGQwMWM2M2UwZSJ9
1 parent 2159259 commit 74d45fb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

google/cloud/dialogflow_v2/types/conversation_dataset.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,19 @@ class ImportConversationDataOperationResponse(proto.Message):
345345

346346

347347
class CreateConversationDatasetOperationMetadata(proto.Message):
348-
r"""Metadata for [ConversationDatasets][CreateConversationDataset]."""
348+
r"""Metadata for [ConversationDatasets][CreateConversationDataset].
349+
350+
Attributes:
351+
conversation_dataset (str):
352+
The resource name of the conversation dataset that will be
353+
created. Format:
354+
``projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>``
355+
"""
356+
357+
conversation_dataset = proto.Field(
358+
proto.STRING,
359+
number=1,
360+
)
349361

350362

351363
class DeleteConversationDatasetOperationMetadata(proto.Message):

0 commit comments

Comments
 (0)