bookingCustomQuestion リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。

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

bookingNamedEntity から継承します。

メソッド

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

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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