Table of Contents

Class DomainResponseCodeResponseModelBase

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

Model representing a domain response code

public abstract class DomainResponseCodeResponseModelBase
Inheritance
DomainResponseCodeResponseModelBase
Derived
Inherited Members

Properties

AllowAppointment

(Only for Capi channel) When true, redirects to the appointment creation page

[JsonProperty("AllowAppointment", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? AllowAppointment { get; set; }

Property Value

bool?

ChannelCapi

If true, the response code will be available for Capi surveys

[JsonProperty("ChannelCapi", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? ChannelCapi { get; set; }

Property Value

bool?

ChannelCati

If true, the response code will be available for Cati surveys

[JsonProperty("ChannelCati", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? ChannelCati { get; set; }

Property Value

bool?

ChannelOnline

If true, the response code will be available for Online surveys

[JsonProperty("ChannelOnline", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? ChannelOnline { get; set; }

Property Value

bool?

Description

Description of response code

[JsonProperty("Description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }

Property Value

string

IsDefinite

The response code ends the interview

[JsonProperty("IsDefinite", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? IsDefinite { get; set; }

Property Value

bool?

IsSelectable

(Only for Capi channel) The interviewer can manually assign a response code to the interview

[JsonProperty("IsSelectable", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? IsSelectable { get; set; }

Property Value

bool?

Url

Url to be redirected when the interview finishes

[JsonProperty("Url", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Url { get; set; }

Property Value

string