cm-connect-sdk
v0.3.0
Published
Amazon Connect SDK
Downloads
1
Readme
connect-sdk
Amazon Connect SDK
ConectSDK
- Get(Set)SessionAttribute
- Get(Set)FlowAttribute
- GetCustomerEndpoint
- GetSystemEndPoint
- GetParam
- SetResult
- Set(Get)SessionAttributeTag
属性更新を有効にするには、パーミッションが必要
使用方法の設計
import * as Connect from 'connect-sdk';
exports.handler = async function (event: Connect.Request, context: any) {
const manager = new Connect.Manager(event);
return connect.response();
}curl -X POST POST /contact/attributes HTTP/1.1 Content-type: application/json
{ "Attributes": { "string" : "string" }, "InitialContactId": "string", "InstanceId": "string" }
