Language

KnowledgeBaseResponseCompletedStreamEvent Class

Definition

Wraps a response.completed event payload.

public sealed class KnowledgeBaseResponseCompletedStreamEvent : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRetrievalStreamEvent
type KnowledgeBaseResponseCompletedStreamEvent = class
    inherit KnowledgeBaseRetrievalStreamEvent
Public NotInheritable Class KnowledgeBaseResponseCompletedStreamEvent
Inherits KnowledgeBaseRetrievalStreamEvent
Inheritance
KnowledgeBaseResponseCompletedStreamEvent

Properties

Name Description
EventName

Gets the wire name of the server-sent event.

(Inherited from KnowledgeBaseRetrievalStreamEvent)
IsTerminal

Gets whether this event terminates the retrieval stream.

Value

Gets the event payload.

Applies to