SessionSurveyConfiguration
The details of the survey that is assigned to a session.
type SessionSurveyConfiguration {
alias: String!
survey: SessionSurvey!
url: URL!
}
Fields
SessionSurveyConfiguration.alias ● String! non-null scalar
The alias of the survey for the session.
SessionSurveyConfiguration.survey ● SessionSurvey! non-null object
The survey that is assigned to the session.
SessionSurveyConfiguration.url ● URL! non-null scalar
The URL of the survey for the session.
Member Of
Session object ● SessionAttendanceAgendaItem object ● SessionEventAgendaItem object