QnASearchResultContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QnASearchResultContext() | |
QnASearchResultContext(Nullable<Boolean>, IList<PromptDTO>) |
QnASearchResultContext()
QnASearchResultContext(Nullable<Boolean>, IList<PromptDTO>)
- Source:
- QnASearchResultContext.cs
public QnASearchResultContext (bool? isContextOnly = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> prompts = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnASearchResultContext : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnASearchResultContext
Public Sub New (Optional isContextOnly As Nullable(Of Boolean) = Nothing, Optional prompts As IList(Of PromptDTO) = Nothing)
Parameters
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET