Documentation ¶
Overview ¶
Package smartphone 智能电话组件 API
Index ¶
- func Create(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*smartphone.CreateResponseData, error)
- func Delete(ctx context.Context, clt *core.SDKClient, accessToken string, ...) error
- func Get(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*smartphone.GetResponseData, error)
- func Record(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*smartphone.RecordResponseData, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, clt *core.SDKClient, accessToken string, req *smartphone.CreateRequest) (*smartphone.CreateResponseData, error)
Create 创建智能电话
func Delete ¶
func Delete(ctx context.Context, clt *core.SDKClient, accessToken string, req *smartphone.DeleteRequest) error
Delete 删除智能电话
func Get ¶
func Get(ctx context.Context, clt *core.SDKClient, accessToken string, req *smartphone.GetRequest) (*smartphone.GetResponseData, error)
Get 获取智能电话列表 本接口用户获取青鸟线索通智能电话列表,可根据智能电话id,智能电话创建时间,删除标记进行过滤。
func Record ¶
func Record(ctx context.Context, clt *core.SDKClient, accessToken string, req *smartphone.RecordRequest) (*smartphone.RecordResponseData, error)
Record 查询智能电话拨打记录
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.