bookingCustomQuestion 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示 bookingBusiness 的自定义问题。
继承自 bookingNamedEntity。
方法
| 方法 | 返回类型 | Description |
|---|---|---|
| 列出 bookingCustomQuestions | bookingCustomQuestion 集合 | 获取 bookingCustomQuestion 对象及其属性的列表。 |
| 创建 bookingCustomQuestion | bookingCustomQuestion | 创建新的 bookingCustomQuestion 对象。 |
| 获取 bookingCustomQuestion | bookingCustomQuestion | 读取 bookingCustomQuestion 对象的 属性和关系。 |
| 更新 bookingCustomQuestion | 无 | 更新 bookingCustomQuestion 对象的 属性。 |
| 删除 bookingCustomQuestion | 无 | 删除 bookingCustomQuestion 对象。 |
属性
| 属性 | 类型 | Description |
|---|---|---|
| answerInputType | answerInputType | 预期的答案类型。 可能的值包括 text、radioButton、unknownFutureValue。 |
| answerOptions | 字符串集合 | 可能的答案值列表。 |
| displayName | String | 问题。 继承自 bookingNamedEntity。 |
| id | String | 自定义问题的 ID。 继承自 entity。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.bookingCustomQuestion",
"id": "String (identifier)",
"displayName": "String",
"answerInputType": {"@odata.type": "microsoft.graph.answerInputType"},
"answerOptions": ["String"]
}
反馈
提交和查看相关反馈