public static interface ClickFeedback.Builder extends SdkPojo, CopyableBuilder<ClickFeedback.Builder,ClickFeedback>
| Modifier and Type | Method and Description |
|---|---|
ClickFeedback.Builder |
clickTime(Instant clickTime)
The Unix timestamp when the result was clicked.
|
ClickFeedback.Builder |
resultId(String resultId)
The identifier of the search result that was clicked.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClickFeedback.Builder resultId(String resultId)
The identifier of the search result that was clicked.
resultId - The identifier of the search result that was clicked.ClickFeedback.Builder clickTime(Instant clickTime)
The Unix timestamp when the result was clicked.
clickTime - The Unix timestamp when the result was clicked.Copyright © 2023. All rights reserved.