| title | virtualEventRegistrationQuestionAnswer resource type |
|---|---|
| description | Represents an answer or answers to a registration question of a virtual event. |
| author | halleclottey-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 06/12/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an answer or answers to either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion.
| Property | Type | Description |
|---|---|---|
| booleanValue | Boolean | Boolean answer to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is boolean. |
| displayName | String | Display name of the registration question. |
| multiChoiceValues | String collection | A collection of text answers to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is multiChoice. |
| questionId | String | The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. |
| value | String | Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. Appears when answerInputType is text, multilineText or singleChoice. |
None.
The following JSON representation shows the resource type
{
"@odata.type": "#microsoft.graph.virtualEventRegistrationQuestionAnswer",
"booleanValue": "Boolean",
"displayName": "String",
"multiChoiceValues": [
"String"
],
"questionId": "String",
"value": "String"
}