Guest User

Untitled

a guest
Nov 21st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. - (void)initilizeAPIai
  2. {
  3. ApiAI *apiai = [ApiAI sharedApiAI];
  4. id <AIConfiguration> configuration = [[AIDefaultConfiguration alloc] init];
  5. configuration.clientAccessToken = @"xxxxxxxxxxxxxxxxxxxxxxx";
  6. apiai.configuration = configuration;
  7. }
Add Comment
Please, Sign In to add comment