Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

from_dict

Parse a streamed event and its optional complete response.

Reference

FieldValueDescription
symboltelion_api.AiStreamEvent.from_dict
signature(alue: 'Mapping[str, Any]') -> 'AiStreamEvent'
returnAiStreamEvent

Parse a streamed event and its optional complete response.

Contract

PropertyValue
symboltelion_api.AiStreamEvent.from_dict
signature(alue: 'Mapping[str, Any]') -> 'AiStreamEvent'
returnAiStreamEvent

Signature

telion_api.AiStreamEvent.from_dict(alue: 'Mapping[str, Any]') -> 'AiStreamEvent'