PromptDialog.PromptInt64 クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
int64のプロンプト
[System.Serializable]
public class PromptDialog.PromptInt64 : Microsoft.Bot.Builder.Dialogs.Internals.Prompt<long,long>
[<System.Serializable>]
type PromptDialog.PromptInt64 = class
inherit Prompt<int64, int64>
Public Class PromptDialog.PromptInt64
Inherits Prompt(Of Long, Long)
- 継承
- 属性
注釈
通常は Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)を通じて使われます。
コンストラクター
| 名前 | 説明 |
|---|---|
| PromptDialog.PromptInt64(PromptOptions<Int64>, Nullable<Int64>, Nullable<Int64>) |
int64ダイアログのプロンプト用コンストラクタ。 |
| PromptDialog.PromptInt64(String, String, Int32, String, Nullable<Int64>, Nullable<Int64>) |
int64ダイアログのプロンプト用コンストラクタ。 |
フィールド
| 名前 | 説明 |
|---|---|
| promptOptions |
int64のプロンプト (継承元 Prompt<T,U>) |
プロパティ
| 名前 | 説明 |
|---|---|
| Max |
(任意)最大許容価値。 |
| Min |
(任意)最低限の価値は許されています。 |
メソッド
| 名前 | 説明 |
|---|---|
| MakePrompt(IDialogContext, String, IReadOnlyList<U>, IReadOnlyList<String>, String) |
int64のプロンプト (継承元 Prompt<T,U>) |
| MessageReceivedAsync(IDialogContext, IAwaitable<IMessageActivity>) |
int64のプロンプト (継承元 Prompt<T,U>) |
| TryParse(IMessageActivity, Int64) |
int64のプロンプト |
| TryParse(IMessageActivity, T) |
int64のプロンプト (継承元 Prompt<T,U>) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IDialog<T>.StartAsync(IDialogContext) |
int64のプロンプト (継承元 Prompt<T,U>) |