Structures
The following structures are available globally.
-
Setup the Kindly SDK with your configuration.
Declaration
Swift
public struct CoreSDKConfig : Loggable
Parameters
botKey
The key for your application. See the Kindly API docs for more.
environment
Select the
ServerEnvironment
the API should target. Default value isproduction
. -
Setup the Kindly SDK with your configuration.
See moreDeclaration
Swift
public struct KindlySDKConfig : Loggable
Parameters
botKey
The key for your application. See the Kindly API docs for more.
environment
Select the
ServerEnvironment
the API should target. Default value isproduction
. -
A chat bot the user can interact with.
See moreDeclaration
Swift
public struct Bot
-
Undocumented
Declaration
Swift
public struct ExternalChatButton
-
ChatMessage represents both sent and received messages.
Messages supports a variety of different content. For example images, buttons and attachments.
See moreDeclaration
Swift
public struct ExternalChatMessage : Hashable, Identifiable, Comparable
-
Undocumented
Declaration
Swift
public struct OEmbedRespnse : Decodable