Share via


StreamingTextActionEntityTextChangedArgs.IsComplete Property

Definition

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

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

Property Value

Boolean

bool

True if the text is complete; otherwise, false.

Applies to