Module: Vapi::Assistants::Types::UpdateAssistantDtoFirstMessageMode

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

Constant Summary collapse

ASSISTANT_SPEAKS_FIRST =
"assistant-speaks-first"
ASSISTANT_SPEAKS_FIRST_WITH_MODEL_GENERATED_MESSAGE =
"assistant-speaks-first-with-model-generated-message"
ASSISTANT_WAITS_FOR_USER =
"assistant-waits-for-user"

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