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

docs: Updating comments #215

Merged
merged 2 commits into from
Jul 29, 2022
Merged
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
16 changes: 8 additions & 8 deletions google/cloud/contact_center_insights_v1/types/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,8 @@ class ArticleSuggestionData(proto.Message):
Suggestion and the document that it originates
from.
query_record (str):
The name of the answer record. Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
Name of the query record. Format:
projects/{project}/locations/{location}/queryRecords/{query_record}
source (str):
The knowledge document that this answer was extracted from.
Format:
Expand Down Expand Up @@ -1772,8 +1772,8 @@ class FaqAnswerData(proto.Message):
Map that contains metadata about the FAQ
answer and the document that it originates from.
query_record (str):
The name of the answer record. Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
Name of the query record. Format:
projects/{project}/locations/{location}/queryRecords/{query_record}.
source (str):
The knowledge document that this answer was extracted from.
Format:
Expand Down Expand Up @@ -1822,8 +1822,8 @@ class SmartReplyData(proto.Message):
Map that contains metadata about the Smart
Reply and the document from which it originates.
query_record (str):
The name of the answer record. Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
Name of the query record. Format:
projects/{project}/locations/{location}/queryRecords/{query_record}
"""

reply = proto.Field(
Expand Down Expand Up @@ -1861,8 +1861,8 @@ class SmartComposeSuggestionData(proto.Message):
Compose suggestion and the document from which
it originates.
query_record (str):
The name of the answer record. Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
Name of the query record. Format:
projects/{project}/locations/{location}/queryRecords/{query_record}
"""

suggestion = proto.Field(
Expand Down