bookingCustomQuestion リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
bookingBusiness のカスタム質問を表します。
bookingNamedEntity から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | bookingCustomQuestion コレクション | bookingCustomQuestion オブジェクトとそのプロパティの一覧を取得します。 |
Create | bookingCustomQuestion | 新しい BookingCustomQuestion オブジェクトを 作成します。 |
Get | bookingCustomQuestion | bookingCustomQuestion オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | なし | bookingCustomQuestion オブジェクトのプロパティを更新します。 |
Delete | なし | BookingCustomQuestion オブジェクトを削除します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
answerInputType | answerInputType | 予想される回答の種類。 使用可能な値: text 、radioButton 、unknownFutureValue 。 |
answerOptions | String collection | 使用可能な回答値の一覧。 |
createdDateTime | DateTimeOffset | カスタムの質問が作成されたときの日付、時刻、タイム ゾーン。 |
displayName | String | 質問。 bookingNamedEntity から継承されます。 |
id | String | カスタム質問の ID。 エンティティから継承 されます。 |
lastUpdatedDateTime | DateTimeOffset | カスタム質問が最後に更新されたときの日付、時刻、タイムゾーン。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.bookingCustomQuestion",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"lastUpdatedDateTime": "String (timestamp)",
"displayName": "String",
"answerInputType": "String",
"answerOptions": [
"String"
]
}