@JsonClass(true) data class CreateInboxResponseMessage : AgentMessage
Custom dotnet protocol message response after creating an inbox. This message does not have a @id and @type.
<init> |
Custom dotnet protocol message response after creating an inbox. This message does not have a @id and @type. CreateInboxResponseMessage(inboxId: String, inboxKey: String) |
inboxId |
val inboxId: String |
inboxKey |
val inboxKey: String |