Answer コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Answer() |
Answer クラスの新しいインスタンスを初期化します。 |
Answer(String, String, String, IList<Action>, IList<Action>, String, String) |
Answer クラスの新しいインスタンスを初期化します。 |
Answer()
Answer クラスの新しいインスタンスを初期化します。
public Answer();
Public Sub New ()
適用対象
Answer(String, String, String, IList<Action>, IList<Action>, String, String)
Answer クラスの新しいインスタンスを初期化します。
public Answer(string id = default, string readLink = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Action> potentialAction = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Action> immediateAction = default, string preferredClickthroughUrl = default, string adaptiveCard = default);
new Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Answer : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Action> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Action> * string * string -> Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Answer
Public Sub New (Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional potentialAction As IList(Of Action) = Nothing, Optional immediateAction As IList(Of Action) = Nothing, Optional preferredClickthroughUrl As String = Nothing, Optional adaptiveCard As String = Nothing)
パラメーター
- id
- String
文字列識別子。
- readLink
- String
このリソースを返す URL。
- webSearchUrl
- String
このアイテムの検索結果Bing URL。
- preferredClickthroughUrl
- String
- adaptiveCard
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET