Bold360 and BoldChat Developer Center

BCAccount.h File Reference

#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  BCAccount
 A set of BoldChat account settings identified by an access key. More...
 

Macros

#define BCFormFieldComments(name)   ([NSString stringWithFormat:@"custom_%@",name])
 

Variables

NSString *const BCFormFieldLanguage
 
NSString *const BCFormFieldDepartment
 
NSString *const BCFormFieldFirstName
 
NSString *const BCFormFieldName
 
NSString *const BCFormFieldLastName
 
NSString *const BCFormFieldPhone
 
NSString *const BCFormFieldEmail
 
NSString *const BCFormFieldInitialQuestion
 
NSString *const BCFormFieldReference
 
NSString *const BCFormFieldInformation
 
NSString *const BCFormFieldOverall
 
NSString *const BCFormFieldKnowledge
 
NSString *const BCFormFieldResponsiveness
 
NSString *const BCFormFieldProfessionalism
 
NSString *const BCFormFieldComments
 
NSString *const BCFormFieldCustomUrl
 

Macro Definition Documentation

#define BCFormFieldComments (   name)    ([NSString stringWithFormat:@"custom_%@",name])

custom_[name] Sets the custom field (either pre or post chat) with the given name to the given value. String value required.

Since
Version 1.0

Variable Documentation

NSString* const BCFormFieldComments

Survey comments response value. String value required.

Since
Version 1.0
NSString* const BCFormFieldCustomUrl

Custom url parameter

Since
Version 1.1
NSString* const BCFormFieldDepartment

The id of the department of the chat. String value required.

Since
Version 1.0
NSString* const BCFormFieldEmail

The email of the visitor. String value required.

Since
Version 1.0
NSString* const BCFormFieldFirstName

The name of the visitor. String value required.

Since
Version 1.0
NSString* const BCFormFieldInformation

The visitor info value that appears in the client. String value required.

Since
Version 1.0
NSString* const BCFormFieldInitialQuestion

The initial question for the chat (which will show as the first chat message in the chat from the visitor). String value required.

Since
Version 1.0
NSString* const BCFormFieldKnowledge

Survey knowledge response value. String with integer value required.

Since
Version 1.0
NSString* const BCFormFieldLanguage

Language of the visitor (e.g., en-US). If the window does not support the language, it will fallback to the default language of the window. String value required.

Since
Version 1.0
NSString* const BCFormFieldLastName

The last name of the visitor. String value required.

Since
Version 1.0
NSString* const BCFormFieldName

The name of the visitor (synonymous with first_name). String value required.

Since
Version 1.0
NSString* const BCFormFieldOverall

Survey overall response value. String with integer value required.

Since
Version 1.0
NSString* const BCFormFieldPhone

The phone number of the visitor. String value required.

Since
Version 1.0
NSString* const BCFormFieldProfessionalism

Survey professionalism response value. String with integer value required.

Since
Version 1.0
NSString* const BCFormFieldReference

The visitor reference value that appears in the client. String value required.

Since
Version 1.0
NSString* const BCFormFieldResponsiveness

Survey responsiveness response value. String with integer value required.

Since
Version 1.0