bookingCustomQuestion リソースの種類

名前空間: microsoft.graph

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

メソッド

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

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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