Class MessageBatchResult
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a message batch result.
public abstract class MessageBatchResult
- Inheritance
-
MessageBatchResult
- Derived
- Inherited Members
Constructors
MessageBatchResult(string)
Initializes a new instance of the MessageBatchResult class.
public MessageBatchResult(string type)
Parameters
typestringThe type of the message batch result.
Properties
Type
Gets the type of the message batch result.
public string Type { get; init; }