Table of Contents

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

type string

The type of the message batch result.

Properties

Type

Gets the type of the message batch result.

public string Type { get; init; }

Property Value

string