C# Class WatsonConversation, unity-watson-chat

Inheritance: MonoBehaviour
Afficher le fichier Open project: ZeeNastalski/unity-watson-chat Class Usage Examples

Méthodes publiques

Свойство Type Description
ConversationResponse ConversationResponseDelegate
Url string
WorkspaceId string

Méthodes publiques

Méthode Description
SendConversationMessage ( string text ) : void
Start ( ) : void

Private Methods

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

Method Details

SendConversationMessage() public méthode

public SendConversationMessage ( string text ) : void
text string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

ConversationResponse public_oe property

public ConversationResponseDelegate ConversationResponse
Résultat ConversationResponseDelegate

Url public_oe property

public string Url
Résultat string

WorkspaceId public_oe property

public string WorkspaceId
Résultat string