Language

UnknownKnowledgeBaseRetrievalStreamEvent Class

Definition

An event type not recognized by this version of the client library.

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

Properties

Name Description
Data

Gets the raw JSON payload for the unknown event.

EventName

Gets the wire name of the server-sent event.

(Inherited from KnowledgeBaseRetrievalStreamEvent)
IsTerminal

Gets whether this event terminates the retrieval stream.

(Inherited from KnowledgeBaseRetrievalStreamEvent)

Applies to