FileConsentCardResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FileConsentCardResponse() |
FileConsentCardResponse クラスの新しいインスタンスを初期化します。 |
FileConsentCardResponse(String, Object, FileUploadInfo) |
FileConsentCardResponse クラスの新しいインスタンスを初期化します。 |
FileConsentCardResponse()
FileConsentCardResponse クラスの新しいインスタンスを初期化します。
public FileConsentCardResponse ();
Public Sub New ()
適用対象
FileConsentCardResponse(String, Object, FileUploadInfo)
FileConsentCardResponse クラスの新しいインスタンスを初期化します。
public FileConsentCardResponse (string action = default, object context = default, Microsoft.Bot.Schema.Teams.FileUploadInfo uploadInfo = default);
new Microsoft.Bot.Schema.Teams.FileConsentCardResponse : string * obj * Microsoft.Bot.Schema.Teams.FileUploadInfo -> Microsoft.Bot.Schema.Teams.FileConsentCardResponse
Public Sub New (Optional action As String = Nothing, Optional context As Object = Nothing, Optional uploadInfo As FileUploadInfo = Nothing)
パラメーター
- action
- String
ユーザーが実行したアクション。 使用できる値は、'accept'、'decline' です。
- context
- Object
アクションに関連付けられたコンテキスト。
- uploadInfo
- FileUploadInfo
ユーザーがファイルを受け入れた場合は、アップロードするファイルに関する情報が含まれます。