Partilhar via


ContextDTO Construtores

Definição

Sobrecargas

ContextDTO()
ContextDTO(Nullable<Boolean>, IList<PromptDTO>)

ContextDTO()

Origem:
ContextDTO.cs
public ContextDTO();
Public Sub New ()

Aplica-se a

ContextDTO(Nullable<Boolean>, IList<PromptDTO>)

Origem:
ContextDTO.cs
public ContextDTO(bool? isContextOnly = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> prompts = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ContextDTO : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ContextDTO
Public Sub New (Optional isContextOnly As Nullable(Of Boolean) = Nothing, Optional prompts As IList(Of PromptDTO) = Nothing)

Parâmetros

isContextOnly
Nullable<Boolean>
prompts
IList<PromptDTO>

Aplica-se a