Answer Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Answer() |
Initialise une nouvelle instance de la classe Answer. |
Answer(String, String, String, IList<Action>, IList<Action>, String, String) |
Initialise une nouvelle instance de la classe Answer. |
Answer()
Initialise une nouvelle instance de la classe Answer.
public Answer ();
Public Sub New ()
S’applique à
Answer(String, String, String, IList<Action>, IList<Action>, String, String)
Initialise une nouvelle instance de la classe 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)
Paramètres
- id
- String
Identificateur de chaîne.
- readLink
- String
URL qui retourne cette ressource.
- webSearchUrl
- String
URL vers le résultat de recherche de Bing pour cet élément.
- preferredClickthroughUrl
- String
- adaptiveCard
- String
S’applique à
Azure SDK for .NET