@@ -957,9 +957,9 @@ message ArticleSuggestionData {
957957 // that it originates from.
958958 map <string , string > metadata = 4 ;
959959
960- // Name of the query record.
960+ // The name of the answer record.
961961 // Format:
962- // projects/{project}/locations/{location}/queryRecords/{query_record }
962+ // projects/{project}/locations/{location}/answerRecords/{answer_record }
963963 string query_record = 5 ;
964964
965965 // The knowledge document that this answer was extracted from.
@@ -985,9 +985,9 @@ message FaqAnswerData {
985985 // it originates from.
986986 map <string , string > metadata = 4 ;
987987
988- // Name of the query record.
988+ // The name of the answer record.
989989 // Format:
990- // projects/{project}/locations/{location}/queryRecords/{query_record}.
990+ // projects/{project}/locations/{location}/answerRecords/{answer_record}
991991 string query_record = 5 ;
992992
993993 // The knowledge document that this answer was extracted from.
@@ -1010,9 +1010,9 @@ message SmartReplyData {
10101010 // which it originates.
10111011 map <string , string > metadata = 3 ;
10121012
1013- // Name of the query record.
1013+ // The name of the answer record.
10141014 // Format:
1015- // projects/{project}/locations/{location}/queryRecords/{query_record }
1015+ // projects/{project}/locations/{location}/answerRecords/{answer_record }
10161016 string query_record = 4 ;
10171017}
10181018
@@ -1030,9 +1030,9 @@ message SmartComposeSuggestionData {
10301030 // document from which it originates.
10311031 map <string , string > metadata = 3 ;
10321032
1033- // Name of the query record.
1033+ // The name of the answer record.
10341034 // Format:
1035- // projects/{project}/locations/{location}/queryRecords/{query_record }
1035+ // projects/{project}/locations/{location}/answerRecords/{answer_record }
10361036 string query_record = 4 ;
10371037}
10381038
0 commit comments