CAIResponseParticipantData
public struct CAIResponseParticipantData : Decodable
extension CAIResponseParticipantData: SenderInfo
Undocumented
-
Declaration
Swift
public var isBot: Bool
-
Undocumented
Declaration
Swift
public var senderId: String
-
Declaration
Swift
public var id: String { get }
-
In CAI, we don’t have a display name for sender. Either you or the bot/assistant
Declaration
Swift
public var displayName: String { get }