Spatio.Model.CreateAgentConversationRequest (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.CreateAgentConversationRequest{
  agentId: String.t() | nil,
  metadata: %{optional(String.t()) => any()} | nil,
  title: String.t() | nil
}

Functions

decode(value)