Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentAction ¶
type AttachmentAction struct {
ID string `json:"id,omitempty"`
Type string `json:"type,omitempty"`
MessageID string `json:"messageId,omitempty"`
Inputs map[string]interface{} `json:"inputs,omitempty"`
PersonID string `json:"personId,omitempty"`
RoomID string `json:"roomId,omitempty"`
Created *time.Time `json:"created,omitempty"`
}
AttachmentAction represents a Webex attachment action
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the attachment actions API client
func (*Client) Create ¶
func (c *Client) Create(action *AttachmentAction) (*AttachmentAction, error)
Create submits an attachment action for a message with an adaptive card
type Config ¶
type Config struct {
}
Config holds the configuration for the AttachmentActions plugin
func DefaultConfig ¶
func DefaultConfig() *Config
DefaultConfig returns the default configuration for the AttachmentActions plugin
Click to show internal directories.
Click to hide internal directories.