Class ContentStartEventData
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents data for a content_block_start event.
public class ContentStartEventData : EventData
- Inheritance
-
ContentStartEventData
- Inherited Members
Constructors
ContentStartEventData(int, Content)
Initializes a new instance of the ContentStartEventData class.
public ContentStartEventData(int index, Content contentBlock)
Parameters
Properties
ContentBlock
Gets the content block.
[JsonPropertyName("content_block")]
public Content ContentBlock { get; init; }
Property Value
Index
Gets the index of the content block.
public int Index { get; init; }