Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddRobotInstanceToGroupHeaders
- func (s AddRobotInstanceToGroupHeaders) GoString() string
- func (s *AddRobotInstanceToGroupHeaders) SetCommonHeaders(v map[string]*string) *AddRobotInstanceToGroupHeaders
- func (s *AddRobotInstanceToGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddRobotInstanceToGroupHeaders
- func (s AddRobotInstanceToGroupHeaders) String() string
- type AddRobotInstanceToGroupRequest
- func (s AddRobotInstanceToGroupRequest) GoString() string
- func (s *AddRobotInstanceToGroupRequest) SetChatbotId(v string) *AddRobotInstanceToGroupRequest
- func (s *AddRobotInstanceToGroupRequest) SetOpenConversationId(v string) *AddRobotInstanceToGroupRequest
- func (s AddRobotInstanceToGroupRequest) String() string
- type AddRobotInstanceToGroupResponse
- func (s AddRobotInstanceToGroupResponse) GoString() string
- func (s *AddRobotInstanceToGroupResponse) SetBody(v *AddRobotInstanceToGroupResponseBody) *AddRobotInstanceToGroupResponse
- func (s *AddRobotInstanceToGroupResponse) SetHeaders(v map[string]*string) *AddRobotInstanceToGroupResponse
- func (s *AddRobotInstanceToGroupResponse) SetStatusCode(v int32) *AddRobotInstanceToGroupResponse
- func (s AddRobotInstanceToGroupResponse) String() string
- type AddRobotInstanceToGroupResponseBody
- type AskRobotHeaders
- type AskRobotRequest
- func (s AskRobotRequest) GoString() string
- func (s *AskRobotRequest) SetDingUserId(v string) *AskRobotRequest
- func (s *AskRobotRequest) SetQuestion(v string) *AskRobotRequest
- func (s *AskRobotRequest) SetRobotAppKey(v string) *AskRobotRequest
- func (s *AskRobotRequest) SetSessionUuid(v string) *AskRobotRequest
- func (s AskRobotRequest) String() string
- type AskRobotResponse
- func (s AskRobotResponse) GoString() string
- func (s *AskRobotResponse) SetBody(v *AskRobotResponseBody) *AskRobotResponse
- func (s *AskRobotResponse) SetHeaders(v map[string]*string) *AskRobotResponse
- func (s *AskRobotResponse) SetStatusCode(v int32) *AskRobotResponse
- func (s AskRobotResponse) String() string
- type AskRobotResponseBody
- type Client
- func (client *Client) AddRobotInstanceToGroup(request *AddRobotInstanceToGroupRequest) (_result *AddRobotInstanceToGroupResponse, _err error)
- func (client *Client) AddRobotInstanceToGroupWithOptions(request *AddRobotInstanceToGroupRequest, ...) (_result *AddRobotInstanceToGroupResponse, _err error)
- func (client *Client) AskRobot(request *AskRobotRequest) (_result *AskRobotResponse, _err error)
- func (client *Client) AskRobotWithOptions(request *AskRobotRequest, headers *AskRobotHeaders, ...) (_result *AskRobotResponse, _err error)
- func (client *Client) GetDingMeBaseData(request *GetDingMeBaseDataRequest) (_result *GetDingMeBaseDataResponse, _err error)
- func (client *Client) GetDingMeBaseDataWithOptions(request *GetDingMeBaseDataRequest, headers *GetDingMeBaseDataHeaders, ...) (_result *GetDingMeBaseDataResponse, _err error)
- func (client *Client) GetIntelligentRobotInfo(request *GetIntelligentRobotInfoRequest) (_result *GetIntelligentRobotInfoResponse, _err error)
- func (client *Client) GetIntelligentRobotInfoWithOptions(request *GetIntelligentRobotInfoRequest, ...) (_result *GetIntelligentRobotInfoResponse, _err error)
- func (client *Client) GetOfficialAccountRobotInfo(request *GetOfficialAccountRobotInfoRequest) (_result *GetOfficialAccountRobotInfoResponse, _err error)
- func (client *Client) GetOfficialAccountRobotInfoWithOptions(request *GetOfficialAccountRobotInfoRequest, ...) (_result *GetOfficialAccountRobotInfoResponse, _err error)
- func (client *Client) GetWebChannelUserToken(request *GetWebChannelUserTokenRequest) (_result *GetWebChannelUserTokenResponse, _err error)
- func (client *Client) GetWebChannelUserTokenWithOptions(request *GetWebChannelUserTokenRequest, headers *GetWebChannelUserTokenHeaders, ...) (_result *GetWebChannelUserTokenResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) PushCustomerGroupMessage(request *PushCustomerGroupMessageRequest) (_result *PushCustomerGroupMessageResponse, _err error)
- func (client *Client) PushCustomerGroupMessageWithOptions(request *PushCustomerGroupMessageRequest, ...) (_result *PushCustomerGroupMessageResponse, _err error)
- func (client *Client) PushIntelligentRobotGroupMessage(request *PushIntelligentRobotGroupMessageRequest) (_result *PushIntelligentRobotGroupMessageResponse, _err error)
- func (client *Client) PushIntelligentRobotGroupMessageWithOptions(request *PushIntelligentRobotGroupMessageRequest, ...) (_result *PushIntelligentRobotGroupMessageResponse, _err error)
- func (client *Client) PushIntelligentRobotMessage(request *PushIntelligentRobotMessageRequest) (_result *PushIntelligentRobotMessageResponse, _err error)
- func (client *Client) PushIntelligentRobotMessageWithOptions(request *PushIntelligentRobotMessageRequest, ...) (_result *PushIntelligentRobotMessageResponse, _err error)
- func (client *Client) PushOfficialAccountMessage(request *PushOfficialAccountMessageRequest) (_result *PushOfficialAccountMessageResponse, _err error)
- func (client *Client) PushOfficialAccountMessageWithOptions(request *PushOfficialAccountMessageRequest, ...) (_result *PushOfficialAccountMessageResponse, _err error)
- func (client *Client) PushRobotMessage(request *PushRobotMessageRequest) (_result *PushRobotMessageResponse, _err error)
- func (client *Client) PushRobotMessageWithOptions(request *PushRobotMessageRequest, headers *PushRobotMessageHeaders, ...) (_result *PushRobotMessageResponse, _err error)
- func (client *Client) ReplyRobot(request *ReplyRobotRequest) (_result *ReplyRobotResponse, _err error)
- func (client *Client) ReplyRobotWithOptions(request *ReplyRobotRequest, headers *ReplyRobotHeaders, ...) (_result *ReplyRobotResponse, _err error)
- func (client *Client) UpdateOfficialAccountRobotInfo(request *UpdateOfficialAccountRobotInfoRequest) (_result *UpdateOfficialAccountRobotInfoResponse, _err error)
- func (client *Client) UpdateOfficialAccountRobotInfoWithOptions(request *UpdateOfficialAccountRobotInfoRequest, ...) (_result *UpdateOfficialAccountRobotInfoResponse, _err error)
- type GetDingMeBaseDataHeaders
- type GetDingMeBaseDataRequest
- func (s GetDingMeBaseDataRequest) GoString() string
- func (s *GetDingMeBaseDataRequest) SetAppKey(v string) *GetDingMeBaseDataRequest
- func (s *GetDingMeBaseDataRequest) SetByDay(v bool) *GetDingMeBaseDataRequest
- func (s *GetDingMeBaseDataRequest) SetEndDay(v string) *GetDingMeBaseDataRequest
- func (s *GetDingMeBaseDataRequest) SetStartDay(v string) *GetDingMeBaseDataRequest
- func (s GetDingMeBaseDataRequest) String() string
- type GetDingMeBaseDataResponse
- func (s GetDingMeBaseDataResponse) GoString() string
- func (s *GetDingMeBaseDataResponse) SetBody(v *GetDingMeBaseDataResponseBody) *GetDingMeBaseDataResponse
- func (s *GetDingMeBaseDataResponse) SetHeaders(v map[string]*string) *GetDingMeBaseDataResponse
- func (s *GetDingMeBaseDataResponse) SetStatusCode(v int32) *GetDingMeBaseDataResponse
- func (s GetDingMeBaseDataResponse) String() string
- type GetDingMeBaseDataResponseBody
- func (s GetDingMeBaseDataResponseBody) GoString() string
- func (s *GetDingMeBaseDataResponseBody) SetFromCache(v bool) *GetDingMeBaseDataResponseBody
- func (s *GetDingMeBaseDataResponseBody) SetRawset(v []map[string]*string) *GetDingMeBaseDataResponseBody
- func (s *GetDingMeBaseDataResponseBody) SetRuntime(v int64) *GetDingMeBaseDataResponseBody
- func (s *GetDingMeBaseDataResponseBody) SetTips(v map[string]interface{}) *GetDingMeBaseDataResponseBody
- func (s GetDingMeBaseDataResponseBody) String() string
- type GetIntelligentRobotInfoHeaders
- func (s GetIntelligentRobotInfoHeaders) GoString() string
- func (s *GetIntelligentRobotInfoHeaders) SetCommonHeaders(v map[string]*string) *GetIntelligentRobotInfoHeaders
- func (s *GetIntelligentRobotInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetIntelligentRobotInfoHeaders
- func (s GetIntelligentRobotInfoHeaders) String() string
- type GetIntelligentRobotInfoRequest
- type GetIntelligentRobotInfoResponse
- func (s GetIntelligentRobotInfoResponse) GoString() string
- func (s *GetIntelligentRobotInfoResponse) SetBody(v *GetIntelligentRobotInfoResponseBody) *GetIntelligentRobotInfoResponse
- func (s *GetIntelligentRobotInfoResponse) SetHeaders(v map[string]*string) *GetIntelligentRobotInfoResponse
- func (s *GetIntelligentRobotInfoResponse) SetStatusCode(v int32) *GetIntelligentRobotInfoResponse
- func (s GetIntelligentRobotInfoResponse) String() string
- type GetIntelligentRobotInfoResponseBody
- type GetOfficialAccountRobotInfoHeaders
- func (s GetOfficialAccountRobotInfoHeaders) GoString() string
- func (s *GetOfficialAccountRobotInfoHeaders) SetCommonHeaders(v map[string]*string) *GetOfficialAccountRobotInfoHeaders
- func (s *GetOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetOfficialAccountRobotInfoHeaders
- func (s GetOfficialAccountRobotInfoHeaders) String() string
- type GetOfficialAccountRobotInfoRequest
- type GetOfficialAccountRobotInfoResponse
- func (s GetOfficialAccountRobotInfoResponse) GoString() string
- func (s *GetOfficialAccountRobotInfoResponse) SetBody(v *GetOfficialAccountRobotInfoResponseBody) *GetOfficialAccountRobotInfoResponse
- func (s *GetOfficialAccountRobotInfoResponse) SetHeaders(v map[string]*string) *GetOfficialAccountRobotInfoResponse
- func (s *GetOfficialAccountRobotInfoResponse) SetStatusCode(v int32) *GetOfficialAccountRobotInfoResponse
- func (s GetOfficialAccountRobotInfoResponse) String() string
- type GetOfficialAccountRobotInfoResponseBody
- func (s GetOfficialAccountRobotInfoResponseBody) GoString() string
- func (s *GetOfficialAccountRobotInfoResponseBody) SetAppId(v int64) *GetOfficialAccountRobotInfoResponseBody
- func (s *GetOfficialAccountRobotInfoResponseBody) SetBrief(v string) *GetOfficialAccountRobotInfoResponseBody
- func (s *GetOfficialAccountRobotInfoResponseBody) SetDescription(v string) *GetOfficialAccountRobotInfoResponseBody
- func (s *GetOfficialAccountRobotInfoResponseBody) SetIcon(v string) *GetOfficialAccountRobotInfoResponseBody
- func (s *GetOfficialAccountRobotInfoResponseBody) SetName(v string) *GetOfficialAccountRobotInfoResponseBody
- func (s *GetOfficialAccountRobotInfoResponseBody) SetPreviewMediaUrl(v string) *GetOfficialAccountRobotInfoResponseBody
- func (s GetOfficialAccountRobotInfoResponseBody) String() string
- type GetWebChannelUserTokenHeaders
- func (s GetWebChannelUserTokenHeaders) GoString() string
- func (s *GetWebChannelUserTokenHeaders) SetCommonHeaders(v map[string]*string) *GetWebChannelUserTokenHeaders
- func (s *GetWebChannelUserTokenHeaders) SetXAcsDingtalkAccessToken(v string) *GetWebChannelUserTokenHeaders
- func (s GetWebChannelUserTokenHeaders) String() string
- type GetWebChannelUserTokenRequest
- func (s GetWebChannelUserTokenRequest) GoString() string
- func (s *GetWebChannelUserTokenRequest) SetForeignId(v string) *GetWebChannelUserTokenRequest
- func (s *GetWebChannelUserTokenRequest) SetNick(v string) *GetWebChannelUserTokenRequest
- func (s *GetWebChannelUserTokenRequest) SetSource(v int64) *GetWebChannelUserTokenRequest
- func (s GetWebChannelUserTokenRequest) String() string
- type GetWebChannelUserTokenResponse
- func (s GetWebChannelUserTokenResponse) GoString() string
- func (s *GetWebChannelUserTokenResponse) SetBody(v *GetWebChannelUserTokenResponseBody) *GetWebChannelUserTokenResponse
- func (s *GetWebChannelUserTokenResponse) SetHeaders(v map[string]*string) *GetWebChannelUserTokenResponse
- func (s *GetWebChannelUserTokenResponse) SetStatusCode(v int32) *GetWebChannelUserTokenResponse
- func (s GetWebChannelUserTokenResponse) String() string
- type GetWebChannelUserTokenResponseBody
- type PushCustomerGroupMessageHeaders
- func (s PushCustomerGroupMessageHeaders) GoString() string
- func (s *PushCustomerGroupMessageHeaders) SetCommonHeaders(v map[string]*string) *PushCustomerGroupMessageHeaders
- func (s *PushCustomerGroupMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushCustomerGroupMessageHeaders
- func (s PushCustomerGroupMessageHeaders) String() string
- type PushCustomerGroupMessageRequest
- func (s PushCustomerGroupMessageRequest) GoString() string
- func (s *PushCustomerGroupMessageRequest) SetConversationId(v string) *PushCustomerGroupMessageRequest
- func (s *PushCustomerGroupMessageRequest) SetMsgKey(v string) *PushCustomerGroupMessageRequest
- func (s *PushCustomerGroupMessageRequest) SetMsgParam(v string) *PushCustomerGroupMessageRequest
- func (s PushCustomerGroupMessageRequest) String() string
- type PushCustomerGroupMessageResponse
- func (s PushCustomerGroupMessageResponse) GoString() string
- func (s *PushCustomerGroupMessageResponse) SetBody(v *PushCustomerGroupMessageResponseBody) *PushCustomerGroupMessageResponse
- func (s *PushCustomerGroupMessageResponse) SetHeaders(v map[string]*string) *PushCustomerGroupMessageResponse
- func (s *PushCustomerGroupMessageResponse) SetStatusCode(v int32) *PushCustomerGroupMessageResponse
- func (s PushCustomerGroupMessageResponse) String() string
- type PushCustomerGroupMessageResponseBody
- type PushIntelligentRobotGroupMessageHeaders
- func (s PushIntelligentRobotGroupMessageHeaders) GoString() string
- func (s *PushIntelligentRobotGroupMessageHeaders) SetCommonHeaders(v map[string]*string) *PushIntelligentRobotGroupMessageHeaders
- func (s *PushIntelligentRobotGroupMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushIntelligentRobotGroupMessageHeaders
- func (s PushIntelligentRobotGroupMessageHeaders) String() string
- type PushIntelligentRobotGroupMessageRequest
- func (s PushIntelligentRobotGroupMessageRequest) GoString() string
- func (s *PushIntelligentRobotGroupMessageRequest) SetChatbotId(v string) *PushIntelligentRobotGroupMessageRequest
- func (s *PushIntelligentRobotGroupMessageRequest) SetMsgKey(v string) *PushIntelligentRobotGroupMessageRequest
- func (s *PushIntelligentRobotGroupMessageRequest) SetMsgParam(v string) *PushIntelligentRobotGroupMessageRequest
- func (s *PushIntelligentRobotGroupMessageRequest) SetOpenConversationId(v string) *PushIntelligentRobotGroupMessageRequest
- func (s PushIntelligentRobotGroupMessageRequest) String() string
- type PushIntelligentRobotGroupMessageResponse
- func (s PushIntelligentRobotGroupMessageResponse) GoString() string
- func (s *PushIntelligentRobotGroupMessageResponse) SetBody(v *PushIntelligentRobotGroupMessageResponseBody) *PushIntelligentRobotGroupMessageResponse
- func (s *PushIntelligentRobotGroupMessageResponse) SetHeaders(v map[string]*string) *PushIntelligentRobotGroupMessageResponse
- func (s *PushIntelligentRobotGroupMessageResponse) SetStatusCode(v int32) *PushIntelligentRobotGroupMessageResponse
- func (s PushIntelligentRobotGroupMessageResponse) String() string
- type PushIntelligentRobotGroupMessageResponseBody
- type PushIntelligentRobotMessageHeaders
- func (s PushIntelligentRobotMessageHeaders) GoString() string
- func (s *PushIntelligentRobotMessageHeaders) SetCommonHeaders(v map[string]*string) *PushIntelligentRobotMessageHeaders
- func (s *PushIntelligentRobotMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushIntelligentRobotMessageHeaders
- func (s PushIntelligentRobotMessageHeaders) String() string
- type PushIntelligentRobotMessageRequest
- func (s PushIntelligentRobotMessageRequest) GoString() string
- func (s *PushIntelligentRobotMessageRequest) SetChatbotId(v string) *PushIntelligentRobotMessageRequest
- func (s *PushIntelligentRobotMessageRequest) SetMsgKey(v string) *PushIntelligentRobotMessageRequest
- func (s *PushIntelligentRobotMessageRequest) SetMsgParam(v string) *PushIntelligentRobotMessageRequest
- func (s *PushIntelligentRobotMessageRequest) SetUserId(v string) *PushIntelligentRobotMessageRequest
- func (s PushIntelligentRobotMessageRequest) String() string
- type PushIntelligentRobotMessageResponse
- func (s PushIntelligentRobotMessageResponse) GoString() string
- func (s *PushIntelligentRobotMessageResponse) SetBody(v *PushIntelligentRobotMessageResponseBody) *PushIntelligentRobotMessageResponse
- func (s *PushIntelligentRobotMessageResponse) SetHeaders(v map[string]*string) *PushIntelligentRobotMessageResponse
- func (s *PushIntelligentRobotMessageResponse) SetStatusCode(v int32) *PushIntelligentRobotMessageResponse
- func (s PushIntelligentRobotMessageResponse) String() string
- type PushIntelligentRobotMessageResponseBody
- type PushOfficialAccountMessageHeaders
- func (s PushOfficialAccountMessageHeaders) GoString() string
- func (s *PushOfficialAccountMessageHeaders) SetCommonHeaders(v map[string]*string) *PushOfficialAccountMessageHeaders
- func (s *PushOfficialAccountMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushOfficialAccountMessageHeaders
- func (s PushOfficialAccountMessageHeaders) String() string
- type PushOfficialAccountMessageRequest
- func (s PushOfficialAccountMessageRequest) GoString() string
- func (s *PushOfficialAccountMessageRequest) SetMsgKey(v string) *PushOfficialAccountMessageRequest
- func (s *PushOfficialAccountMessageRequest) SetMsgParam(v string) *PushOfficialAccountMessageRequest
- func (s *PushOfficialAccountMessageRequest) SetUserId(v string) *PushOfficialAccountMessageRequest
- func (s PushOfficialAccountMessageRequest) String() string
- type PushOfficialAccountMessageResponse
- func (s PushOfficialAccountMessageResponse) GoString() string
- func (s *PushOfficialAccountMessageResponse) SetBody(v *PushOfficialAccountMessageResponseBody) *PushOfficialAccountMessageResponse
- func (s *PushOfficialAccountMessageResponse) SetHeaders(v map[string]*string) *PushOfficialAccountMessageResponse
- func (s *PushOfficialAccountMessageResponse) SetStatusCode(v int32) *PushOfficialAccountMessageResponse
- func (s PushOfficialAccountMessageResponse) String() string
- type PushOfficialAccountMessageResponseBody
- type PushRobotMessageHeaders
- type PushRobotMessageRequest
- func (s PushRobotMessageRequest) GoString() string
- func (s *PushRobotMessageRequest) SetChatbotId(v string) *PushRobotMessageRequest
- func (s *PushRobotMessageRequest) SetMsgKey(v string) *PushRobotMessageRequest
- func (s *PushRobotMessageRequest) SetMsgParam(v string) *PushRobotMessageRequest
- func (s *PushRobotMessageRequest) SetUserId(v string) *PushRobotMessageRequest
- func (s PushRobotMessageRequest) String() string
- type PushRobotMessageResponse
- func (s PushRobotMessageResponse) GoString() string
- func (s *PushRobotMessageResponse) SetBody(v *PushRobotMessageResponseBody) *PushRobotMessageResponse
- func (s *PushRobotMessageResponse) SetHeaders(v map[string]*string) *PushRobotMessageResponse
- func (s *PushRobotMessageResponse) SetStatusCode(v int32) *PushRobotMessageResponse
- func (s PushRobotMessageResponse) String() string
- type PushRobotMessageResponseBody
- type ReplyRobotHeaders
- type ReplyRobotRequest
- type ReplyRobotResponse
- func (s ReplyRobotResponse) GoString() string
- func (s *ReplyRobotResponse) SetBody(v *ReplyRobotResponseBody) *ReplyRobotResponse
- func (s *ReplyRobotResponse) SetHeaders(v map[string]*string) *ReplyRobotResponse
- func (s *ReplyRobotResponse) SetStatusCode(v int32) *ReplyRobotResponse
- func (s ReplyRobotResponse) String() string
- type ReplyRobotResponseBody
- type UpdateOfficialAccountRobotInfoHeaders
- func (s UpdateOfficialAccountRobotInfoHeaders) GoString() string
- func (s *UpdateOfficialAccountRobotInfoHeaders) SetCommonHeaders(v map[string]*string) *UpdateOfficialAccountRobotInfoHeaders
- func (s *UpdateOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateOfficialAccountRobotInfoHeaders
- func (s UpdateOfficialAccountRobotInfoHeaders) String() string
- type UpdateOfficialAccountRobotInfoRequest
- func (s UpdateOfficialAccountRobotInfoRequest) GoString() string
- func (s *UpdateOfficialAccountRobotInfoRequest) SetAvatar(v string) *UpdateOfficialAccountRobotInfoRequest
- func (s *UpdateOfficialAccountRobotInfoRequest) SetBrief(v string) *UpdateOfficialAccountRobotInfoRequest
- func (s *UpdateOfficialAccountRobotInfoRequest) SetDescription(v string) *UpdateOfficialAccountRobotInfoRequest
- func (s *UpdateOfficialAccountRobotInfoRequest) SetName(v string) *UpdateOfficialAccountRobotInfoRequest
- func (s *UpdateOfficialAccountRobotInfoRequest) SetPreviewMediaUrl(v string) *UpdateOfficialAccountRobotInfoRequest
- func (s *UpdateOfficialAccountRobotInfoRequest) SetType(v string) *UpdateOfficialAccountRobotInfoRequest
- func (s UpdateOfficialAccountRobotInfoRequest) String() string
- type UpdateOfficialAccountRobotInfoResponse
- func (s UpdateOfficialAccountRobotInfoResponse) GoString() string
- func (s *UpdateOfficialAccountRobotInfoResponse) SetBody(v *UpdateOfficialAccountRobotInfoResponseBody) *UpdateOfficialAccountRobotInfoResponse
- func (s *UpdateOfficialAccountRobotInfoResponse) SetHeaders(v map[string]*string) *UpdateOfficialAccountRobotInfoResponse
- func (s *UpdateOfficialAccountRobotInfoResponse) SetStatusCode(v int32) *UpdateOfficialAccountRobotInfoResponse
- func (s UpdateOfficialAccountRobotInfoResponse) String() string
- type UpdateOfficialAccountRobotInfoResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddRobotInstanceToGroupHeaders ¶
type AddRobotInstanceToGroupHeaders 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 (AddRobotInstanceToGroupHeaders) GoString ¶
func (s AddRobotInstanceToGroupHeaders) GoString() string
func (*AddRobotInstanceToGroupHeaders) SetCommonHeaders ¶
func (s *AddRobotInstanceToGroupHeaders) SetCommonHeaders(v map[string]*string) *AddRobotInstanceToGroupHeaders
func (*AddRobotInstanceToGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AddRobotInstanceToGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddRobotInstanceToGroupHeaders
func (AddRobotInstanceToGroupHeaders) String ¶
func (s AddRobotInstanceToGroupHeaders) String() string
type AddRobotInstanceToGroupRequest ¶
type AddRobotInstanceToGroupRequest struct { ChatbotId *string `json:"chatbotId,omitempty" xml:"chatbotId,omitempty"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` }
func (AddRobotInstanceToGroupRequest) GoString ¶
func (s AddRobotInstanceToGroupRequest) GoString() string
func (*AddRobotInstanceToGroupRequest) SetChatbotId ¶
func (s *AddRobotInstanceToGroupRequest) SetChatbotId(v string) *AddRobotInstanceToGroupRequest
func (*AddRobotInstanceToGroupRequest) SetOpenConversationId ¶
func (s *AddRobotInstanceToGroupRequest) SetOpenConversationId(v string) *AddRobotInstanceToGroupRequest
func (AddRobotInstanceToGroupRequest) String ¶
func (s AddRobotInstanceToGroupRequest) String() string
type AddRobotInstanceToGroupResponse ¶
type AddRobotInstanceToGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *AddRobotInstanceToGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (AddRobotInstanceToGroupResponse) GoString ¶
func (s AddRobotInstanceToGroupResponse) GoString() string
func (*AddRobotInstanceToGroupResponse) SetBody ¶
func (s *AddRobotInstanceToGroupResponse) SetBody(v *AddRobotInstanceToGroupResponseBody) *AddRobotInstanceToGroupResponse
func (*AddRobotInstanceToGroupResponse) SetHeaders ¶
func (s *AddRobotInstanceToGroupResponse) SetHeaders(v map[string]*string) *AddRobotInstanceToGroupResponse
func (*AddRobotInstanceToGroupResponse) SetStatusCode ¶
func (s *AddRobotInstanceToGroupResponse) SetStatusCode(v int32) *AddRobotInstanceToGroupResponse
func (AddRobotInstanceToGroupResponse) String ¶
func (s AddRobotInstanceToGroupResponse) String() string
type AddRobotInstanceToGroupResponseBody ¶
type AddRobotInstanceToGroupResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (AddRobotInstanceToGroupResponseBody) GoString ¶
func (s AddRobotInstanceToGroupResponseBody) GoString() string
func (*AddRobotInstanceToGroupResponseBody) SetResult ¶
func (s *AddRobotInstanceToGroupResponseBody) SetResult(v bool) *AddRobotInstanceToGroupResponseBody
func (AddRobotInstanceToGroupResponseBody) String ¶
func (s AddRobotInstanceToGroupResponseBody) String() string
type AskRobotHeaders ¶
type AskRobotHeaders 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 (AskRobotHeaders) GoString ¶
func (s AskRobotHeaders) GoString() string
func (*AskRobotHeaders) SetCommonHeaders ¶
func (s *AskRobotHeaders) SetCommonHeaders(v map[string]*string) *AskRobotHeaders
func (*AskRobotHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AskRobotHeaders) SetXAcsDingtalkAccessToken(v string) *AskRobotHeaders
func (AskRobotHeaders) String ¶
func (s AskRobotHeaders) String() string
type AskRobotRequest ¶
type AskRobotRequest struct { DingUserId *string `json:"dingUserId,omitempty" xml:"dingUserId,omitempty"` Question *string `json:"question,omitempty" xml:"question,omitempty"` RobotAppKey *string `json:"robotAppKey,omitempty" xml:"robotAppKey,omitempty"` SessionUuid *string `json:"sessionUuid,omitempty" xml:"sessionUuid,omitempty"` }
func (AskRobotRequest) GoString ¶
func (s AskRobotRequest) GoString() string
func (*AskRobotRequest) SetDingUserId ¶
func (s *AskRobotRequest) SetDingUserId(v string) *AskRobotRequest
func (*AskRobotRequest) SetQuestion ¶
func (s *AskRobotRequest) SetQuestion(v string) *AskRobotRequest
func (*AskRobotRequest) SetRobotAppKey ¶
func (s *AskRobotRequest) SetRobotAppKey(v string) *AskRobotRequest
func (*AskRobotRequest) SetSessionUuid ¶
func (s *AskRobotRequest) SetSessionUuid(v string) *AskRobotRequest
func (AskRobotRequest) String ¶
func (s AskRobotRequest) String() string
type AskRobotResponse ¶
type AskRobotResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *AskRobotResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (AskRobotResponse) GoString ¶
func (s AskRobotResponse) GoString() string
func (*AskRobotResponse) SetBody ¶
func (s *AskRobotResponse) SetBody(v *AskRobotResponseBody) *AskRobotResponse
func (*AskRobotResponse) SetHeaders ¶
func (s *AskRobotResponse) SetHeaders(v map[string]*string) *AskRobotResponse
func (*AskRobotResponse) SetStatusCode ¶
func (s *AskRobotResponse) SetStatusCode(v int32) *AskRobotResponse
func (AskRobotResponse) String ¶
func (s AskRobotResponse) String() string
type AskRobotResponseBody ¶
type AskRobotResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (AskRobotResponseBody) GoString ¶
func (s AskRobotResponseBody) GoString() string
func (*AskRobotResponseBody) SetResult ¶
func (s *AskRobotResponseBody) SetResult(v string) *AskRobotResponseBody
func (AskRobotResponseBody) String ¶
func (s AskRobotResponseBody) String() string
type Client ¶
func (*Client) AddRobotInstanceToGroup ¶
func (client *Client) AddRobotInstanceToGroup(request *AddRobotInstanceToGroupRequest) (_result *AddRobotInstanceToGroupResponse, _err error)
func (*Client) AddRobotInstanceToGroupWithOptions ¶
func (client *Client) AddRobotInstanceToGroupWithOptions(request *AddRobotInstanceToGroupRequest, headers *AddRobotInstanceToGroupHeaders, runtime *util.RuntimeOptions) (_result *AddRobotInstanceToGroupResponse, _err error)
func (*Client) AskRobot ¶
func (client *Client) AskRobot(request *AskRobotRequest) (_result *AskRobotResponse, _err error)
func (*Client) AskRobotWithOptions ¶
func (client *Client) AskRobotWithOptions(request *AskRobotRequest, headers *AskRobotHeaders, runtime *util.RuntimeOptions) (_result *AskRobotResponse, _err error)
func (*Client) GetDingMeBaseData ¶
func (client *Client) GetDingMeBaseData(request *GetDingMeBaseDataRequest) (_result *GetDingMeBaseDataResponse, _err error)
func (*Client) GetDingMeBaseDataWithOptions ¶
func (client *Client) GetDingMeBaseDataWithOptions(request *GetDingMeBaseDataRequest, headers *GetDingMeBaseDataHeaders, runtime *util.RuntimeOptions) (_result *GetDingMeBaseDataResponse, _err error)
func (*Client) GetIntelligentRobotInfo ¶
func (client *Client) GetIntelligentRobotInfo(request *GetIntelligentRobotInfoRequest) (_result *GetIntelligentRobotInfoResponse, _err error)
func (*Client) GetIntelligentRobotInfoWithOptions ¶
func (client *Client) GetIntelligentRobotInfoWithOptions(request *GetIntelligentRobotInfoRequest, headers *GetIntelligentRobotInfoHeaders, runtime *util.RuntimeOptions) (_result *GetIntelligentRobotInfoResponse, _err error)
func (*Client) GetOfficialAccountRobotInfo ¶
func (client *Client) GetOfficialAccountRobotInfo(request *GetOfficialAccountRobotInfoRequest) (_result *GetOfficialAccountRobotInfoResponse, _err error)
func (*Client) GetOfficialAccountRobotInfoWithOptions ¶
func (client *Client) GetOfficialAccountRobotInfoWithOptions(request *GetOfficialAccountRobotInfoRequest, headers *GetOfficialAccountRobotInfoHeaders, runtime *util.RuntimeOptions) (_result *GetOfficialAccountRobotInfoResponse, _err error)
func (*Client) GetWebChannelUserToken ¶
func (client *Client) GetWebChannelUserToken(request *GetWebChannelUserTokenRequest) (_result *GetWebChannelUserTokenResponse, _err error)
func (*Client) GetWebChannelUserTokenWithOptions ¶
func (client *Client) GetWebChannelUserTokenWithOptions(request *GetWebChannelUserTokenRequest, headers *GetWebChannelUserTokenHeaders, runtime *util.RuntimeOptions) (_result *GetWebChannelUserTokenResponse, _err error)
func (*Client) PushCustomerGroupMessage ¶
func (client *Client) PushCustomerGroupMessage(request *PushCustomerGroupMessageRequest) (_result *PushCustomerGroupMessageResponse, _err error)
func (*Client) PushCustomerGroupMessageWithOptions ¶
func (client *Client) PushCustomerGroupMessageWithOptions(request *PushCustomerGroupMessageRequest, headers *PushCustomerGroupMessageHeaders, runtime *util.RuntimeOptions) (_result *PushCustomerGroupMessageResponse, _err error)
func (*Client) PushIntelligentRobotGroupMessage ¶
func (client *Client) PushIntelligentRobotGroupMessage(request *PushIntelligentRobotGroupMessageRequest) (_result *PushIntelligentRobotGroupMessageResponse, _err error)
func (*Client) PushIntelligentRobotGroupMessageWithOptions ¶
func (client *Client) PushIntelligentRobotGroupMessageWithOptions(request *PushIntelligentRobotGroupMessageRequest, headers *PushIntelligentRobotGroupMessageHeaders, runtime *util.RuntimeOptions) (_result *PushIntelligentRobotGroupMessageResponse, _err error)
func (*Client) PushIntelligentRobotMessage ¶
func (client *Client) PushIntelligentRobotMessage(request *PushIntelligentRobotMessageRequest) (_result *PushIntelligentRobotMessageResponse, _err error)
func (*Client) PushIntelligentRobotMessageWithOptions ¶
func (client *Client) PushIntelligentRobotMessageWithOptions(request *PushIntelligentRobotMessageRequest, headers *PushIntelligentRobotMessageHeaders, runtime *util.RuntimeOptions) (_result *PushIntelligentRobotMessageResponse, _err error)
func (*Client) PushOfficialAccountMessage ¶
func (client *Client) PushOfficialAccountMessage(request *PushOfficialAccountMessageRequest) (_result *PushOfficialAccountMessageResponse, _err error)
func (*Client) PushOfficialAccountMessageWithOptions ¶
func (client *Client) PushOfficialAccountMessageWithOptions(request *PushOfficialAccountMessageRequest, headers *PushOfficialAccountMessageHeaders, runtime *util.RuntimeOptions) (_result *PushOfficialAccountMessageResponse, _err error)
func (*Client) PushRobotMessage ¶
func (client *Client) PushRobotMessage(request *PushRobotMessageRequest) (_result *PushRobotMessageResponse, _err error)
func (*Client) PushRobotMessageWithOptions ¶
func (client *Client) PushRobotMessageWithOptions(request *PushRobotMessageRequest, headers *PushRobotMessageHeaders, runtime *util.RuntimeOptions) (_result *PushRobotMessageResponse, _err error)
func (*Client) ReplyRobot ¶
func (client *Client) ReplyRobot(request *ReplyRobotRequest) (_result *ReplyRobotResponse, _err error)
func (*Client) ReplyRobotWithOptions ¶
func (client *Client) ReplyRobotWithOptions(request *ReplyRobotRequest, headers *ReplyRobotHeaders, runtime *util.RuntimeOptions) (_result *ReplyRobotResponse, _err error)
func (*Client) UpdateOfficialAccountRobotInfo ¶
func (client *Client) UpdateOfficialAccountRobotInfo(request *UpdateOfficialAccountRobotInfoRequest) (_result *UpdateOfficialAccountRobotInfoResponse, _err error)
func (*Client) UpdateOfficialAccountRobotInfoWithOptions ¶
func (client *Client) UpdateOfficialAccountRobotInfoWithOptions(request *UpdateOfficialAccountRobotInfoRequest, headers *UpdateOfficialAccountRobotInfoHeaders, runtime *util.RuntimeOptions) (_result *UpdateOfficialAccountRobotInfoResponse, _err error)
type GetDingMeBaseDataHeaders ¶
type GetDingMeBaseDataHeaders 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 (GetDingMeBaseDataHeaders) GoString ¶
func (s GetDingMeBaseDataHeaders) GoString() string
func (*GetDingMeBaseDataHeaders) SetCommonHeaders ¶
func (s *GetDingMeBaseDataHeaders) SetCommonHeaders(v map[string]*string) *GetDingMeBaseDataHeaders
func (*GetDingMeBaseDataHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetDingMeBaseDataHeaders) SetXAcsDingtalkAccessToken(v string) *GetDingMeBaseDataHeaders
func (GetDingMeBaseDataHeaders) String ¶
func (s GetDingMeBaseDataHeaders) String() string
type GetDingMeBaseDataRequest ¶
type GetDingMeBaseDataRequest struct { AppKey *string `json:"appKey,omitempty" xml:"appKey,omitempty"` ByDay *bool `json:"byDay,omitempty" xml:"byDay,omitempty"` EndDay *string `json:"endDay,omitempty" xml:"endDay,omitempty"` StartDay *string `json:"startDay,omitempty" xml:"startDay,omitempty"` }
func (GetDingMeBaseDataRequest) GoString ¶
func (s GetDingMeBaseDataRequest) GoString() string
func (*GetDingMeBaseDataRequest) SetAppKey ¶
func (s *GetDingMeBaseDataRequest) SetAppKey(v string) *GetDingMeBaseDataRequest
func (*GetDingMeBaseDataRequest) SetByDay ¶
func (s *GetDingMeBaseDataRequest) SetByDay(v bool) *GetDingMeBaseDataRequest
func (*GetDingMeBaseDataRequest) SetEndDay ¶
func (s *GetDingMeBaseDataRequest) SetEndDay(v string) *GetDingMeBaseDataRequest
func (*GetDingMeBaseDataRequest) SetStartDay ¶
func (s *GetDingMeBaseDataRequest) SetStartDay(v string) *GetDingMeBaseDataRequest
func (GetDingMeBaseDataRequest) String ¶
func (s GetDingMeBaseDataRequest) String() string
type GetDingMeBaseDataResponse ¶
type GetDingMeBaseDataResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetDingMeBaseDataResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetDingMeBaseDataResponse) GoString ¶
func (s GetDingMeBaseDataResponse) GoString() string
func (*GetDingMeBaseDataResponse) SetBody ¶
func (s *GetDingMeBaseDataResponse) SetBody(v *GetDingMeBaseDataResponseBody) *GetDingMeBaseDataResponse
func (*GetDingMeBaseDataResponse) SetHeaders ¶
func (s *GetDingMeBaseDataResponse) SetHeaders(v map[string]*string) *GetDingMeBaseDataResponse
func (*GetDingMeBaseDataResponse) SetStatusCode ¶
func (s *GetDingMeBaseDataResponse) SetStatusCode(v int32) *GetDingMeBaseDataResponse
func (GetDingMeBaseDataResponse) String ¶
func (s GetDingMeBaseDataResponse) String() string
type GetDingMeBaseDataResponseBody ¶
type GetDingMeBaseDataResponseBody struct { FromCache *bool `json:"fromCache,omitempty" xml:"fromCache,omitempty"` Rawset []map[string]*string `json:"rawset,omitempty" xml:"rawset,omitempty" type:"Repeated"` Runtime *int64 `json:"runtime,omitempty" xml:"runtime,omitempty"` Tips map[string]interface{} `json:"tips,omitempty" xml:"tips,omitempty"` }
func (GetDingMeBaseDataResponseBody) GoString ¶
func (s GetDingMeBaseDataResponseBody) GoString() string
func (*GetDingMeBaseDataResponseBody) SetFromCache ¶
func (s *GetDingMeBaseDataResponseBody) SetFromCache(v bool) *GetDingMeBaseDataResponseBody
func (*GetDingMeBaseDataResponseBody) SetRawset ¶
func (s *GetDingMeBaseDataResponseBody) SetRawset(v []map[string]*string) *GetDingMeBaseDataResponseBody
func (*GetDingMeBaseDataResponseBody) SetRuntime ¶
func (s *GetDingMeBaseDataResponseBody) SetRuntime(v int64) *GetDingMeBaseDataResponseBody
func (*GetDingMeBaseDataResponseBody) SetTips ¶
func (s *GetDingMeBaseDataResponseBody) SetTips(v map[string]interface{}) *GetDingMeBaseDataResponseBody
func (GetDingMeBaseDataResponseBody) String ¶
func (s GetDingMeBaseDataResponseBody) String() string
type GetIntelligentRobotInfoHeaders ¶
type GetIntelligentRobotInfoHeaders 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 (GetIntelligentRobotInfoHeaders) GoString ¶
func (s GetIntelligentRobotInfoHeaders) GoString() string
func (*GetIntelligentRobotInfoHeaders) SetCommonHeaders ¶
func (s *GetIntelligentRobotInfoHeaders) SetCommonHeaders(v map[string]*string) *GetIntelligentRobotInfoHeaders
func (*GetIntelligentRobotInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetIntelligentRobotInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetIntelligentRobotInfoHeaders
func (GetIntelligentRobotInfoHeaders) String ¶
func (s GetIntelligentRobotInfoHeaders) String() string
type GetIntelligentRobotInfoRequest ¶
type GetIntelligentRobotInfoRequest struct {
RobotAppKey *string `json:"robotAppKey,omitempty" xml:"robotAppKey,omitempty"`
}
func (GetIntelligentRobotInfoRequest) GoString ¶
func (s GetIntelligentRobotInfoRequest) GoString() string
func (*GetIntelligentRobotInfoRequest) SetRobotAppKey ¶
func (s *GetIntelligentRobotInfoRequest) SetRobotAppKey(v string) *GetIntelligentRobotInfoRequest
func (GetIntelligentRobotInfoRequest) String ¶
func (s GetIntelligentRobotInfoRequest) String() string
type GetIntelligentRobotInfoResponse ¶
type GetIntelligentRobotInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetIntelligentRobotInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetIntelligentRobotInfoResponse) GoString ¶
func (s GetIntelligentRobotInfoResponse) GoString() string
func (*GetIntelligentRobotInfoResponse) SetBody ¶
func (s *GetIntelligentRobotInfoResponse) SetBody(v *GetIntelligentRobotInfoResponseBody) *GetIntelligentRobotInfoResponse
func (*GetIntelligentRobotInfoResponse) SetHeaders ¶
func (s *GetIntelligentRobotInfoResponse) SetHeaders(v map[string]*string) *GetIntelligentRobotInfoResponse
func (*GetIntelligentRobotInfoResponse) SetStatusCode ¶
func (s *GetIntelligentRobotInfoResponse) SetStatusCode(v int32) *GetIntelligentRobotInfoResponse
func (GetIntelligentRobotInfoResponse) String ¶
func (s GetIntelligentRobotInfoResponse) String() string
type GetIntelligentRobotInfoResponseBody ¶
type GetIntelligentRobotInfoResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (GetIntelligentRobotInfoResponseBody) GoString ¶
func (s GetIntelligentRobotInfoResponseBody) GoString() string
func (*GetIntelligentRobotInfoResponseBody) SetResult ¶
func (s *GetIntelligentRobotInfoResponseBody) SetResult(v string) *GetIntelligentRobotInfoResponseBody
func (GetIntelligentRobotInfoResponseBody) String ¶
func (s GetIntelligentRobotInfoResponseBody) String() string
type GetOfficialAccountRobotInfoHeaders ¶
type GetOfficialAccountRobotInfoHeaders 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 (GetOfficialAccountRobotInfoHeaders) GoString ¶
func (s GetOfficialAccountRobotInfoHeaders) GoString() string
func (*GetOfficialAccountRobotInfoHeaders) SetCommonHeaders ¶
func (s *GetOfficialAccountRobotInfoHeaders) SetCommonHeaders(v map[string]*string) *GetOfficialAccountRobotInfoHeaders
func (*GetOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetOfficialAccountRobotInfoHeaders
func (GetOfficialAccountRobotInfoHeaders) String ¶
func (s GetOfficialAccountRobotInfoHeaders) String() string
type GetOfficialAccountRobotInfoRequest ¶
type GetOfficialAccountRobotInfoRequest struct {
Type *string `json:"type,omitempty" xml:"type,omitempty"`
}
func (GetOfficialAccountRobotInfoRequest) GoString ¶
func (s GetOfficialAccountRobotInfoRequest) GoString() string
func (*GetOfficialAccountRobotInfoRequest) SetType ¶
func (s *GetOfficialAccountRobotInfoRequest) SetType(v string) *GetOfficialAccountRobotInfoRequest
func (GetOfficialAccountRobotInfoRequest) String ¶
func (s GetOfficialAccountRobotInfoRequest) String() string
type GetOfficialAccountRobotInfoResponse ¶
type GetOfficialAccountRobotInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetOfficialAccountRobotInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetOfficialAccountRobotInfoResponse) GoString ¶
func (s GetOfficialAccountRobotInfoResponse) GoString() string
func (*GetOfficialAccountRobotInfoResponse) SetHeaders ¶
func (s *GetOfficialAccountRobotInfoResponse) SetHeaders(v map[string]*string) *GetOfficialAccountRobotInfoResponse
func (*GetOfficialAccountRobotInfoResponse) SetStatusCode ¶
func (s *GetOfficialAccountRobotInfoResponse) SetStatusCode(v int32) *GetOfficialAccountRobotInfoResponse
func (GetOfficialAccountRobotInfoResponse) String ¶
func (s GetOfficialAccountRobotInfoResponse) String() string
type GetOfficialAccountRobotInfoResponseBody ¶
type GetOfficialAccountRobotInfoResponseBody struct { AppId *int64 `json:"appId,omitempty" xml:"appId,omitempty"` Brief *string `json:"brief,omitempty" xml:"brief,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Icon *string `json:"icon,omitempty" xml:"icon,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` PreviewMediaUrl *string `json:"previewMediaUrl,omitempty" xml:"previewMediaUrl,omitempty"` }
func (GetOfficialAccountRobotInfoResponseBody) GoString ¶
func (s GetOfficialAccountRobotInfoResponseBody) GoString() string
func (*GetOfficialAccountRobotInfoResponseBody) SetAppId ¶
func (s *GetOfficialAccountRobotInfoResponseBody) SetAppId(v int64) *GetOfficialAccountRobotInfoResponseBody
func (*GetOfficialAccountRobotInfoResponseBody) SetBrief ¶
func (s *GetOfficialAccountRobotInfoResponseBody) SetBrief(v string) *GetOfficialAccountRobotInfoResponseBody
func (*GetOfficialAccountRobotInfoResponseBody) SetDescription ¶
func (s *GetOfficialAccountRobotInfoResponseBody) SetDescription(v string) *GetOfficialAccountRobotInfoResponseBody
func (*GetOfficialAccountRobotInfoResponseBody) SetIcon ¶
func (s *GetOfficialAccountRobotInfoResponseBody) SetIcon(v string) *GetOfficialAccountRobotInfoResponseBody
func (*GetOfficialAccountRobotInfoResponseBody) SetName ¶
func (s *GetOfficialAccountRobotInfoResponseBody) SetName(v string) *GetOfficialAccountRobotInfoResponseBody
func (*GetOfficialAccountRobotInfoResponseBody) SetPreviewMediaUrl ¶
func (s *GetOfficialAccountRobotInfoResponseBody) SetPreviewMediaUrl(v string) *GetOfficialAccountRobotInfoResponseBody
func (GetOfficialAccountRobotInfoResponseBody) String ¶
func (s GetOfficialAccountRobotInfoResponseBody) String() string
type GetWebChannelUserTokenHeaders ¶
type GetWebChannelUserTokenHeaders 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 (GetWebChannelUserTokenHeaders) GoString ¶
func (s GetWebChannelUserTokenHeaders) GoString() string
func (*GetWebChannelUserTokenHeaders) SetCommonHeaders ¶
func (s *GetWebChannelUserTokenHeaders) SetCommonHeaders(v map[string]*string) *GetWebChannelUserTokenHeaders
func (*GetWebChannelUserTokenHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetWebChannelUserTokenHeaders) SetXAcsDingtalkAccessToken(v string) *GetWebChannelUserTokenHeaders
func (GetWebChannelUserTokenHeaders) String ¶
func (s GetWebChannelUserTokenHeaders) String() string
type GetWebChannelUserTokenRequest ¶
type GetWebChannelUserTokenRequest struct { ForeignId *string `json:"foreignId,omitempty" xml:"foreignId,omitempty"` Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` Source *int64 `json:"source,omitempty" xml:"source,omitempty"` }
func (GetWebChannelUserTokenRequest) GoString ¶
func (s GetWebChannelUserTokenRequest) GoString() string
func (*GetWebChannelUserTokenRequest) SetForeignId ¶
func (s *GetWebChannelUserTokenRequest) SetForeignId(v string) *GetWebChannelUserTokenRequest
func (*GetWebChannelUserTokenRequest) SetNick ¶
func (s *GetWebChannelUserTokenRequest) SetNick(v string) *GetWebChannelUserTokenRequest
func (*GetWebChannelUserTokenRequest) SetSource ¶
func (s *GetWebChannelUserTokenRequest) SetSource(v int64) *GetWebChannelUserTokenRequest
func (GetWebChannelUserTokenRequest) String ¶
func (s GetWebChannelUserTokenRequest) String() string
type GetWebChannelUserTokenResponse ¶
type GetWebChannelUserTokenResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetWebChannelUserTokenResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetWebChannelUserTokenResponse) GoString ¶
func (s GetWebChannelUserTokenResponse) GoString() string
func (*GetWebChannelUserTokenResponse) SetBody ¶
func (s *GetWebChannelUserTokenResponse) SetBody(v *GetWebChannelUserTokenResponseBody) *GetWebChannelUserTokenResponse
func (*GetWebChannelUserTokenResponse) SetHeaders ¶
func (s *GetWebChannelUserTokenResponse) SetHeaders(v map[string]*string) *GetWebChannelUserTokenResponse
func (*GetWebChannelUserTokenResponse) SetStatusCode ¶
func (s *GetWebChannelUserTokenResponse) SetStatusCode(v int32) *GetWebChannelUserTokenResponse
func (GetWebChannelUserTokenResponse) String ¶
func (s GetWebChannelUserTokenResponse) String() string
type GetWebChannelUserTokenResponseBody ¶
type GetWebChannelUserTokenResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (GetWebChannelUserTokenResponseBody) GoString ¶
func (s GetWebChannelUserTokenResponseBody) GoString() string
func (*GetWebChannelUserTokenResponseBody) SetResult ¶
func (s *GetWebChannelUserTokenResponseBody) SetResult(v string) *GetWebChannelUserTokenResponseBody
func (GetWebChannelUserTokenResponseBody) String ¶
func (s GetWebChannelUserTokenResponseBody) String() string
type PushCustomerGroupMessageHeaders ¶
type PushCustomerGroupMessageHeaders 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 (PushCustomerGroupMessageHeaders) GoString ¶
func (s PushCustomerGroupMessageHeaders) GoString() string
func (*PushCustomerGroupMessageHeaders) SetCommonHeaders ¶
func (s *PushCustomerGroupMessageHeaders) SetCommonHeaders(v map[string]*string) *PushCustomerGroupMessageHeaders
func (*PushCustomerGroupMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PushCustomerGroupMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushCustomerGroupMessageHeaders
func (PushCustomerGroupMessageHeaders) String ¶
func (s PushCustomerGroupMessageHeaders) String() string
type PushCustomerGroupMessageRequest ¶
type PushCustomerGroupMessageRequest struct { ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` MsgKey *string `json:"msgKey,omitempty" xml:"msgKey,omitempty"` MsgParam *string `json:"msgParam,omitempty" xml:"msgParam,omitempty"` }
func (PushCustomerGroupMessageRequest) GoString ¶
func (s PushCustomerGroupMessageRequest) GoString() string
func (*PushCustomerGroupMessageRequest) SetConversationId ¶
func (s *PushCustomerGroupMessageRequest) SetConversationId(v string) *PushCustomerGroupMessageRequest
func (*PushCustomerGroupMessageRequest) SetMsgKey ¶
func (s *PushCustomerGroupMessageRequest) SetMsgKey(v string) *PushCustomerGroupMessageRequest
func (*PushCustomerGroupMessageRequest) SetMsgParam ¶
func (s *PushCustomerGroupMessageRequest) SetMsgParam(v string) *PushCustomerGroupMessageRequest
func (PushCustomerGroupMessageRequest) String ¶
func (s PushCustomerGroupMessageRequest) String() string
type PushCustomerGroupMessageResponse ¶
type PushCustomerGroupMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PushCustomerGroupMessageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PushCustomerGroupMessageResponse) GoString ¶
func (s PushCustomerGroupMessageResponse) GoString() string
func (*PushCustomerGroupMessageResponse) SetBody ¶
func (s *PushCustomerGroupMessageResponse) SetBody(v *PushCustomerGroupMessageResponseBody) *PushCustomerGroupMessageResponse
func (*PushCustomerGroupMessageResponse) SetHeaders ¶
func (s *PushCustomerGroupMessageResponse) SetHeaders(v map[string]*string) *PushCustomerGroupMessageResponse
func (*PushCustomerGroupMessageResponse) SetStatusCode ¶
func (s *PushCustomerGroupMessageResponse) SetStatusCode(v int32) *PushCustomerGroupMessageResponse
func (PushCustomerGroupMessageResponse) String ¶
func (s PushCustomerGroupMessageResponse) String() string
type PushCustomerGroupMessageResponseBody ¶
type PushCustomerGroupMessageResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (PushCustomerGroupMessageResponseBody) GoString ¶
func (s PushCustomerGroupMessageResponseBody) GoString() string
func (*PushCustomerGroupMessageResponseBody) SetResult ¶
func (s *PushCustomerGroupMessageResponseBody) SetResult(v string) *PushCustomerGroupMessageResponseBody
func (PushCustomerGroupMessageResponseBody) String ¶
func (s PushCustomerGroupMessageResponseBody) String() string
type PushIntelligentRobotGroupMessageHeaders ¶
type PushIntelligentRobotGroupMessageHeaders 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 (PushIntelligentRobotGroupMessageHeaders) GoString ¶
func (s PushIntelligentRobotGroupMessageHeaders) GoString() string
func (*PushIntelligentRobotGroupMessageHeaders) SetCommonHeaders ¶
func (s *PushIntelligentRobotGroupMessageHeaders) SetCommonHeaders(v map[string]*string) *PushIntelligentRobotGroupMessageHeaders
func (*PushIntelligentRobotGroupMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PushIntelligentRobotGroupMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushIntelligentRobotGroupMessageHeaders
func (PushIntelligentRobotGroupMessageHeaders) String ¶
func (s PushIntelligentRobotGroupMessageHeaders) String() string
type PushIntelligentRobotGroupMessageRequest ¶
type PushIntelligentRobotGroupMessageRequest struct { ChatbotId *string `json:"chatbotId,omitempty" xml:"chatbotId,omitempty"` MsgKey *string `json:"msgKey,omitempty" xml:"msgKey,omitempty"` MsgParam *string `json:"msgParam,omitempty" xml:"msgParam,omitempty"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` }
func (PushIntelligentRobotGroupMessageRequest) GoString ¶
func (s PushIntelligentRobotGroupMessageRequest) GoString() string
func (*PushIntelligentRobotGroupMessageRequest) SetChatbotId ¶
func (s *PushIntelligentRobotGroupMessageRequest) SetChatbotId(v string) *PushIntelligentRobotGroupMessageRequest
func (*PushIntelligentRobotGroupMessageRequest) SetMsgKey ¶
func (s *PushIntelligentRobotGroupMessageRequest) SetMsgKey(v string) *PushIntelligentRobotGroupMessageRequest
func (*PushIntelligentRobotGroupMessageRequest) SetMsgParam ¶
func (s *PushIntelligentRobotGroupMessageRequest) SetMsgParam(v string) *PushIntelligentRobotGroupMessageRequest
func (*PushIntelligentRobotGroupMessageRequest) SetOpenConversationId ¶
func (s *PushIntelligentRobotGroupMessageRequest) SetOpenConversationId(v string) *PushIntelligentRobotGroupMessageRequest
func (PushIntelligentRobotGroupMessageRequest) String ¶
func (s PushIntelligentRobotGroupMessageRequest) String() string
type PushIntelligentRobotGroupMessageResponse ¶
type PushIntelligentRobotGroupMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PushIntelligentRobotGroupMessageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PushIntelligentRobotGroupMessageResponse) GoString ¶
func (s PushIntelligentRobotGroupMessageResponse) GoString() string
func (*PushIntelligentRobotGroupMessageResponse) SetHeaders ¶
func (s *PushIntelligentRobotGroupMessageResponse) SetHeaders(v map[string]*string) *PushIntelligentRobotGroupMessageResponse
func (*PushIntelligentRobotGroupMessageResponse) SetStatusCode ¶
func (s *PushIntelligentRobotGroupMessageResponse) SetStatusCode(v int32) *PushIntelligentRobotGroupMessageResponse
func (PushIntelligentRobotGroupMessageResponse) String ¶
func (s PushIntelligentRobotGroupMessageResponse) String() string
type PushIntelligentRobotGroupMessageResponseBody ¶
type PushIntelligentRobotGroupMessageResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (PushIntelligentRobotGroupMessageResponseBody) GoString ¶
func (s PushIntelligentRobotGroupMessageResponseBody) GoString() string
func (*PushIntelligentRobotGroupMessageResponseBody) SetResult ¶
func (s *PushIntelligentRobotGroupMessageResponseBody) SetResult(v string) *PushIntelligentRobotGroupMessageResponseBody
func (PushIntelligentRobotGroupMessageResponseBody) String ¶
func (s PushIntelligentRobotGroupMessageResponseBody) String() string
type PushIntelligentRobotMessageHeaders ¶
type PushIntelligentRobotMessageHeaders 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 (PushIntelligentRobotMessageHeaders) GoString ¶
func (s PushIntelligentRobotMessageHeaders) GoString() string
func (*PushIntelligentRobotMessageHeaders) SetCommonHeaders ¶
func (s *PushIntelligentRobotMessageHeaders) SetCommonHeaders(v map[string]*string) *PushIntelligentRobotMessageHeaders
func (*PushIntelligentRobotMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PushIntelligentRobotMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushIntelligentRobotMessageHeaders
func (PushIntelligentRobotMessageHeaders) String ¶
func (s PushIntelligentRobotMessageHeaders) String() string
type PushIntelligentRobotMessageRequest ¶
type PushIntelligentRobotMessageRequest struct { ChatbotId *string `json:"chatbotId,omitempty" xml:"chatbotId,omitempty"` MsgKey *string `json:"msgKey,omitempty" xml:"msgKey,omitempty"` MsgParam *string `json:"msgParam,omitempty" xml:"msgParam,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (PushIntelligentRobotMessageRequest) GoString ¶
func (s PushIntelligentRobotMessageRequest) GoString() string
func (*PushIntelligentRobotMessageRequest) SetChatbotId ¶
func (s *PushIntelligentRobotMessageRequest) SetChatbotId(v string) *PushIntelligentRobotMessageRequest
func (*PushIntelligentRobotMessageRequest) SetMsgKey ¶
func (s *PushIntelligentRobotMessageRequest) SetMsgKey(v string) *PushIntelligentRobotMessageRequest
func (*PushIntelligentRobotMessageRequest) SetMsgParam ¶
func (s *PushIntelligentRobotMessageRequest) SetMsgParam(v string) *PushIntelligentRobotMessageRequest
func (*PushIntelligentRobotMessageRequest) SetUserId ¶
func (s *PushIntelligentRobotMessageRequest) SetUserId(v string) *PushIntelligentRobotMessageRequest
func (PushIntelligentRobotMessageRequest) String ¶
func (s PushIntelligentRobotMessageRequest) String() string
type PushIntelligentRobotMessageResponse ¶
type PushIntelligentRobotMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PushIntelligentRobotMessageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PushIntelligentRobotMessageResponse) GoString ¶
func (s PushIntelligentRobotMessageResponse) GoString() string
func (*PushIntelligentRobotMessageResponse) SetHeaders ¶
func (s *PushIntelligentRobotMessageResponse) SetHeaders(v map[string]*string) *PushIntelligentRobotMessageResponse
func (*PushIntelligentRobotMessageResponse) SetStatusCode ¶
func (s *PushIntelligentRobotMessageResponse) SetStatusCode(v int32) *PushIntelligentRobotMessageResponse
func (PushIntelligentRobotMessageResponse) String ¶
func (s PushIntelligentRobotMessageResponse) String() string
type PushIntelligentRobotMessageResponseBody ¶
type PushIntelligentRobotMessageResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (PushIntelligentRobotMessageResponseBody) GoString ¶
func (s PushIntelligentRobotMessageResponseBody) GoString() string
func (*PushIntelligentRobotMessageResponseBody) SetResult ¶
func (s *PushIntelligentRobotMessageResponseBody) SetResult(v string) *PushIntelligentRobotMessageResponseBody
func (PushIntelligentRobotMessageResponseBody) String ¶
func (s PushIntelligentRobotMessageResponseBody) String() string
type PushOfficialAccountMessageHeaders ¶
type PushOfficialAccountMessageHeaders 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 (PushOfficialAccountMessageHeaders) GoString ¶
func (s PushOfficialAccountMessageHeaders) GoString() string
func (*PushOfficialAccountMessageHeaders) SetCommonHeaders ¶
func (s *PushOfficialAccountMessageHeaders) SetCommonHeaders(v map[string]*string) *PushOfficialAccountMessageHeaders
func (*PushOfficialAccountMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PushOfficialAccountMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushOfficialAccountMessageHeaders
func (PushOfficialAccountMessageHeaders) String ¶
func (s PushOfficialAccountMessageHeaders) String() string
type PushOfficialAccountMessageRequest ¶
type PushOfficialAccountMessageRequest struct { MsgKey *string `json:"msgKey,omitempty" xml:"msgKey,omitempty"` MsgParam *string `json:"msgParam,omitempty" xml:"msgParam,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (PushOfficialAccountMessageRequest) GoString ¶
func (s PushOfficialAccountMessageRequest) GoString() string
func (*PushOfficialAccountMessageRequest) SetMsgKey ¶
func (s *PushOfficialAccountMessageRequest) SetMsgKey(v string) *PushOfficialAccountMessageRequest
func (*PushOfficialAccountMessageRequest) SetMsgParam ¶
func (s *PushOfficialAccountMessageRequest) SetMsgParam(v string) *PushOfficialAccountMessageRequest
func (*PushOfficialAccountMessageRequest) SetUserId ¶
func (s *PushOfficialAccountMessageRequest) SetUserId(v string) *PushOfficialAccountMessageRequest
func (PushOfficialAccountMessageRequest) String ¶
func (s PushOfficialAccountMessageRequest) String() string
type PushOfficialAccountMessageResponse ¶
type PushOfficialAccountMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PushOfficialAccountMessageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PushOfficialAccountMessageResponse) GoString ¶
func (s PushOfficialAccountMessageResponse) GoString() string
func (*PushOfficialAccountMessageResponse) SetHeaders ¶
func (s *PushOfficialAccountMessageResponse) SetHeaders(v map[string]*string) *PushOfficialAccountMessageResponse
func (*PushOfficialAccountMessageResponse) SetStatusCode ¶
func (s *PushOfficialAccountMessageResponse) SetStatusCode(v int32) *PushOfficialAccountMessageResponse
func (PushOfficialAccountMessageResponse) String ¶
func (s PushOfficialAccountMessageResponse) String() string
type PushOfficialAccountMessageResponseBody ¶
type PushOfficialAccountMessageResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (PushOfficialAccountMessageResponseBody) GoString ¶
func (s PushOfficialAccountMessageResponseBody) GoString() string
func (*PushOfficialAccountMessageResponseBody) SetResult ¶
func (s *PushOfficialAccountMessageResponseBody) SetResult(v string) *PushOfficialAccountMessageResponseBody
func (PushOfficialAccountMessageResponseBody) String ¶
func (s PushOfficialAccountMessageResponseBody) String() string
type PushRobotMessageHeaders ¶
type PushRobotMessageHeaders 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 (PushRobotMessageHeaders) GoString ¶
func (s PushRobotMessageHeaders) GoString() string
func (*PushRobotMessageHeaders) SetCommonHeaders ¶
func (s *PushRobotMessageHeaders) SetCommonHeaders(v map[string]*string) *PushRobotMessageHeaders
func (*PushRobotMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PushRobotMessageHeaders) SetXAcsDingtalkAccessToken(v string) *PushRobotMessageHeaders
func (PushRobotMessageHeaders) String ¶
func (s PushRobotMessageHeaders) String() string
type PushRobotMessageRequest ¶
type PushRobotMessageRequest struct { ChatbotId *string `json:"chatbotId,omitempty" xml:"chatbotId,omitempty"` MsgKey *string `json:"msgKey,omitempty" xml:"msgKey,omitempty"` MsgParam *string `json:"msgParam,omitempty" xml:"msgParam,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (PushRobotMessageRequest) GoString ¶
func (s PushRobotMessageRequest) GoString() string
func (*PushRobotMessageRequest) SetChatbotId ¶
func (s *PushRobotMessageRequest) SetChatbotId(v string) *PushRobotMessageRequest
func (*PushRobotMessageRequest) SetMsgKey ¶
func (s *PushRobotMessageRequest) SetMsgKey(v string) *PushRobotMessageRequest
func (*PushRobotMessageRequest) SetMsgParam ¶
func (s *PushRobotMessageRequest) SetMsgParam(v string) *PushRobotMessageRequest
func (*PushRobotMessageRequest) SetUserId ¶
func (s *PushRobotMessageRequest) SetUserId(v string) *PushRobotMessageRequest
func (PushRobotMessageRequest) String ¶
func (s PushRobotMessageRequest) String() string
type PushRobotMessageResponse ¶
type PushRobotMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PushRobotMessageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PushRobotMessageResponse) GoString ¶
func (s PushRobotMessageResponse) GoString() string
func (*PushRobotMessageResponse) SetBody ¶
func (s *PushRobotMessageResponse) SetBody(v *PushRobotMessageResponseBody) *PushRobotMessageResponse
func (*PushRobotMessageResponse) SetHeaders ¶
func (s *PushRobotMessageResponse) SetHeaders(v map[string]*string) *PushRobotMessageResponse
func (*PushRobotMessageResponse) SetStatusCode ¶
func (s *PushRobotMessageResponse) SetStatusCode(v int32) *PushRobotMessageResponse
func (PushRobotMessageResponse) String ¶
func (s PushRobotMessageResponse) String() string
type PushRobotMessageResponseBody ¶
type PushRobotMessageResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (PushRobotMessageResponseBody) GoString ¶
func (s PushRobotMessageResponseBody) GoString() string
func (*PushRobotMessageResponseBody) SetResult ¶
func (s *PushRobotMessageResponseBody) SetResult(v string) *PushRobotMessageResponseBody
func (PushRobotMessageResponseBody) String ¶
func (s PushRobotMessageResponseBody) String() string
type ReplyRobotHeaders ¶
type ReplyRobotHeaders 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 (ReplyRobotHeaders) GoString ¶
func (s ReplyRobotHeaders) GoString() string
func (*ReplyRobotHeaders) SetCommonHeaders ¶
func (s *ReplyRobotHeaders) SetCommonHeaders(v map[string]*string) *ReplyRobotHeaders
func (*ReplyRobotHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ReplyRobotHeaders) SetXAcsDingtalkAccessToken(v string) *ReplyRobotHeaders
func (ReplyRobotHeaders) String ¶
func (s ReplyRobotHeaders) String() string
type ReplyRobotRequest ¶
type ReplyRobotRequest struct {
ProxyMessageStr *string `json:"proxyMessageStr,omitempty" xml:"proxyMessageStr,omitempty"`
}
func (ReplyRobotRequest) GoString ¶
func (s ReplyRobotRequest) GoString() string
func (*ReplyRobotRequest) SetProxyMessageStr ¶
func (s *ReplyRobotRequest) SetProxyMessageStr(v string) *ReplyRobotRequest
func (ReplyRobotRequest) String ¶
func (s ReplyRobotRequest) String() string
type ReplyRobotResponse ¶
type ReplyRobotResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ReplyRobotResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ReplyRobotResponse) GoString ¶
func (s ReplyRobotResponse) GoString() string
func (*ReplyRobotResponse) SetBody ¶
func (s *ReplyRobotResponse) SetBody(v *ReplyRobotResponseBody) *ReplyRobotResponse
func (*ReplyRobotResponse) SetHeaders ¶
func (s *ReplyRobotResponse) SetHeaders(v map[string]*string) *ReplyRobotResponse
func (*ReplyRobotResponse) SetStatusCode ¶
func (s *ReplyRobotResponse) SetStatusCode(v int32) *ReplyRobotResponse
func (ReplyRobotResponse) String ¶
func (s ReplyRobotResponse) String() string
type ReplyRobotResponseBody ¶
type ReplyRobotResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (ReplyRobotResponseBody) GoString ¶
func (s ReplyRobotResponseBody) GoString() string
func (*ReplyRobotResponseBody) SetResult ¶
func (s *ReplyRobotResponseBody) SetResult(v bool) *ReplyRobotResponseBody
func (ReplyRobotResponseBody) String ¶
func (s ReplyRobotResponseBody) String() string
type UpdateOfficialAccountRobotInfoHeaders ¶
type UpdateOfficialAccountRobotInfoHeaders 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 (UpdateOfficialAccountRobotInfoHeaders) GoString ¶
func (s UpdateOfficialAccountRobotInfoHeaders) GoString() string
func (*UpdateOfficialAccountRobotInfoHeaders) SetCommonHeaders ¶
func (s *UpdateOfficialAccountRobotInfoHeaders) SetCommonHeaders(v map[string]*string) *UpdateOfficialAccountRobotInfoHeaders
func (*UpdateOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UpdateOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateOfficialAccountRobotInfoHeaders
func (UpdateOfficialAccountRobotInfoHeaders) String ¶
func (s UpdateOfficialAccountRobotInfoHeaders) String() string
type UpdateOfficialAccountRobotInfoRequest ¶
type UpdateOfficialAccountRobotInfoRequest struct { Avatar *string `json:"avatar,omitempty" xml:"avatar,omitempty"` Brief *string `json:"brief,omitempty" xml:"brief,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` PreviewMediaUrl *string `json:"previewMediaUrl,omitempty" xml:"previewMediaUrl,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (UpdateOfficialAccountRobotInfoRequest) GoString ¶
func (s UpdateOfficialAccountRobotInfoRequest) GoString() string
func (*UpdateOfficialAccountRobotInfoRequest) SetAvatar ¶
func (s *UpdateOfficialAccountRobotInfoRequest) SetAvatar(v string) *UpdateOfficialAccountRobotInfoRequest
func (*UpdateOfficialAccountRobotInfoRequest) SetBrief ¶
func (s *UpdateOfficialAccountRobotInfoRequest) SetBrief(v string) *UpdateOfficialAccountRobotInfoRequest
func (*UpdateOfficialAccountRobotInfoRequest) SetDescription ¶
func (s *UpdateOfficialAccountRobotInfoRequest) SetDescription(v string) *UpdateOfficialAccountRobotInfoRequest
func (*UpdateOfficialAccountRobotInfoRequest) SetName ¶
func (s *UpdateOfficialAccountRobotInfoRequest) SetName(v string) *UpdateOfficialAccountRobotInfoRequest
func (*UpdateOfficialAccountRobotInfoRequest) SetPreviewMediaUrl ¶
func (s *UpdateOfficialAccountRobotInfoRequest) SetPreviewMediaUrl(v string) *UpdateOfficialAccountRobotInfoRequest
func (*UpdateOfficialAccountRobotInfoRequest) SetType ¶
func (s *UpdateOfficialAccountRobotInfoRequest) SetType(v string) *UpdateOfficialAccountRobotInfoRequest
func (UpdateOfficialAccountRobotInfoRequest) String ¶
func (s UpdateOfficialAccountRobotInfoRequest) String() string
type UpdateOfficialAccountRobotInfoResponse ¶
type UpdateOfficialAccountRobotInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateOfficialAccountRobotInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateOfficialAccountRobotInfoResponse) GoString ¶
func (s UpdateOfficialAccountRobotInfoResponse) GoString() string
func (*UpdateOfficialAccountRobotInfoResponse) SetHeaders ¶
func (s *UpdateOfficialAccountRobotInfoResponse) SetHeaders(v map[string]*string) *UpdateOfficialAccountRobotInfoResponse
func (*UpdateOfficialAccountRobotInfoResponse) SetStatusCode ¶
func (s *UpdateOfficialAccountRobotInfoResponse) SetStatusCode(v int32) *UpdateOfficialAccountRobotInfoResponse
func (UpdateOfficialAccountRobotInfoResponse) String ¶
func (s UpdateOfficialAccountRobotInfoResponse) String() string
type UpdateOfficialAccountRobotInfoResponseBody ¶
type UpdateOfficialAccountRobotInfoResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (UpdateOfficialAccountRobotInfoResponseBody) GoString ¶
func (s UpdateOfficialAccountRobotInfoResponseBody) GoString() string
func (*UpdateOfficialAccountRobotInfoResponseBody) SetResult ¶
func (s *UpdateOfficialAccountRobotInfoResponseBody) SetResult(v string) *UpdateOfficialAccountRobotInfoResponseBody
func (UpdateOfficialAccountRobotInfoResponseBody) String ¶
func (s UpdateOfficialAccountRobotInfoResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.