Share via


StreamingTextActionEntity.IsComplete Property

Definition

Gets a value that indicates whether the text provided by the StreamingTextActionEntity is complete.

public:
 property bool IsComplete { bool get(); };
bool IsComplete();
public bool IsComplete { get; }
var boolean = streamingTextActionEntity.isComplete;
Public ReadOnly Property IsComplete As Boolean

Property Value

Boolean

bool

True if the streaming text is complete; otherwise, false.

Applies to