MessageDeltaChunkObject Struct
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.
The MessageDeltaChunk_object.
public readonly struct MessageDeltaChunkObject : IEquatable<Azure.AI.Projects.MessageDeltaChunkObject>
type MessageDeltaChunkObject = struct
Public Structure MessageDeltaChunkObject
Implements IEquatable(Of MessageDeltaChunkObject)
- Inheritance
-
MessageDeltaChunkObject
- Implements
Constructors
MessageDeltaChunkObject(String) |
Initializes a new instance of MessageDeltaChunkObject. |
Properties
ThreadMessageDelta |
thread.message.delta. |
Methods
Equals(MessageDeltaChunkObject) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MessageDeltaChunkObject, MessageDeltaChunkObject) |
Determines if two MessageDeltaChunkObject values are the same. |
Implicit(String to MessageDeltaChunkObject) |
Converts a String to a MessageDeltaChunkObject. |
Inequality(MessageDeltaChunkObject, MessageDeltaChunkObject) |
Determines if two MessageDeltaChunkObject values are not the same. |
Applies to
Azure SDK for .NET