From 7f885b30bf826f5cfc9016f00928295ede9eedbc Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:07:57 -0400 Subject: [PATCH] docs: Updating comments (#230) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Updating comments chore: added LRO to API list PiperOrigin-RevId: 469161541 Source-Link: https://github.com/googleapis/googleapis/commit/65b91e66739f4b4704da0fe79cc30e9510a5a146 Source-Link: https://github.com/googleapis/googleapis-gen/commit/c8efb529ccf285a97e78b4f0a4b2852e08f2a78e 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 --- .../types/resources.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights_v1/types/resources.py b/packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights_v1/types/resources.py index 0f0a0120db5a..15ae9a08f591 100644 --- a/packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights_v1/types/resources.py +++ b/packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights_v1/types/resources.py @@ -1719,8 +1719,8 @@ class ArticleSuggestionData(proto.Message): Suggestion and the document that it originates from. query_record (str): - Name of the query record. Format: - projects/{project}/locations/{location}/queryRecords/{query_record} + The name of the answer record. Format: + projects/{project}/locations/{location}/answerRecords/{answer_record} source (str): The knowledge document that this answer was extracted from. Format: @@ -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): - Name of the query record. Format: - projects/{project}/locations/{location}/queryRecords/{query_record}. + The name of the answer record. Format: + projects/{project}/locations/{location}/answerRecords/{answer_record} source (str): The knowledge document that this answer was extracted from. Format: @@ -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): - Name of the query record. Format: - projects/{project}/locations/{location}/queryRecords/{query_record} + The name of the answer record. Format: + projects/{project}/locations/{location}/answerRecords/{answer_record} """ reply = proto.Field( @@ -1861,8 +1861,8 @@ class SmartComposeSuggestionData(proto.Message): Compose suggestion and the document from which it originates. query_record (str): - Name of the query record. Format: - projects/{project}/locations/{location}/queryRecords/{query_record} + The name of the answer record. Format: + projects/{project}/locations/{location}/answerRecords/{answer_record} """ suggestion = proto.Field(