Table of Contents

Class SurveyInterviewInteractionsSettingsResponseModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Base model for the interview interactions settings (for a survey)
It defines which actions are available during the interviews
These settings are only used in the Online channel

public class SurveyInterviewInteractionsSettingsResponseModel
Inheritance
SurveyInterviewInteractionsSettingsResponseModel
Inherited Members

Properties

BackButtonAvailable

Allow to navigate backwards

[JsonProperty("BackButtonAvailable", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool BackButtonAvailable { get; set; }

Property Value

bool

ClearButtonAvailable

Allow to clear all answers from the screen

[JsonProperty("ClearButtonAvailable", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool ClearButtonAvailable { get; set; }

Property Value

bool

PauseButtonAvailable

Allow identified users to pause the interview

[JsonProperty("PauseButtonAvailable", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool PauseButtonAvailable { get; set; }

Property Value

bool