Versions in this module Expand all Collapse all v0 v0.20.0 Mar 26, 2022 Changes in this version + type Client struct + 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() (*FetchWebChannelResponse, error) + func (c Client) FetchWithContext(context context.Context) (*FetchWebChannelResponse, error) + func (c Client) Update(input *UpdateWebChannelInput) (*UpdateWebChannelResponse, error) + func (c Client) UpdateWithContext(context context.Context, input *UpdateWebChannelInput) (*UpdateWebChannelResponse, error) + type ClientProperties struct + Sid string + type FetchWebChannelResponse struct + AccountSid string + DateCreated time.Time + DateUpdated *time.Time + FlexFlowSid string + Sid string + URL string + type UpdateWebChannelInput struct + ChatStatus *string + PreEngagementData *string + type UpdateWebChannelResponse struct + AccountSid string + DateCreated time.Time + DateUpdated *time.Time + FlexFlowSid string + Sid string + URL string