Versions in this module Expand all Collapse all v0 v0.20.0 Mar 26, 2022 Changes in this version + type Client struct + Actions func() *actions.Client + Field func(string) *field.Client + Fields *fields.Client + Sample func(string) *sample.Client + Samples *samples.Client + Statistics func() *statistics.Client + func New(client *client.Client, properties ClientProperties) *Client + func (c Client) Delete() error + func (c Client) DeleteWithContext(context context.Context) error + func (c Client) Fetch() (*FetchTaskResponse, error) + func (c Client) FetchWithContext(context context.Context) (*FetchTaskResponse, error) + func (c Client) Update(input *UpdateTaskInput) (*UpdateTaskResponse, error) + func (c Client) UpdateWithContext(context context.Context, input *UpdateTaskInput) (*UpdateTaskResponse, error) + type ClientProperties struct + AssistantSid string + Sid string + type FetchTaskResponse struct + AccountSid string + ActionsURL string + AssistantSid string + DateCreated time.Time + DateUpdated *time.Time + FriendlyName *string + Sid string + URL string + UniqueName string + type UpdateTaskInput struct + Actions *string + ActionsURL *string + FriendlyName *string + UniqueName *string + type UpdateTaskResponse struct + AccountSid string + ActionsURL string + AssistantSid string + DateCreated time.Time + DateUpdated *time.Time + FriendlyName *string + Sid string + URL string + UniqueName string