Method: Vapi::FormatPlan#enabled

Defined in:
lib/vapi_server_sdk/types/format_plan.rb

#enabledBoolean (readonly)

Returns This determines whether the chunk is formatted before being sent to the voice provider. This helps with enunciation. This includes phone numbers, emails and addresses. Default true. Usage:

  • To rely on the voice provider’s formatting logic, set this to false.

  • To use ElevenLabs’s enableSsmlParsing feature, set this to false.

If voice.chunkPlan.enabled is false, this is automatically false since there’s no chunk to format. @default true.

Returns:

  • (Boolean)

    This determines whether the chunk is formatted before being sent to the voice provider. This helps with enunciation. This includes phone numbers, emails and addresses. Default true. Usage:

    • To rely on the voice provider’s formatting logic, set this to false.

    • To use ElevenLabs’s enableSsmlParsing feature, set this to false.

    If voice.chunkPlan.enabled is false, this is automatically false since there’s no chunk to format. @default true



18
19
20
# File 'lib/vapi_server_sdk/types/format_plan.rb', line 18

def enabled
  @enabled
end