bookingCustomQuestion リソースの種類

名前空間: microsoft.graph

bookingBusiness のカスタム質問 を表します

メソッド

メソッド 戻り値の種類 説明
List bookingCustomQuestions bookingCustomQuestion コレクション bookingCustomQuestion オブジェクトとそのプロパティの一覧を取得します。
BookingCustomQuestion の作成 bookingCustomQuestion 新しい bookingCustomQuestion オブジェクトを作成 します。
Get bookingCustomQuestion bookingCustomQuestion bookingCustomQuestionオブジェクトのプロパティとリレーションシップを読み取る。
BookingCustomQuestion の更新 bookingCustomQuestion bookingCustomQuestion オブジェクトのプロパティを更新します。
BookingCustomQuestion の削除 なし bookingCustomQuestion オブジェクトを削除します。

プロパティ

プロパティ 種類 説明
answerInputType answerInputType 予想される回答の種類。 使用可能な値: textradioButtonunknownFutureValue
answerOptions String コレクション 可能な回答の値の一覧。
displayName 文字列 質問。
id 文字列 カスタム質問の ID。 エンティティから継承 されます

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

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