bookingCustomQuestion リソースの種類

名前空間: microsoft.graph

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

メソッド

メソッド 戻り値の種類 説明
List bookingCustomQuestion コレクション bookingCustomQuestion オブジェクトとそのプロパティの一覧を取得します。
Create bookingCustomQuestion 新しい bookingCustomQuestion オブジェクトをCreateします。
Get bookingCustomQuestion bookingCustomQuestion オブジェクトのプロパティとリレーションシップを読み取ります。
Update bookingCustomQuestion bookingCustomQuestion オブジェクトのプロパティを更新します。
Delete なし 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)"
}