Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inputIntents to AutocompleteResult #230

Merged
merged 7 commits into from
Mar 24, 2023

Conversation

oshi97
Copy link
Contributor

@oshi97 oshi97 commented Mar 23, 2023

Adds AutocompleteResult.inputIntents.

T=TECHOPS-8462
TEST=auto,manual

saw that this would fix the related techops for missing query intents

@oshi97 oshi97 requested a review from a team as a code owner March 23, 2023 20:19
@oshi97 oshi97 changed the base branch from master to develop March 23, 2023 20:19
@coveralls
Copy link

coveralls commented Mar 23, 2023

Pull Request Test Coverage Report for Build 4512590451

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 90.453%

Totals Coverage Status
Change from base Build 3940798448: 0.05%
Covered Lines: 214
Relevant Lines: 231

💛 - Coveralls

/**
* {@link SearchIntent}s corresponding to the autocomplete result.
*/
queryIntents: SearchIntent[]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for naming this field queryIntents, when the similar field in AutocompleteResponse is called inputIntents?

@oshi97 oshi97 changed the title Add queryIntents to AutocompleteResult Add inputIntents to AutocompleteResult Mar 24, 2023
@oshi97 oshi97 merged commit 3dd1016 into develop Mar 24, 2023
@oshi97 oshi97 deleted the dev/add-query-intents-to-autocomplete-result branch March 24, 2023 15:08
@oshi97 oshi97 mentioned this pull request Mar 24, 2023
oshi97 added a commit that referenced this pull request Mar 24, 2023
### Changes

* Adds inputIntents to AutocompleteResult (#230)
oshi97 added a commit that referenced this pull request Mar 24, 2023
* Adds inputIntents to AutocompleteResult (#230)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants