voicemailcount

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2024 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildSDKRequest

func BuildSDKRequest() httpsimple.Request

func HandleRequest

func HandleRequest(ctx context.Context, cfg config.Configuration, echoReq *alexa.EchoRequest) *alexa.EchoResponse

func IntentErrorResponse

func IntentErrorResponse() *alexa.EchoResponse

func UnreadMessageText

func UnreadMessageText(vmCount int) string

Types

type Paging

type Paging struct {
	Page          int `json:"page,omitempty"`
	PerPage       int `json:"perPage,omitempty"`
	PageStart     int `json:"pageStart,omitempty"`
	PageEnd       int `json:"pageEnd,omitempty"`
	TotalPages    int `json:"totalPages,omitempty"`
	TotalElements int `json:"totalElements,omitempty"`
}

type Response

type Response struct {
	Records []interface{} `json:"records,omitempty"`
	Paging  Paging        `json:"paging,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL