Method: Vapi::CreateWebCallDto#squad

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

#squadVapi::CreateSquadDto (readonly)

Returns This is a squad that will be used for the call. To use an existing squad, use squadId instead. To start a call with:

  • Assistant, use assistant or assistantId

  • Squad, use squad or squadId

  • Workflow, use workflow or workflowId.

Returns:

  • (Vapi::CreateSquadDto)

    This is a squad that will be used for the call. To use an existing squad, use squadId instead. To start a call with:

    • Assistant, use assistant or assistantId

    • Squad, use squad or squadId

    • Workflow, use workflow or workflowId



43
44
45
# File 'lib/vapi_server_sdk/types/create_web_call_dto.rb', line 43

def squad
  @squad
end