UpdateQnaDTO 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
UpdateQnaDTO() | |
UpdateQnaDTO(Nullable<Int32>, String, String, UpdateQnaDTOQuestions, UpdateQnaDTOMetadata, UpdateQnaDTOContext) |
UpdateQnaDTO()
UpdateQnaDTO(Nullable<Int32>, String, String, UpdateQnaDTOQuestions, UpdateQnaDTOMetadata, UpdateQnaDTOContext)
- Source:
- UpdateQnaDTO.cs
public UpdateQnaDTO (int? id = default, string answer = default, string source = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOQuestions questions = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOMetadata metadata = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOContext context = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTO : Nullable<int> * string * string * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOQuestions * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOMetadata * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOContext -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTO
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional answer As String = Nothing, Optional source As String = Nothing, Optional questions As UpdateQnaDTOQuestions = Nothing, Optional metadata As UpdateQnaDTOMetadata = Nothing, Optional context As UpdateQnaDTOContext = Nothing)
Parameters
- answer
- String
- source
- String
- questions
- UpdateQnaDTOQuestions
- metadata
- UpdateQnaDTOMetadata
- context
- UpdateQnaDTOContext
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET