KnowledgeBaseRetrievalResponse.Response Property

Definition

The response messages.

public System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMessage> Response { get; }
public System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMessage> Response { get; }
member this.Response : System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMessage>
member this.Response : System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMessage>
Public ReadOnly Property Response As IList(Of KnowledgeBaseMessage)
Public ReadOnly Property Response As IReadOnlyList(Of KnowledgeBaseMessage)

Property Value

Applies to