ChoiceFactory.SuggestedAction 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SuggestedAction(IList<Choice>, String, String) |
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다. |
SuggestedAction(IList<String>, String, String) |
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다. |
SuggestedAction(IList<Choice>, String, String, IList<String>) |
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다. |
SuggestedAction(IList<String>, String, String, IList<String>) |
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다. |
SuggestedAction(IList<Choice>, String, String)
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다.
public static Microsoft.Bot.Schema.IMessageActivity SuggestedAction(System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> choices, string text = default, string speak = default);
static member SuggestedAction : System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> * string * string -> Microsoft.Bot.Schema.IMessageActivity
Public Shared Function SuggestedAction (choices As IList(Of Choice), Optional text As String = Nothing, Optional speak As String = Nothing) As IMessageActivity
매개 변수
- text
- String
선택 사항으로, 메시지의 텍스트입니다.
- speak
- String
선택 사항으로, 음성 지원 채널에서 봇이 말하는 SSML 텍스트입니다.
반환
제안된 작업으로 선택 항목이 있는 활동입니다.
적용 대상
SuggestedAction(IList<String>, String, String)
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다.
public static Microsoft.Bot.Schema.IMessageActivity SuggestedAction(System.Collections.Generic.IList<string> choices, string text = default, string speak = default);
static member SuggestedAction : System.Collections.Generic.IList<string> * string * string -> Microsoft.Bot.Schema.IMessageActivity
Public Shared Function SuggestedAction (choices As IList(Of String), Optional text As String = Nothing, Optional speak As String = Nothing) As IMessageActivity
매개 변수
- text
- String
선택 사항으로, 메시지의 텍스트입니다.
- speak
- String
선택 사항으로, 음성 지원 채널에서 봇이 말하는 SSML 텍스트입니다.
반환
제안된 작업으로 선택 항목이 있는 활동입니다.
적용 대상
SuggestedAction(IList<Choice>, String, String, IList<String>)
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다.
public static Microsoft.Bot.Schema.IMessageActivity SuggestedAction(System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> choices, string text = default, string speak = default, System.Collections.Generic.IList<string> toList = default);
static member SuggestedAction : System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> * string * string * System.Collections.Generic.IList<string> -> Microsoft.Bot.Schema.IMessageActivity
Public Shared Function SuggestedAction (choices As IList(Of Choice), Optional text As String = Nothing, Optional speak As String = Nothing, Optional toList As IList(Of String) = Nothing) As IMessageActivity
매개 변수
- text
- String
선택 사항으로, 메시지의 텍스트입니다.
- speak
- String
선택 사항으로, 음성 지원 채널에서 봇이 말하는 SSML 텍스트입니다.
반환
제안된 작업으로 선택 항목이 있는 활동입니다.
적용 대상
SuggestedAction(IList<String>, String, String, IList<String>)
제안된 작업으로 추가된 선택 항목 목록을 포함하는 메시지 활동을 만듭니다.
public static Microsoft.Bot.Schema.IMessageActivity SuggestedAction(System.Collections.Generic.IList<string> choices, string text = default, string speak = default, System.Collections.Generic.IList<string> toList = default);
static member SuggestedAction : System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> -> Microsoft.Bot.Schema.IMessageActivity
Public Shared Function SuggestedAction (choices As IList(Of String), Optional text As String = Nothing, Optional speak As String = Nothing, Optional toList As IList(Of String) = Nothing) As IMessageActivity
매개 변수
- text
- String
선택 사항으로, 메시지의 텍스트입니다.
- speak
- String
선택 사항으로, 음성 지원 채널에서 봇이 말하는 SSML 텍스트입니다.
반환
제안된 작업으로 선택 항목이 있는 활동입니다.