From ed3fb16cd0c08168c719fd0878d6f3e0b03c5924 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:07:57 -0400 Subject: [PATCH] docs: Updating comments (#215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Updating comments chore:remove LRO to API list PiperOrigin-RevId: 463893258 Source-Link: https://github.com/googleapis/googleapis/commit/e47c0cdef77eb713e9d76adafda26d98d15bd4ac Source-Link: https://github.com/googleapis/googleapis-gen/commit/8df6a6a605ff4032486c8e9a30366a99b4874666 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 --- .../types/resources.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/google/cloud/contact_center_insights_v1/types/resources.py b/google/cloud/contact_center_insights_v1/types/resources.py index 15ae9a0..0f0a012 100644 --- a/google/cloud/contact_center_insights_v1/types/resources.py +++ b/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): - 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: @@ -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: @@ -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( @@ -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(