UpdateSessionSurveyConfigurationInput
Defines the input for associating a session survey with a session.
input UpdateSessionSurveyConfigurationInput {
alias: String
surveyId: ID
}
Fields
UpdateSessionSurveyConfigurationInput.alias
● String
scalar
UTF-8 string that represents the alias for the survey for the session. The alias should be unique for a session survey within an event. Optional.
An alias can only contain lower-case, alphameric and hyphen characters: [a-z0-9-].
If null
passed for surveyId
then alias
will be automatically set to null
.
UpdateSessionSurveyConfigurationInput.surveyId
● ID
scalar
The unique identifier for the session survey for the session. Optional.
Member Of
UpdateSessionInput
input