global class SmartResponseInput {
|
global ConnectApi.EinsteinResponseSpeakerType speaker;
|
global String text;
|
global SmartResponseInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|