Method: Vapi::TranscriptPlan#enabled
- Defined in:
- lib/vapi_server_sdk/types/transcript_plan.rb
#enabled ⇒ Boolean (readonly)
Returns This determines whether the transcript is stored in call.artifact.transcript. Defaults to true. @default true.
11 12 13 |
# File 'lib/vapi_server_sdk/types/transcript_plan.rb', line 11 def enabled @enabled end |