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

Commit

Permalink
docs: Updating comments (#215)
Browse files Browse the repository at this point in the history
* docs: Updating comments
chore:remove LRO to API list

PiperOrigin-RevId: 463893258

Source-Link: googleapis/googleapis@e47c0cd

Source-Link: googleapis/googleapis-gen@8df6a6a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGRmNmE2YTYwNWZmNDAzMjQ4NmM4ZTlhMzAzNjZhOTliNDg3NDY2NiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jul 29, 2022
1 parent 8722bbb commit ed3fb16
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions google/cloud/contact_center_insights_v1/types/resources.py
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

0 comments on commit ed3fb16

Please sign in to comment.