Skip to content

Latest commit

 

History

History
233 lines (164 loc) · 20.2 KB

File metadata and controls

233 lines (164 loc) · 20.2 KB

Call

Types:

from retell.types import CallResponse, PhoneCallResponse, WebCallResponse, CallListResponse

Methods:

Chat

Types:

from retell.types import ChatResponse, ChatListResponse, ChatCreateChatCompletionResponse

Methods:

PhoneNumber

Types:

from retell.types import PhoneNumberResponse, PhoneNumberListResponse

Methods:

Agent

Types:

from retell.types import AgentResponse, AgentListResponse, AgentGetVersionsResponse

Methods:

ChatAgent

Types:

from retell.types import ChatAgentResponse, ChatAgentListResponse, ChatAgentGetVersionsResponse

Methods:

Llm

Types:

from retell.types import LlmResponse, LlmListResponse

Methods:

ConversationFlow

Types:

from retell.types import ConversationFlowResponse, ConversationFlowListResponse

Methods:

ConversationFlowComponent

Types:

from retell.types import ConversationFlowComponentResponse, ConversationFlowComponentListResponse

Methods:

KnowledgeBase

Types:

from retell.types import KnowledgeBaseResponse, KnowledgeBaseListResponse

Methods:

Voice

Types:

from retell.types import VoiceResponse, VoiceListResponse, VoiceSearchResponse

Methods:

Concurrency

Types:

from retell.types import ConcurrencyRetrieveResponse

Methods:

BatchCall

Types:

from retell.types import BatchCallResponse

Methods:

Tests

Types:

from retell.types import (
    BatchTestResponse,
    TestCaseDefinitionResponse,
    TestCaseJobResponse,
    TestListBatchTestsResponse,
    TestListTestCaseDefinitionsResponse,
    TestListTestRunsResponse,
)

Methods:

McpTool

Types:

from retell.types import McpToolDefinition, McpToolGetMcpToolsResponse

Methods: