Click or drag to resize

OpenConversationModelConversationSentence Property

Displays the specified text in the conversation.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string ConversationSentence { get; set; }

Property Value

Type: String
Remarks

ConversationSentence is used to send text to the conversation when no ConversationId is used.

It is recommended to use ConversationId whenever possible.

See Also