File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Examples/ServiceExamples/Scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
public class ExamplePersonalityInsightsV3 : MonoBehaviour
23
23
{
24
24
PersonalityInsights m_personalityInsights = new PersonalityInsights ( ) ;
25
- private string testString = "<insert text to be analyzed here>" ;
25
+ private string testString = "<text- here>" ;
26
26
private string dataPath ;
27
27
28
28
void Start ( ) {
Original file line number Diff line number Diff line change @@ -1563,7 +1563,7 @@ The IBM Watson™ [Personality Insights][personality_insights] service enables a
1563
1563
1564
1564
``` cs
1565
1565
PersonalityInsights m_personalityInsights = new PersonalityInsights ();
1566
- private string testString = < insert text to be analyzed here > ;
1566
+ private string testString = " < text- here>" " ;
1567
1567
1568
1568
void Start () {
1569
1569
LogSystem .InstallDefaultReactors ();
You can’t perform that action at this time.
0 commit comments