次の方法で共有


ErrorResponse コンストラクター

定義

オーバーロード

ErrorResponse()

ErrorResponse クラスの新しいインスタンスを初期化します。

ErrorResponse(IList<Error>, String, String, String, IList<Action>, IList<Action>, String, String)

ErrorResponse クラスの新しいインスタンスを初期化します。

ErrorResponse()

ErrorResponse クラスの新しいインスタンスを初期化します。

public ErrorResponse();
Public Sub New ()

適用対象

ErrorResponse(IList<Error>, String, String, String, IList<Action>, IList<Action>, String, String)

ErrorResponse クラスの新しいインスタンスを初期化します。

public ErrorResponse(System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Error> errors, 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.ErrorResponse : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Error> * 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.ErrorResponse
Public Sub New (errors As IList(Of Error), 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)

パラメーター

errors
IList<Error>

要求が失敗した理由を示すエラーの一覧。

id
String

文字列識別子。

readLink
String

このリソースを返す URL。

webSearchUrl
String

このアイテムの検索結果をBingする URL。

potentialAction
IList<Action>
immediateAction
IList<Action>
preferredClickthroughUrl
String
adaptiveCard
String

適用対象