Versions in this module Expand all Collapse all v1 v1.0.4 Feb 19, 2026 Changes in this version + type AttachmentAction struct + Created *time.Time + ID string + Inputs map[string]interface{} + MessageID string + PersonID string + RoomID string + Type string + type Client struct + func New(webexClient *webexsdk.Client, config *Config) *Client + func (c *Client) Create(action *AttachmentAction) (*AttachmentAction, error) + func (c *Client) Get(actionID string) (*AttachmentAction, error) + type Config struct + func DefaultConfig() *Config Other modules containing this package github.com/WebexCommunity/webex-go-sdk/v2