@@ -538,6 +538,7 @@ <h3>Method Details</h3>
538
538
"userInput": { # Explicit input used for generating the answer # Explicit input used for generating the answer
539
539
"generatorName": "A String", # The resource name of associated generator. Format: `projects//locations//generators/`
540
540
"query": "A String", # Query text. Article Search uses this to store the input query used to generate the search results.
541
+ "querySource": "A String", # Query source for the answer.
541
542
},
542
543
},
543
544
],
@@ -841,6 +842,7 @@ <h3>Method Details</h3>
841
842
"userInput": { # Explicit input used for generating the answer # Explicit input used for generating the answer
842
843
"generatorName": "A String", # The resource name of associated generator. Format: `projects//locations//generators/`
843
844
"query": "A String", # Query text. Article Search uses this to store the input query used to generate the search results.
845
+ "querySource": "A String", # Query source for the answer.
844
846
},
845
847
},
846
848
],
@@ -1174,6 +1176,7 @@ <h3>Method Details</h3>
1174
1176
"userInput": { # Explicit input used for generating the answer # Explicit input used for generating the answer
1175
1177
"generatorName": "A String", # The resource name of associated generator. Format: `projects//locations//generators/`
1176
1178
"query": "A String", # Query text. Article Search uses this to store the input query used to generate the search results.
1179
+ "querySource": "A String", # Query source for the answer.
1177
1180
},
1178
1181
},
1179
1182
],
@@ -1560,6 +1563,7 @@ <h3>Method Details</h3>
1560
1563
"userInput": { # Explicit input used for generating the answer # Explicit input used for generating the answer
1561
1564
"generatorName": "A String", # The resource name of associated generator. Format: `projects//locations//generators/`
1562
1565
"query": "A String", # Query text. Article Search uses this to store the input query used to generate the search results.
1566
+ "querySource": "A String", # Query source for the answer.
1563
1567
},
1564
1568
},
1565
1569
],
@@ -1881,6 +1885,7 @@ <h3>Method Details</h3>
1881
1885
"userInput": { # Explicit input used for generating the answer # Explicit input used for generating the answer
1882
1886
"generatorName": "A String", # The resource name of associated generator. Format: `projects//locations//generators/`
1883
1887
"query": "A String", # Query text. Article Search uses this to store the input query used to generate the search results.
1888
+ "querySource": "A String", # Query source for the answer.
1884
1889
},
1885
1890
},
1886
1891
],
@@ -2184,6 +2189,7 @@ <h3>Method Details</h3>
2184
2189
"userInput": { # Explicit input used for generating the answer # Explicit input used for generating the answer
2185
2190
"generatorName": "A String", # The resource name of associated generator. Format: `projects//locations//generators/`
2186
2191
"query": "A String", # Query text. Article Search uses this to store the input query used to generate the search results.
2192
+ "querySource": "A String", # Query source for the answer.
2187
2193
},
2188
2194
},
2189
2195
],
@@ -2489,6 +2495,7 @@ <h3>Method Details</h3>
2489
2495
"userInput": { # Explicit input used for generating the answer # Explicit input used for generating the answer
2490
2496
"generatorName": "A String", # The resource name of associated generator. Format: `projects//locations//generators/`
2491
2497
"query": "A String", # Query text. Article Search uses this to store the input query used to generate the search results.
2498
+ "querySource": "A String", # Query source for the answer.
2492
2499
},
2493
2500
},
2494
2501
],
0 commit comments