ChoiceFactoryOptions 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ChoiceFactoryOptions() |
ChoiceFactoryOptions 클래스의 새 인스턴스를 초기화합니다. |
ChoiceFactoryOptions(String, String, String, Nullable<Boolean>) |
ChoiceFactoryOptions 클래스의 새 인스턴스를 초기화합니다. 사용 예제는 ConfirmPrompt의 코드를 참조하세요. |
ChoiceFactoryOptions()
ChoiceFactoryOptions(String, String, String, Nullable<Boolean>)
ChoiceFactoryOptions 클래스의 새 인스턴스를 초기화합니다. 사용 예제는 ConfirmPrompt의 코드를 참조하세요.
public ChoiceFactoryOptions (string inlineSeparator, string inlineOr, string inlineOrMore, bool? includeNumbers);
new Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions : string * string * string * Nullable<bool> -> Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions
Public Sub New (inlineSeparator As String, inlineOr As String, inlineOrMore As String, includeNumbers As Nullable(Of Boolean))
매개 변수
- inlineSeparator
- String
인라인 세퍼레이터 값입니다.
- inlineOr
- String
인라인 또는 값입니다.
- inlineOrMore
- String
인라인 이상 값입니다.