Property | Type | Description | |
---|---|---|---|
ConversationResponse | ConversationResponseDelegate | ||
Url | string | ||
WorkspaceId | string |
Method | Description | |
---|---|---|
SendConversationMessage ( string text ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
AuthenticateAndConfigure ( ) : IEnumerator, | ||
OnConversationError ( RESTConnector.Error error, Dictionary, customData ) : void | ||
OnConversationResponse ( object resp, Dictionary, customData ) : void |
public SendConversationMessage ( string text ) : void | ||
text | string | |
return | void |
public ConversationResponseDelegate ConversationResponse | ||
return | ConversationResponseDelegate |