Module: Vapi::Types::ExportChatDtoColumns

Extended by:
Internal::Types::Enum
Defined in:
lib/vapi/types/export_chat_dto_columns.rb

Constant Summary collapse

ID =
"id"
ASSISTANT_ID =
"assistantId"
SQUAD_ID =
"squadId"
SESSION_ID =
"sessionId"
PREVIOUS_CHAT_ID =
"previousChatId"
COST =
"cost"
MESSAGES =
"messages"
OUTPUT =
"output"
CREATED_AT =
"createdAt"
UPDATED_AT =
"updatedAt"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load