Skip to content

Commit 7f885b3

Browse files
docs: Updating comments (#230)
* docs: Updating comments chore: added LRO to API list PiperOrigin-RevId: 469161541 Source-Link: googleapis/googleapis@65b91e6 Source-Link: googleapis/googleapis-gen@c8efb52 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhlZmI1MjljY2YyODVhOTdlNzhiNGYwYTRiMjg1MmUwOGYyYTc4ZSJ9 * 🦉 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>
1 parent ff75d27 commit 7f885b3

File tree

1 file changed

+8
-8
lines changed
  • packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights_v1/types

1 file changed

+8
-8
lines changed

packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights_v1/types/resources.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,8 +1719,8 @@ class ArticleSuggestionData(proto.Message):
17191719
Suggestion and the document that it originates
17201720
from.
17211721
query_record (str):
1722-
Name of the query record. Format:
1723-
projects/{project}/locations/{location}/queryRecords/{query_record}
1722+
The name of the answer record. Format:
1723+
projects/{project}/locations/{location}/answerRecords/{answer_record}
17241724
source (str):
17251725
The knowledge document that this answer was extracted from.
17261726
Format:
@@ -1772,8 +1772,8 @@ class FaqAnswerData(proto.Message):
17721772
Map that contains metadata about the FAQ
17731773
answer and the document that it originates from.
17741774
query_record (str):
1775-
Name of the query record. Format:
1776-
projects/{project}/locations/{location}/queryRecords/{query_record}.
1775+
The name of the answer record. Format:
1776+
projects/{project}/locations/{location}/answerRecords/{answer_record}
17771777
source (str):
17781778
The knowledge document that this answer was extracted from.
17791779
Format:
@@ -1822,8 +1822,8 @@ class SmartReplyData(proto.Message):
18221822
Map that contains metadata about the Smart
18231823
Reply and the document from which it originates.
18241824
query_record (str):
1825-
Name of the query record. Format:
1826-
projects/{project}/locations/{location}/queryRecords/{query_record}
1825+
The name of the answer record. Format:
1826+
projects/{project}/locations/{location}/answerRecords/{answer_record}
18271827
"""
18281828

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

18681868
suggestion = proto.Field(

0 commit comments

Comments
 (0)