CAIResponseParticipantData

public struct CAIResponseParticipantData : Decodable
extension CAIResponseParticipantData: SenderInfo

Undocumented

  • Declaration

    Swift

    public var isBot: Bool
  • Undocumented

    Declaration

    Swift

    public var senderId: String

Conformance to SenderInfo protocol

  • id

    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 }