Click or drag to resize

Context Class

State information for the conversation. To maintain state, include the context from the previous response.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1Context

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Context

The Context type exposes the following members.

Constructors
  NameDescription
Public methodContext
Initializes a new instance of the Context class
Top
Properties
  NameDescription
Public propertyConversationId
The unique identifier of the conversation.
Public propertySystem
For internal use only.
Top
See Also