Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type BatchOTOQueryHeaders
- type BatchOTOQueryRequest
- type BatchOTOQueryResponse
- type BatchOTOQueryResponseBody
- func (s BatchOTOQueryResponseBody) GoString() string
- func (s *BatchOTOQueryResponseBody) SetMessageReadInfoList(v []*BatchOTOQueryResponseBodyMessageReadInfoList) *BatchOTOQueryResponseBody
- func (s *BatchOTOQueryResponseBody) SetSendStatus(v string) *BatchOTOQueryResponseBody
- func (s BatchOTOQueryResponseBody) String() string
- type BatchOTOQueryResponseBodyMessageReadInfoList
- func (s BatchOTOQueryResponseBodyMessageReadInfoList) GoString() string
- func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetName(v string) *BatchOTOQueryResponseBodyMessageReadInfoList
- func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetReadStatus(v string) *BatchOTOQueryResponseBodyMessageReadInfoList
- func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetReadTimestamp(v int64) *BatchOTOQueryResponseBodyMessageReadInfoList
- func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetUserId(v string) *BatchOTOQueryResponseBodyMessageReadInfoList
- func (s BatchOTOQueryResponseBodyMessageReadInfoList) String() string
- type BatchRecallGroupHeaders
- type BatchRecallGroupRequest
- func (s BatchRecallGroupRequest) GoString() string
- func (s *BatchRecallGroupRequest) SetChatbotId(v string) *BatchRecallGroupRequest
- func (s *BatchRecallGroupRequest) SetOpenConversationId(v string) *BatchRecallGroupRequest
- func (s *BatchRecallGroupRequest) SetProcessQueryKeys(v []*string) *BatchRecallGroupRequest
- func (s BatchRecallGroupRequest) String() string
- type BatchRecallGroupResponse
- type BatchRecallGroupResponseBody
- func (s BatchRecallGroupResponseBody) GoString() string
- func (s *BatchRecallGroupResponseBody) SetFailedResult(v map[string]*string) *BatchRecallGroupResponseBody
- func (s *BatchRecallGroupResponseBody) SetSuccessResult(v []*string) *BatchRecallGroupResponseBody
- func (s BatchRecallGroupResponseBody) String() string
- type BatchRecallOTOHeaders
- type BatchRecallOTORequest
- type BatchRecallOTOResponse
- type BatchRecallOTOResponseBody
- func (s BatchRecallOTOResponseBody) GoString() string
- func (s *BatchRecallOTOResponseBody) SetFailedResult(v map[string]*string) *BatchRecallOTOResponseBody
- func (s *BatchRecallOTOResponseBody) SetSuccessResult(v []*string) *BatchRecallOTOResponseBody
- func (s BatchRecallOTOResponseBody) String() string
- type BatchSendOTOHeaders
- type BatchSendOTORequest
- func (s BatchSendOTORequest) GoString() string
- func (s *BatchSendOTORequest) SetMsgKey(v string) *BatchSendOTORequest
- func (s *BatchSendOTORequest) SetMsgParam(v string) *BatchSendOTORequest
- func (s *BatchSendOTORequest) SetRobotCode(v string) *BatchSendOTORequest
- func (s *BatchSendOTORequest) SetUserIds(v []*string) *BatchSendOTORequest
- func (s BatchSendOTORequest) String() string
- type BatchSendOTOResponse
- type BatchSendOTOResponseBody
- func (s BatchSendOTOResponseBody) GoString() string
- func (s *BatchSendOTOResponseBody) SetFlowControlledStaffIdList(v []*string) *BatchSendOTOResponseBody
- func (s *BatchSendOTOResponseBody) SetInvalidStaffIdList(v []*string) *BatchSendOTOResponseBody
- func (s *BatchSendOTOResponseBody) SetProcessQueryKey(v string) *BatchSendOTOResponseBody
- func (s BatchSendOTOResponseBody) String() string
- type Client
- func (client *Client) BatchOTOQuery(request *BatchOTOQueryRequest) (_result *BatchOTOQueryResponse, _err error)
- func (client *Client) BatchOTOQueryWithOptions(request *BatchOTOQueryRequest, headers *BatchOTOQueryHeaders, ...) (_result *BatchOTOQueryResponse, _err error)
- func (client *Client) BatchRecallGroup(request *BatchRecallGroupRequest) (_result *BatchRecallGroupResponse, _err error)
- func (client *Client) BatchRecallGroupWithOptions(request *BatchRecallGroupRequest, headers *BatchRecallGroupHeaders, ...) (_result *BatchRecallGroupResponse, _err error)
- func (client *Client) BatchRecallOTO(request *BatchRecallOTORequest) (_result *BatchRecallOTOResponse, _err error)
- func (client *Client) BatchRecallOTOWithOptions(request *BatchRecallOTORequest, headers *BatchRecallOTOHeaders, ...) (_result *BatchRecallOTOResponse, _err error)
- func (client *Client) BatchSendOTO(request *BatchSendOTORequest) (_result *BatchSendOTOResponse, _err error)
- func (client *Client) BatchSendOTOWithOptions(request *BatchSendOTORequest, headers *BatchSendOTOHeaders, ...) (_result *BatchSendOTOResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) OrgGroupSend(request *OrgGroupSendRequest) (_result *OrgGroupSendResponse, _err error)
- func (client *Client) OrgGroupSendWithOptions(request *OrgGroupSendRequest, headers *OrgGroupSendHeaders, ...) (_result *OrgGroupSendResponse, _err error)
- func (client *Client) QueryRobotDingtalkId(request *QueryRobotDingtalkIdRequest) (_result *QueryRobotDingtalkIdResponse, _err error)
- func (client *Client) QueryRobotDingtalkIdWithOptions(request *QueryRobotDingtalkIdRequest, headers *QueryRobotDingtalkIdHeaders, ...) (_result *QueryRobotDingtalkIdResponse, _err error)
- func (client *Client) SendRobotDingMessage(request *SendRobotDingMessageRequest) (_result *SendRobotDingMessageResponse, _err error)
- func (client *Client) SendRobotDingMessageWithOptions(request *SendRobotDingMessageRequest, headers *SendRobotDingMessageHeaders, ...) (_result *SendRobotDingMessageResponse, _err error)
- type OrgGroupSendHeaders
- type OrgGroupSendRequest
- func (s OrgGroupSendRequest) GoString() string
- func (s *OrgGroupSendRequest) SetCoolAppCode(v string) *OrgGroupSendRequest
- func (s *OrgGroupSendRequest) SetMsgKey(v string) *OrgGroupSendRequest
- func (s *OrgGroupSendRequest) SetMsgParam(v string) *OrgGroupSendRequest
- func (s *OrgGroupSendRequest) SetOpenConversationId(v string) *OrgGroupSendRequest
- func (s *OrgGroupSendRequest) SetRobotCode(v string) *OrgGroupSendRequest
- func (s *OrgGroupSendRequest) SetToken(v string) *OrgGroupSendRequest
- func (s OrgGroupSendRequest) String() string
- type OrgGroupSendResponse
- type OrgGroupSendResponseBody
- type QueryRobotDingtalkIdHeaders
- func (s QueryRobotDingtalkIdHeaders) GoString() string
- func (s *QueryRobotDingtalkIdHeaders) SetCommonHeaders(v map[string]*string) *QueryRobotDingtalkIdHeaders
- func (s *QueryRobotDingtalkIdHeaders) SetXAcsDingtalkAccessToken(v string) *QueryRobotDingtalkIdHeaders
- func (s QueryRobotDingtalkIdHeaders) String() string
- type QueryRobotDingtalkIdRequest
- type QueryRobotDingtalkIdResponse
- func (s QueryRobotDingtalkIdResponse) GoString() string
- func (s *QueryRobotDingtalkIdResponse) SetBody(v *QueryRobotDingtalkIdResponseBody) *QueryRobotDingtalkIdResponse
- func (s *QueryRobotDingtalkIdResponse) SetHeaders(v map[string]*string) *QueryRobotDingtalkIdResponse
- func (s QueryRobotDingtalkIdResponse) String() string
- type QueryRobotDingtalkIdResponseBody
- type SendRobotDingMessageHeaders
- func (s SendRobotDingMessageHeaders) GoString() string
- func (s *SendRobotDingMessageHeaders) SetCommonHeaders(v map[string]*string) *SendRobotDingMessageHeaders
- func (s *SendRobotDingMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendRobotDingMessageHeaders
- func (s SendRobotDingMessageHeaders) String() string
- type SendRobotDingMessageRequest
- func (s SendRobotDingMessageRequest) GoString() string
- func (s *SendRobotDingMessageRequest) SetContentParams(v map[string]*string) *SendRobotDingMessageRequest
- func (s *SendRobotDingMessageRequest) SetDingTemplateId(v string) *SendRobotDingMessageRequest
- func (s *SendRobotDingMessageRequest) SetOpenConversationId(v string) *SendRobotDingMessageRequest
- func (s *SendRobotDingMessageRequest) SetReceiverUserIdList(v []*string) *SendRobotDingMessageRequest
- func (s *SendRobotDingMessageRequest) SetRobotCode(v string) *SendRobotDingMessageRequest
- func (s SendRobotDingMessageRequest) String() string
- type SendRobotDingMessageResponse
- func (s SendRobotDingMessageResponse) GoString() string
- func (s *SendRobotDingMessageResponse) SetBody(v *SendRobotDingMessageResponseBody) *SendRobotDingMessageResponse
- func (s *SendRobotDingMessageResponse) SetHeaders(v map[string]*string) *SendRobotDingMessageResponse
- func (s SendRobotDingMessageResponse) String() string
- type SendRobotDingMessageResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchOTOQueryHeaders ¶
type BatchOTOQueryHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (BatchOTOQueryHeaders) GoString ¶
func (s BatchOTOQueryHeaders) GoString() string
func (*BatchOTOQueryHeaders) SetCommonHeaders ¶
func (s *BatchOTOQueryHeaders) SetCommonHeaders(v map[string]*string) *BatchOTOQueryHeaders
func (*BatchOTOQueryHeaders) SetXAcsDingtalkAccessToken ¶
func (s *BatchOTOQueryHeaders) SetXAcsDingtalkAccessToken(v string) *BatchOTOQueryHeaders
func (BatchOTOQueryHeaders) String ¶
func (s BatchOTOQueryHeaders) String() string
type BatchOTOQueryRequest ¶
type BatchOTOQueryRequest struct { // 消息已读查询标志 ProcessQueryKey *string `json:"processQueryKey,omitempty" xml:"processQueryKey,omitempty"` // 机器人robotCode RobotCode *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"` }
func (BatchOTOQueryRequest) GoString ¶
func (s BatchOTOQueryRequest) GoString() string
func (*BatchOTOQueryRequest) SetProcessQueryKey ¶
func (s *BatchOTOQueryRequest) SetProcessQueryKey(v string) *BatchOTOQueryRequest
func (*BatchOTOQueryRequest) SetRobotCode ¶
func (s *BatchOTOQueryRequest) SetRobotCode(v string) *BatchOTOQueryRequest
func (BatchOTOQueryRequest) String ¶
func (s BatchOTOQueryRequest) String() string
type BatchOTOQueryResponse ¶
type BatchOTOQueryResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *BatchOTOQueryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (BatchOTOQueryResponse) GoString ¶
func (s BatchOTOQueryResponse) GoString() string
func (*BatchOTOQueryResponse) SetBody ¶
func (s *BatchOTOQueryResponse) SetBody(v *BatchOTOQueryResponseBody) *BatchOTOQueryResponse
func (*BatchOTOQueryResponse) SetHeaders ¶
func (s *BatchOTOQueryResponse) SetHeaders(v map[string]*string) *BatchOTOQueryResponse
func (BatchOTOQueryResponse) String ¶
func (s BatchOTOQueryResponse) String() string
type BatchOTOQueryResponseBody ¶
type BatchOTOQueryResponseBody struct { // 消息已读情况 MessageReadInfoList []*BatchOTOQueryResponseBodyMessageReadInfoList `json:"messageReadInfoList,omitempty" xml:"messageReadInfoList,omitempty" type:"Repeated"` // 消息发送状态 SendStatus *string `json:"sendStatus,omitempty" xml:"sendStatus,omitempty"` }
func (BatchOTOQueryResponseBody) GoString ¶
func (s BatchOTOQueryResponseBody) GoString() string
func (*BatchOTOQueryResponseBody) SetMessageReadInfoList ¶
func (s *BatchOTOQueryResponseBody) SetMessageReadInfoList(v []*BatchOTOQueryResponseBodyMessageReadInfoList) *BatchOTOQueryResponseBody
func (*BatchOTOQueryResponseBody) SetSendStatus ¶
func (s *BatchOTOQueryResponseBody) SetSendStatus(v string) *BatchOTOQueryResponseBody
func (BatchOTOQueryResponseBody) String ¶
func (s BatchOTOQueryResponseBody) String() string
type BatchOTOQueryResponseBodyMessageReadInfoList ¶
type BatchOTOQueryResponseBodyMessageReadInfoList struct { // 姓名 Name *string `json:"name,omitempty" xml:"name,omitempty"` // 已读状态 ReadStatus *string `json:"readStatus,omitempty" xml:"readStatus,omitempty"` // 已读时间 ReadTimestamp *int64 `json:"readTimestamp,omitempty" xml:"readTimestamp,omitempty"` // 工号 UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (BatchOTOQueryResponseBodyMessageReadInfoList) GoString ¶
func (s BatchOTOQueryResponseBodyMessageReadInfoList) GoString() string
func (*BatchOTOQueryResponseBodyMessageReadInfoList) SetName ¶
func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetName(v string) *BatchOTOQueryResponseBodyMessageReadInfoList
func (*BatchOTOQueryResponseBodyMessageReadInfoList) SetReadStatus ¶
func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetReadStatus(v string) *BatchOTOQueryResponseBodyMessageReadInfoList
func (*BatchOTOQueryResponseBodyMessageReadInfoList) SetReadTimestamp ¶
func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetReadTimestamp(v int64) *BatchOTOQueryResponseBodyMessageReadInfoList
func (*BatchOTOQueryResponseBodyMessageReadInfoList) SetUserId ¶
func (s *BatchOTOQueryResponseBodyMessageReadInfoList) SetUserId(v string) *BatchOTOQueryResponseBodyMessageReadInfoList
func (BatchOTOQueryResponseBodyMessageReadInfoList) String ¶
func (s BatchOTOQueryResponseBodyMessageReadInfoList) String() string
type BatchRecallGroupHeaders ¶
type BatchRecallGroupHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (BatchRecallGroupHeaders) GoString ¶
func (s BatchRecallGroupHeaders) GoString() string
func (*BatchRecallGroupHeaders) SetCommonHeaders ¶
func (s *BatchRecallGroupHeaders) SetCommonHeaders(v map[string]*string) *BatchRecallGroupHeaders
func (*BatchRecallGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *BatchRecallGroupHeaders) SetXAcsDingtalkAccessToken(v string) *BatchRecallGroupHeaders
func (BatchRecallGroupHeaders) String ¶
func (s BatchRecallGroupHeaders) String() string
type BatchRecallGroupRequest ¶
type BatchRecallGroupRequest struct { // 机器人的robotCode ChatbotId *string `json:"chatbotId,omitempty" xml:"chatbotId,omitempty"` // 开放的群id OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` // 消息id ProcessQueryKeys []*string `json:"processQueryKeys,omitempty" xml:"processQueryKeys,omitempty" type:"Repeated"` }
func (BatchRecallGroupRequest) GoString ¶
func (s BatchRecallGroupRequest) GoString() string
func (*BatchRecallGroupRequest) SetChatbotId ¶
func (s *BatchRecallGroupRequest) SetChatbotId(v string) *BatchRecallGroupRequest
func (*BatchRecallGroupRequest) SetOpenConversationId ¶
func (s *BatchRecallGroupRequest) SetOpenConversationId(v string) *BatchRecallGroupRequest
func (*BatchRecallGroupRequest) SetProcessQueryKeys ¶
func (s *BatchRecallGroupRequest) SetProcessQueryKeys(v []*string) *BatchRecallGroupRequest
func (BatchRecallGroupRequest) String ¶
func (s BatchRecallGroupRequest) String() string
type BatchRecallGroupResponse ¶
type BatchRecallGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *BatchRecallGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (BatchRecallGroupResponse) GoString ¶
func (s BatchRecallGroupResponse) GoString() string
func (*BatchRecallGroupResponse) SetBody ¶
func (s *BatchRecallGroupResponse) SetBody(v *BatchRecallGroupResponseBody) *BatchRecallGroupResponse
func (*BatchRecallGroupResponse) SetHeaders ¶
func (s *BatchRecallGroupResponse) SetHeaders(v map[string]*string) *BatchRecallGroupResponse
func (BatchRecallGroupResponse) String ¶
func (s BatchRecallGroupResponse) String() string
type BatchRecallGroupResponseBody ¶
type BatchRecallGroupResponseBody struct { // 撤回失败的消息id及原因 FailedResult map[string]*string `json:"failedResult,omitempty" xml:"failedResult,omitempty"` // 撤回成功的消息id SuccessResult []*string `json:"successResult,omitempty" xml:"successResult,omitempty" type:"Repeated"` }
func (BatchRecallGroupResponseBody) GoString ¶
func (s BatchRecallGroupResponseBody) GoString() string
func (*BatchRecallGroupResponseBody) SetFailedResult ¶
func (s *BatchRecallGroupResponseBody) SetFailedResult(v map[string]*string) *BatchRecallGroupResponseBody
func (*BatchRecallGroupResponseBody) SetSuccessResult ¶
func (s *BatchRecallGroupResponseBody) SetSuccessResult(v []*string) *BatchRecallGroupResponseBody
func (BatchRecallGroupResponseBody) String ¶
func (s BatchRecallGroupResponseBody) String() string
type BatchRecallOTOHeaders ¶
type BatchRecallOTOHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (BatchRecallOTOHeaders) GoString ¶
func (s BatchRecallOTOHeaders) GoString() string
func (*BatchRecallOTOHeaders) SetCommonHeaders ¶
func (s *BatchRecallOTOHeaders) SetCommonHeaders(v map[string]*string) *BatchRecallOTOHeaders
func (*BatchRecallOTOHeaders) SetXAcsDingtalkAccessToken ¶
func (s *BatchRecallOTOHeaders) SetXAcsDingtalkAccessToken(v string) *BatchRecallOTOHeaders
func (BatchRecallOTOHeaders) String ¶
func (s BatchRecallOTOHeaders) String() string
type BatchRecallOTORequest ¶
type BatchRecallOTORequest struct { // 消息id ProcessQueryKeys []*string `json:"processQueryKeys,omitempty" xml:"processQueryKeys,omitempty" type:"Repeated"` // 机器人的robotCode RobotCode *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"` }
func (BatchRecallOTORequest) GoString ¶
func (s BatchRecallOTORequest) GoString() string
func (*BatchRecallOTORequest) SetProcessQueryKeys ¶
func (s *BatchRecallOTORequest) SetProcessQueryKeys(v []*string) *BatchRecallOTORequest
func (*BatchRecallOTORequest) SetRobotCode ¶
func (s *BatchRecallOTORequest) SetRobotCode(v string) *BatchRecallOTORequest
func (BatchRecallOTORequest) String ¶
func (s BatchRecallOTORequest) String() string
type BatchRecallOTOResponse ¶
type BatchRecallOTOResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *BatchRecallOTOResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (BatchRecallOTOResponse) GoString ¶
func (s BatchRecallOTOResponse) GoString() string
func (*BatchRecallOTOResponse) SetBody ¶
func (s *BatchRecallOTOResponse) SetBody(v *BatchRecallOTOResponseBody) *BatchRecallOTOResponse
func (*BatchRecallOTOResponse) SetHeaders ¶
func (s *BatchRecallOTOResponse) SetHeaders(v map[string]*string) *BatchRecallOTOResponse
func (BatchRecallOTOResponse) String ¶
func (s BatchRecallOTOResponse) String() string
type BatchRecallOTOResponseBody ¶
type BatchRecallOTOResponseBody struct { // 撤回失败的消息id及对应的失败原因 FailedResult map[string]*string `json:"failedResult,omitempty" xml:"failedResult,omitempty"` // 撤回成功的消息id SuccessResult []*string `json:"successResult,omitempty" xml:"successResult,omitempty" type:"Repeated"` }
func (BatchRecallOTOResponseBody) GoString ¶
func (s BatchRecallOTOResponseBody) GoString() string
func (*BatchRecallOTOResponseBody) SetFailedResult ¶
func (s *BatchRecallOTOResponseBody) SetFailedResult(v map[string]*string) *BatchRecallOTOResponseBody
func (*BatchRecallOTOResponseBody) SetSuccessResult ¶
func (s *BatchRecallOTOResponseBody) SetSuccessResult(v []*string) *BatchRecallOTOResponseBody
func (BatchRecallOTOResponseBody) String ¶
func (s BatchRecallOTOResponseBody) String() string
type BatchSendOTOHeaders ¶
type BatchSendOTOHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (BatchSendOTOHeaders) GoString ¶
func (s BatchSendOTOHeaders) GoString() string
func (*BatchSendOTOHeaders) SetCommonHeaders ¶
func (s *BatchSendOTOHeaders) SetCommonHeaders(v map[string]*string) *BatchSendOTOHeaders
func (*BatchSendOTOHeaders) SetXAcsDingtalkAccessToken ¶
func (s *BatchSendOTOHeaders) SetXAcsDingtalkAccessToken(v string) *BatchSendOTOHeaders
func (BatchSendOTOHeaders) String ¶
func (s BatchSendOTOHeaders) String() string
type BatchSendOTORequest ¶
type BatchSendOTORequest struct { // 消息的msgKey MsgKey *string `json:"msgKey,omitempty" xml:"msgKey,omitempty"` // 消息体 MsgParam *string `json:"msgParam,omitempty" xml:"msgParam,omitempty"` // 机器人的robotCode RobotCode *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"` // 被推送会话人员的userId列表 UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (BatchSendOTORequest) GoString ¶
func (s BatchSendOTORequest) GoString() string
func (*BatchSendOTORequest) SetMsgKey ¶
func (s *BatchSendOTORequest) SetMsgKey(v string) *BatchSendOTORequest
func (*BatchSendOTORequest) SetMsgParam ¶
func (s *BatchSendOTORequest) SetMsgParam(v string) *BatchSendOTORequest
func (*BatchSendOTORequest) SetRobotCode ¶
func (s *BatchSendOTORequest) SetRobotCode(v string) *BatchSendOTORequest
func (*BatchSendOTORequest) SetUserIds ¶
func (s *BatchSendOTORequest) SetUserIds(v []*string) *BatchSendOTORequest
func (BatchSendOTORequest) String ¶
func (s BatchSendOTORequest) String() string
type BatchSendOTOResponse ¶
type BatchSendOTOResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *BatchSendOTOResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (BatchSendOTOResponse) GoString ¶
func (s BatchSendOTOResponse) GoString() string
func (*BatchSendOTOResponse) SetBody ¶
func (s *BatchSendOTOResponse) SetBody(v *BatchSendOTOResponseBody) *BatchSendOTOResponse
func (*BatchSendOTOResponse) SetHeaders ¶
func (s *BatchSendOTOResponse) SetHeaders(v map[string]*string) *BatchSendOTOResponse
func (BatchSendOTOResponse) String ¶
func (s BatchSendOTOResponse) String() string
type BatchSendOTOResponseBody ¶
type BatchSendOTOResponseBody struct { // 推送频繁,被限流的用户userId列表 FlowControlledStaffIdList []*string `json:"flowControlledStaffIdList,omitempty" xml:"flowControlledStaffIdList,omitempty" type:"Repeated"` // 无效的用户userId列表 InvalidStaffIdList []*string `json:"invalidStaffIdList,omitempty" xml:"invalidStaffIdList,omitempty" type:"Repeated"` // 消息id ProcessQueryKey *string `json:"processQueryKey,omitempty" xml:"processQueryKey,omitempty"` }
func (BatchSendOTOResponseBody) GoString ¶
func (s BatchSendOTOResponseBody) GoString() string
func (*BatchSendOTOResponseBody) SetFlowControlledStaffIdList ¶
func (s *BatchSendOTOResponseBody) SetFlowControlledStaffIdList(v []*string) *BatchSendOTOResponseBody
func (*BatchSendOTOResponseBody) SetInvalidStaffIdList ¶
func (s *BatchSendOTOResponseBody) SetInvalidStaffIdList(v []*string) *BatchSendOTOResponseBody
func (*BatchSendOTOResponseBody) SetProcessQueryKey ¶
func (s *BatchSendOTOResponseBody) SetProcessQueryKey(v string) *BatchSendOTOResponseBody
func (BatchSendOTOResponseBody) String ¶
func (s BatchSendOTOResponseBody) String() string
type Client ¶
func (*Client) BatchOTOQuery ¶
func (client *Client) BatchOTOQuery(request *BatchOTOQueryRequest) (_result *BatchOTOQueryResponse, _err error)
func (*Client) BatchOTOQueryWithOptions ¶
func (client *Client) BatchOTOQueryWithOptions(request *BatchOTOQueryRequest, headers *BatchOTOQueryHeaders, runtime *util.RuntimeOptions) (_result *BatchOTOQueryResponse, _err error)
func (*Client) BatchRecallGroup ¶
func (client *Client) BatchRecallGroup(request *BatchRecallGroupRequest) (_result *BatchRecallGroupResponse, _err error)
func (*Client) BatchRecallGroupWithOptions ¶
func (client *Client) BatchRecallGroupWithOptions(request *BatchRecallGroupRequest, headers *BatchRecallGroupHeaders, runtime *util.RuntimeOptions) (_result *BatchRecallGroupResponse, _err error)
func (*Client) BatchRecallOTO ¶
func (client *Client) BatchRecallOTO(request *BatchRecallOTORequest) (_result *BatchRecallOTOResponse, _err error)
func (*Client) BatchRecallOTOWithOptions ¶
func (client *Client) BatchRecallOTOWithOptions(request *BatchRecallOTORequest, headers *BatchRecallOTOHeaders, runtime *util.RuntimeOptions) (_result *BatchRecallOTOResponse, _err error)
func (*Client) BatchSendOTO ¶
func (client *Client) BatchSendOTO(request *BatchSendOTORequest) (_result *BatchSendOTOResponse, _err error)
func (*Client) BatchSendOTOWithOptions ¶
func (client *Client) BatchSendOTOWithOptions(request *BatchSendOTORequest, headers *BatchSendOTOHeaders, runtime *util.RuntimeOptions) (_result *BatchSendOTOResponse, _err error)
func (*Client) OrgGroupSend ¶
func (client *Client) OrgGroupSend(request *OrgGroupSendRequest) (_result *OrgGroupSendResponse, _err error)
func (*Client) OrgGroupSendWithOptions ¶
func (client *Client) OrgGroupSendWithOptions(request *OrgGroupSendRequest, headers *OrgGroupSendHeaders, runtime *util.RuntimeOptions) (_result *OrgGroupSendResponse, _err error)
func (*Client) QueryRobotDingtalkId ¶ added in v1.3.29
func (client *Client) QueryRobotDingtalkId(request *QueryRobotDingtalkIdRequest) (_result *QueryRobotDingtalkIdResponse, _err error)
func (*Client) QueryRobotDingtalkIdWithOptions ¶ added in v1.3.29
func (client *Client) QueryRobotDingtalkIdWithOptions(request *QueryRobotDingtalkIdRequest, headers *QueryRobotDingtalkIdHeaders, runtime *util.RuntimeOptions) (_result *QueryRobotDingtalkIdResponse, _err error)
func (*Client) SendRobotDingMessage ¶
func (client *Client) SendRobotDingMessage(request *SendRobotDingMessageRequest) (_result *SendRobotDingMessageResponse, _err error)
func (*Client) SendRobotDingMessageWithOptions ¶
func (client *Client) SendRobotDingMessageWithOptions(request *SendRobotDingMessageRequest, headers *SendRobotDingMessageHeaders, runtime *util.RuntimeOptions) (_result *SendRobotDingMessageResponse, _err error)
type OrgGroupSendHeaders ¶
type OrgGroupSendHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (OrgGroupSendHeaders) GoString ¶
func (s OrgGroupSendHeaders) GoString() string
func (*OrgGroupSendHeaders) SetCommonHeaders ¶
func (s *OrgGroupSendHeaders) SetCommonHeaders(v map[string]*string) *OrgGroupSendHeaders
func (*OrgGroupSendHeaders) SetXAcsDingtalkAccessToken ¶
func (s *OrgGroupSendHeaders) SetXAcsDingtalkAccessToken(v string) *OrgGroupSendHeaders
func (OrgGroupSendHeaders) String ¶
func (s OrgGroupSendHeaders) String() string
type OrgGroupSendRequest ¶
type OrgGroupSendRequest struct { // 酷应用的code CoolAppCode *string `json:"coolAppCode,omitempty" xml:"coolAppCode,omitempty"` // 消息类型的key MsgKey *string `json:"msgKey,omitempty" xml:"msgKey,omitempty"` // 消息体 MsgParam *string `json:"msgParam,omitempty" xml:"msgParam,omitempty"` // 开放的群id OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` // 群内机器人的code RobotCode *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"` // 群内机器人的webhook中的Token Token *string `json:"token,omitempty" xml:"token,omitempty"` }
func (OrgGroupSendRequest) GoString ¶
func (s OrgGroupSendRequest) GoString() string
func (*OrgGroupSendRequest) SetCoolAppCode ¶
func (s *OrgGroupSendRequest) SetCoolAppCode(v string) *OrgGroupSendRequest
func (*OrgGroupSendRequest) SetMsgKey ¶
func (s *OrgGroupSendRequest) SetMsgKey(v string) *OrgGroupSendRequest
func (*OrgGroupSendRequest) SetMsgParam ¶
func (s *OrgGroupSendRequest) SetMsgParam(v string) *OrgGroupSendRequest
func (*OrgGroupSendRequest) SetOpenConversationId ¶
func (s *OrgGroupSendRequest) SetOpenConversationId(v string) *OrgGroupSendRequest
func (*OrgGroupSendRequest) SetRobotCode ¶
func (s *OrgGroupSendRequest) SetRobotCode(v string) *OrgGroupSendRequest
func (*OrgGroupSendRequest) SetToken ¶
func (s *OrgGroupSendRequest) SetToken(v string) *OrgGroupSendRequest
func (OrgGroupSendRequest) String ¶
func (s OrgGroupSendRequest) String() string
type OrgGroupSendResponse ¶
type OrgGroupSendResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *OrgGroupSendResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (OrgGroupSendResponse) GoString ¶
func (s OrgGroupSendResponse) GoString() string
func (*OrgGroupSendResponse) SetBody ¶
func (s *OrgGroupSendResponse) SetBody(v *OrgGroupSendResponseBody) *OrgGroupSendResponse
func (*OrgGroupSendResponse) SetHeaders ¶
func (s *OrgGroupSendResponse) SetHeaders(v map[string]*string) *OrgGroupSendResponse
func (OrgGroupSendResponse) String ¶
func (s OrgGroupSendResponse) String() string
type OrgGroupSendResponseBody ¶
type OrgGroupSendResponseBody struct { // 加密消息id ProcessQueryKey *string `json:"processQueryKey,omitempty" xml:"processQueryKey,omitempty"` }
func (OrgGroupSendResponseBody) GoString ¶
func (s OrgGroupSendResponseBody) GoString() string
func (*OrgGroupSendResponseBody) SetProcessQueryKey ¶
func (s *OrgGroupSendResponseBody) SetProcessQueryKey(v string) *OrgGroupSendResponseBody
func (OrgGroupSendResponseBody) String ¶
func (s OrgGroupSendResponseBody) String() string
type QueryRobotDingtalkIdHeaders ¶ added in v1.3.29
type QueryRobotDingtalkIdHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (QueryRobotDingtalkIdHeaders) GoString ¶ added in v1.3.29
func (s QueryRobotDingtalkIdHeaders) GoString() string
func (*QueryRobotDingtalkIdHeaders) SetCommonHeaders ¶ added in v1.3.29
func (s *QueryRobotDingtalkIdHeaders) SetCommonHeaders(v map[string]*string) *QueryRobotDingtalkIdHeaders
func (*QueryRobotDingtalkIdHeaders) SetXAcsDingtalkAccessToken ¶ added in v1.3.29
func (s *QueryRobotDingtalkIdHeaders) SetXAcsDingtalkAccessToken(v string) *QueryRobotDingtalkIdHeaders
func (QueryRobotDingtalkIdHeaders) String ¶ added in v1.3.29
func (s QueryRobotDingtalkIdHeaders) String() string
type QueryRobotDingtalkIdRequest ¶ added in v1.3.29
type QueryRobotDingtalkIdRequest struct { // 机器人robotCode RobotCode *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"` }
func (QueryRobotDingtalkIdRequest) GoString ¶ added in v1.3.29
func (s QueryRobotDingtalkIdRequest) GoString() string
func (*QueryRobotDingtalkIdRequest) SetRobotCode ¶ added in v1.3.29
func (s *QueryRobotDingtalkIdRequest) SetRobotCode(v string) *QueryRobotDingtalkIdRequest
func (QueryRobotDingtalkIdRequest) String ¶ added in v1.3.29
func (s QueryRobotDingtalkIdRequest) String() string
type QueryRobotDingtalkIdResponse ¶ added in v1.3.29
type QueryRobotDingtalkIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *QueryRobotDingtalkIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (QueryRobotDingtalkIdResponse) GoString ¶ added in v1.3.29
func (s QueryRobotDingtalkIdResponse) GoString() string
func (*QueryRobotDingtalkIdResponse) SetBody ¶ added in v1.3.29
func (s *QueryRobotDingtalkIdResponse) SetBody(v *QueryRobotDingtalkIdResponseBody) *QueryRobotDingtalkIdResponse
func (*QueryRobotDingtalkIdResponse) SetHeaders ¶ added in v1.3.29
func (s *QueryRobotDingtalkIdResponse) SetHeaders(v map[string]*string) *QueryRobotDingtalkIdResponse
func (QueryRobotDingtalkIdResponse) String ¶ added in v1.3.29
func (s QueryRobotDingtalkIdResponse) String() string
type QueryRobotDingtalkIdResponseBody ¶ added in v1.3.29
type QueryRobotDingtalkIdResponseBody struct { // 机器人dingtalkId DingtalkId *string `json:"dingtalkId,omitempty" xml:"dingtalkId,omitempty"` }
func (QueryRobotDingtalkIdResponseBody) GoString ¶ added in v1.3.29
func (s QueryRobotDingtalkIdResponseBody) GoString() string
func (*QueryRobotDingtalkIdResponseBody) SetDingtalkId ¶ added in v1.3.29
func (s *QueryRobotDingtalkIdResponseBody) SetDingtalkId(v string) *QueryRobotDingtalkIdResponseBody
func (QueryRobotDingtalkIdResponseBody) String ¶ added in v1.3.29
func (s QueryRobotDingtalkIdResponseBody) String() string
type SendRobotDingMessageHeaders ¶
type SendRobotDingMessageHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (SendRobotDingMessageHeaders) GoString ¶
func (s SendRobotDingMessageHeaders) GoString() string
func (*SendRobotDingMessageHeaders) SetCommonHeaders ¶
func (s *SendRobotDingMessageHeaders) SetCommonHeaders(v map[string]*string) *SendRobotDingMessageHeaders
func (*SendRobotDingMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendRobotDingMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendRobotDingMessageHeaders
func (SendRobotDingMessageHeaders) String ¶
func (s SendRobotDingMessageHeaders) String() string
type SendRobotDingMessageRequest ¶
type SendRobotDingMessageRequest struct { // 模版对应的参数 ContentParams map[string]*string `json:"contentParams,omitempty" xml:"contentParams,omitempty"` // 颁发的模版id,可通过宜搭申请:https://yida.alibaba-inc.com/alibaba/web/APP_NSUGAGIQUMI4ESRA7O7D/inst/homepage/#/FORM-WO866371VGXSECXX4M0NC9KSGAT92VSA3TZSK9B DingTemplateId *string `json:"dingTemplateId,omitempty" xml:"dingTemplateId,omitempty"` // 群聊的对外开放Id OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` // 接受人的userId列表 ReceiverUserIdList []*string `json:"receiverUserIdList,omitempty" xml:"receiverUserIdList,omitempty" type:"Repeated"` // 机器人的Id RobotCode *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"` }
func (SendRobotDingMessageRequest) GoString ¶
func (s SendRobotDingMessageRequest) GoString() string
func (*SendRobotDingMessageRequest) SetContentParams ¶
func (s *SendRobotDingMessageRequest) SetContentParams(v map[string]*string) *SendRobotDingMessageRequest
func (*SendRobotDingMessageRequest) SetDingTemplateId ¶
func (s *SendRobotDingMessageRequest) SetDingTemplateId(v string) *SendRobotDingMessageRequest
func (*SendRobotDingMessageRequest) SetOpenConversationId ¶
func (s *SendRobotDingMessageRequest) SetOpenConversationId(v string) *SendRobotDingMessageRequest
func (*SendRobotDingMessageRequest) SetReceiverUserIdList ¶
func (s *SendRobotDingMessageRequest) SetReceiverUserIdList(v []*string) *SendRobotDingMessageRequest
func (*SendRobotDingMessageRequest) SetRobotCode ¶
func (s *SendRobotDingMessageRequest) SetRobotCode(v string) *SendRobotDingMessageRequest
func (SendRobotDingMessageRequest) String ¶
func (s SendRobotDingMessageRequest) String() string
type SendRobotDingMessageResponse ¶
type SendRobotDingMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *SendRobotDingMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendRobotDingMessageResponse) GoString ¶
func (s SendRobotDingMessageResponse) GoString() string
func (*SendRobotDingMessageResponse) SetBody ¶
func (s *SendRobotDingMessageResponse) SetBody(v *SendRobotDingMessageResponseBody) *SendRobotDingMessageResponse
func (*SendRobotDingMessageResponse) SetHeaders ¶
func (s *SendRobotDingMessageResponse) SetHeaders(v map[string]*string) *SendRobotDingMessageResponse
func (SendRobotDingMessageResponse) String ¶
func (s SendRobotDingMessageResponse) String() string
type SendRobotDingMessageResponseBody ¶
type SendRobotDingMessageResponseBody struct { // 返回的ding消息id DingSendResultId *string `json:"dingSendResultId,omitempty" xml:"dingSendResultId,omitempty"` }
func (SendRobotDingMessageResponseBody) GoString ¶
func (s SendRobotDingMessageResponseBody) GoString() string
func (*SendRobotDingMessageResponseBody) SetDingSendResultId ¶
func (s *SendRobotDingMessageResponseBody) SetDingSendResultId(v string) *SendRobotDingMessageResponseBody
func (SendRobotDingMessageResponseBody) String ¶
func (s SendRobotDingMessageResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.