Skip to content

Latest commit

 

History

History
153 lines (68 loc) · 1.81 KB

search-core.questionsubmissionrequest.md

File metadata and controls

153 lines (68 loc) · 1.81 KB

Home > @yext/search-core > QuestionSubmissionRequest

QuestionSubmissionRequest interface

Options for a QuestionSubmission request.

Signature:

export interface QuestionSubmissionRequest extends SearchRequest 

Extends: SearchRequest

Properties

Property

Modifiers

Type

Description

email

string

The email of the user that is submitting the question.

entityId

string

The ID of the entity to associate with the question.

name

string

The name of the user.

questionDescription?

string

(Optional) Additional information about the question.

questionText

string

The question.

sessionTrackingEnabled?

boolean

(Optional) Enables session tracking.