bookingCustomQuestion 资源类型

命名空间:microsoft.graph

表示 bookingBusiness 的自定义问题。

方法

方法 返回类型 说明
列出 bookingCustomQuestions bookingCustomQuestion 集合 获取 bookingCustomQuestion 对象及其属性的列表。
创建 bookingCustomQuestion bookingCustomQuestion 创建新的 bookingCustomQuestion 对象。
获取 bookingCustomQuestion bookingCustomQuestion 读取 bookingCustomQuestion 对象的属性和关系。
更新 bookingCustomQuestion bookingCustomQuestion 更新 bookingCustomQuestion 对象的属性。
删除 bookingCustomQuestion 删除 bookingCustomQuestion 对象。

属性

属性 类型 说明
answerInputType answerInputType 预期的答案类型。 可能的值包括 textradioButtonunknownFutureValue
answerOptions 字符串集合 可能答案值的列表。
displayName String 问题。
id String 自定义问题的 ID。 继承自 entity

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.bookingCustomQuestion",
  "answerInputType": {"@odata.type": "microsoft.graph.answerInputType"},
  "answerOptions": ["String"],
  "displayName": "String",
  "id": "String (identifier)"
}