bookingCustomQuestion 资源类型
命名空间:microsoft.graph
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 bookingCustomQuestions | bookingCustomQuestion 集合 | 获取 bookingCustomQuestion 对象及其属性的列表。 |
| 创建 bookingCustomQuestion | bookingCustomQuestion | 创建新的 bookingCustomQuestion 对象。 |
| 获取 bookingCustomQuestion | bookingCustomQuestion | 读取 bookingCustomQuestion 对象的属性和关系。 |
| 更新 bookingCustomQuestion | bookingCustomQuestion | 更新 bookingCustomQuestion 对象 的属性。 |
| 删除 bookingCustomQuestion | 无 | 删除 bookingCustomQuestion 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| answerInputType | answerInputType | 预期的答案类型。 可能的值包括 text、radioButton、unknownFutureValue。 |
| answerOptions | String collection | 可能的答案值列表。 |
| displayName | String | 问题。 |
| id | String | 自定义问题的 ID。 继承自 实体。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.bookingCustomQuestion",
"id": "String (identifier)",
"displayName": "String",
"answerInputType": {"@odata.type": "microsoft.graph.answerInputType"},
"answerOptions": ["String"]
}
反馈
提交和查看相关反馈