C# Class WatsonConversation, unity-watson-chat

Inheritance: MonoBehaviour
Exibir arquivo Open project: ZeeNastalski/unity-watson-chat Class Usage Examples

Public Properties

Property Type Description
ConversationResponse ConversationResponseDelegate
Url string
WorkspaceId string

Public Methods

Method Description
SendConversationMessage ( string text ) : void
Start ( ) : void

Private Methods

Method Description
AuthenticateAndConfigure ( ) : IEnumerator,
OnConversationError ( RESTConnector.Error error, Dictionary, customData ) : void
OnConversationResponse ( object resp, Dictionary, customData ) : void

Method Details

SendConversationMessage() public method

public SendConversationMessage ( string text ) : void
text string
return void

Start() public method

public Start ( ) : void
return void

Property Details

ConversationResponse public_oe property

public ConversationResponseDelegate ConversationResponse
return ConversationResponseDelegate

Url public_oe property

public string Url
return string

WorkspaceId public_oe property

public string WorkspaceId
return string