StreamInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stream information will be included in an Entity in the Activity.
public class StreamInfo : Microsoft.Agents.Core.Models.Entity
type StreamInfo = class
inherit Entity
Public Class StreamInfo
Inherits Entity
- Inheritance
Constructors
| StreamInfo() |
Properties
| Properties |
Gets properties that are not otherwise defined by the Entity type but that might appear in the REST JSON object. (Inherited from Entity) |
| StreamId |
Required unique ID. This remains the same for all subsequent Entities part of the stream operation. |
| StreamResult |
Optional stream result when StreamType is Final. |
| StreamSequence |
Required incrementing integer for each Typing Activity sent, and final Message. |
| StreamType | |
| Type |
Type of this entity (RFC 3987 IRI). (Inherited from Entity) |
Methods
| Equals(Entity) |
Indicates whether the current object is equal to another object of the same type. (Inherited from Entity) |
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Entity) |
| GetHashCode() |
Hash function that generates a hash code for the current object. (Inherited from Entity) |
Extension Methods
| GetAs<T>(Entity) |
Retrieve internal payload. |
| SetAs<T>(Entity, T) |
Set internal payload. |