Click or drag to resize

PersonalityInsightsGetProfileRequest Class

Get profile request.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.ConnectionRESTConnectorRequest
    IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3PersonalityInsightsGetProfileRequest

Namespace:  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class GetProfileRequest : RESTConnectorRequest

The PersonalityInsightsGetProfileRequest type exposes the following members.

Constructors
  NameDescription
Public methodPersonalityInsightsGetProfileRequest
Initializes a new instance of the PersonalityInsightsGetProfileRequest class
Top
Properties
  NameDescription
Public propertyCustomData
Custom data.
Public propertyFailCallback
The fail callback.
Public propertySuccessCallback
The success callback.
Top
See Also