Home > @yext/search-core > QuestionSubmissionRequest
Options for a QuestionSubmission request.
Signature:
export interface QuestionSubmissionRequest extends SearchRequest
Extends: SearchRequest
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
The email of the user that is submitting the question. | ||
string |
The ID of the entity to associate with the question. | ||
string |
The name of the user. | ||
string |
(Optional) Additional information about the question. | ||
string |
The question. | ||
boolean |
(Optional) Enables session tracking. |