dingmi_1_0

package
v1.6.71 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

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 (*AddRobotInstanceToGroupHeaders) SetCommonHeaders

func (*AddRobotInstanceToGroupHeaders) SetXAcsDingtalkAccessToken

func (s *AddRobotInstanceToGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddRobotInstanceToGroupHeaders

func (AddRobotInstanceToGroupHeaders) 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 (*AddRobotInstanceToGroupRequest) SetChatbotId

func (*AddRobotInstanceToGroupRequest) SetOpenConversationId

func (AddRobotInstanceToGroupRequest) 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 (*AddRobotInstanceToGroupResponse) SetHeaders

func (*AddRobotInstanceToGroupResponse) SetStatusCode

func (AddRobotInstanceToGroupResponse) String

type AddRobotInstanceToGroupResponseBody

type AddRobotInstanceToGroupResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (AddRobotInstanceToGroupResponseBody) GoString

func (*AddRobotInstanceToGroupResponseBody) SetResult

func (AddRobotInstanceToGroupResponseBody) 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 (*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 (AskRobotResponseBody) String

func (s AskRobotResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

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) Init

func (client *Client) Init(config *openapi.Config) (_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 (*GetDingMeBaseDataRequest) SetByDay

func (*GetDingMeBaseDataRequest) SetEndDay

func (*GetDingMeBaseDataRequest) SetStartDay

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 (*GetDingMeBaseDataResponse) SetHeaders

func (*GetDingMeBaseDataResponse) SetStatusCode

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 (*GetDingMeBaseDataResponseBody) SetFromCache

func (*GetDingMeBaseDataResponseBody) SetRawset

func (*GetDingMeBaseDataResponseBody) SetRuntime

func (*GetDingMeBaseDataResponseBody) SetTips

func (GetDingMeBaseDataResponseBody) 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 (*GetIntelligentRobotInfoHeaders) SetCommonHeaders

func (*GetIntelligentRobotInfoHeaders) SetXAcsDingtalkAccessToken

func (s *GetIntelligentRobotInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetIntelligentRobotInfoHeaders

func (GetIntelligentRobotInfoHeaders) String

type GetIntelligentRobotInfoRequest

type GetIntelligentRobotInfoRequest struct {
	RobotAppKey *string `json:"robotAppKey,omitempty" xml:"robotAppKey,omitempty"`
}

func (GetIntelligentRobotInfoRequest) GoString

func (*GetIntelligentRobotInfoRequest) SetRobotAppKey

func (GetIntelligentRobotInfoRequest) 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 (*GetIntelligentRobotInfoResponse) SetHeaders

func (*GetIntelligentRobotInfoResponse) SetStatusCode

func (GetIntelligentRobotInfoResponse) String

type GetIntelligentRobotInfoResponseBody

type GetIntelligentRobotInfoResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (GetIntelligentRobotInfoResponseBody) GoString

func (*GetIntelligentRobotInfoResponseBody) SetResult

func (GetIntelligentRobotInfoResponseBody) 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 (*GetOfficialAccountRobotInfoHeaders) SetCommonHeaders

func (*GetOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken

func (GetOfficialAccountRobotInfoHeaders) String

type GetOfficialAccountRobotInfoRequest

type GetOfficialAccountRobotInfoRequest struct {
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetOfficialAccountRobotInfoRequest) GoString

func (*GetOfficialAccountRobotInfoRequest) SetType

func (GetOfficialAccountRobotInfoRequest) 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 (*GetOfficialAccountRobotInfoResponse) SetHeaders

func (*GetOfficialAccountRobotInfoResponse) SetStatusCode

func (GetOfficialAccountRobotInfoResponse) 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 (*GetOfficialAccountRobotInfoResponseBody) SetAppId

func (*GetOfficialAccountRobotInfoResponseBody) SetBrief

func (*GetOfficialAccountRobotInfoResponseBody) SetDescription

func (*GetOfficialAccountRobotInfoResponseBody) SetIcon

func (*GetOfficialAccountRobotInfoResponseBody) SetName

func (*GetOfficialAccountRobotInfoResponseBody) SetPreviewMediaUrl

func (GetOfficialAccountRobotInfoResponseBody) 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 (*GetWebChannelUserTokenHeaders) SetCommonHeaders

func (*GetWebChannelUserTokenHeaders) SetXAcsDingtalkAccessToken

func (s *GetWebChannelUserTokenHeaders) SetXAcsDingtalkAccessToken(v string) *GetWebChannelUserTokenHeaders

func (GetWebChannelUserTokenHeaders) 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 (*GetWebChannelUserTokenRequest) SetForeignId

func (*GetWebChannelUserTokenRequest) SetNick

func (*GetWebChannelUserTokenRequest) SetSource

func (GetWebChannelUserTokenRequest) 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 (*GetWebChannelUserTokenResponse) SetHeaders

func (*GetWebChannelUserTokenResponse) SetStatusCode

func (GetWebChannelUserTokenResponse) String

type GetWebChannelUserTokenResponseBody

type GetWebChannelUserTokenResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (GetWebChannelUserTokenResponseBody) GoString

func (*GetWebChannelUserTokenResponseBody) SetResult

func (GetWebChannelUserTokenResponseBody) 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 (*PushCustomerGroupMessageHeaders) SetCommonHeaders

func (*PushCustomerGroupMessageHeaders) SetXAcsDingtalkAccessToken

func (PushCustomerGroupMessageHeaders) 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 (*PushCustomerGroupMessageRequest) SetConversationId

func (*PushCustomerGroupMessageRequest) SetMsgKey

func (*PushCustomerGroupMessageRequest) SetMsgParam

func (PushCustomerGroupMessageRequest) 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 (*PushCustomerGroupMessageResponse) SetHeaders

func (*PushCustomerGroupMessageResponse) SetStatusCode

func (PushCustomerGroupMessageResponse) String

type PushCustomerGroupMessageResponseBody

type PushCustomerGroupMessageResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (PushCustomerGroupMessageResponseBody) GoString

func (*PushCustomerGroupMessageResponseBody) SetResult

func (PushCustomerGroupMessageResponseBody) 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 (*PushIntelligentRobotGroupMessageHeaders) SetCommonHeaders

func (*PushIntelligentRobotGroupMessageHeaders) SetXAcsDingtalkAccessToken

func (PushIntelligentRobotGroupMessageHeaders) 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 (*PushIntelligentRobotGroupMessageRequest) SetChatbotId

func (*PushIntelligentRobotGroupMessageRequest) SetMsgKey

func (*PushIntelligentRobotGroupMessageRequest) SetMsgParam

func (*PushIntelligentRobotGroupMessageRequest) SetOpenConversationId

func (PushIntelligentRobotGroupMessageRequest) 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 (*PushIntelligentRobotGroupMessageResponse) SetHeaders

func (*PushIntelligentRobotGroupMessageResponse) SetStatusCode

func (PushIntelligentRobotGroupMessageResponse) String

type PushIntelligentRobotGroupMessageResponseBody

type PushIntelligentRobotGroupMessageResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (PushIntelligentRobotGroupMessageResponseBody) GoString

func (*PushIntelligentRobotGroupMessageResponseBody) SetResult

func (PushIntelligentRobotGroupMessageResponseBody) 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 (*PushIntelligentRobotMessageHeaders) SetCommonHeaders

func (*PushIntelligentRobotMessageHeaders) SetXAcsDingtalkAccessToken

func (PushIntelligentRobotMessageHeaders) 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 (*PushIntelligentRobotMessageRequest) SetChatbotId

func (*PushIntelligentRobotMessageRequest) SetMsgKey

func (*PushIntelligentRobotMessageRequest) SetMsgParam

func (*PushIntelligentRobotMessageRequest) SetUserId

func (PushIntelligentRobotMessageRequest) 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 (*PushIntelligentRobotMessageResponse) SetHeaders

func (*PushIntelligentRobotMessageResponse) SetStatusCode

func (PushIntelligentRobotMessageResponse) String

type PushIntelligentRobotMessageResponseBody

type PushIntelligentRobotMessageResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (PushIntelligentRobotMessageResponseBody) GoString

func (*PushIntelligentRobotMessageResponseBody) SetResult

func (PushIntelligentRobotMessageResponseBody) 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 (*PushOfficialAccountMessageHeaders) SetCommonHeaders

func (*PushOfficialAccountMessageHeaders) SetXAcsDingtalkAccessToken

func (PushOfficialAccountMessageHeaders) 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 (*PushOfficialAccountMessageRequest) SetMsgKey

func (*PushOfficialAccountMessageRequest) SetMsgParam

func (*PushOfficialAccountMessageRequest) SetUserId

func (PushOfficialAccountMessageRequest) 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 (*PushOfficialAccountMessageResponse) SetHeaders

func (*PushOfficialAccountMessageResponse) SetStatusCode

func (PushOfficialAccountMessageResponse) String

type PushOfficialAccountMessageResponseBody

type PushOfficialAccountMessageResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (PushOfficialAccountMessageResponseBody) GoString

func (*PushOfficialAccountMessageResponseBody) SetResult

func (PushOfficialAccountMessageResponseBody) 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 (*PushRobotMessageRequest) SetMsgKey

func (*PushRobotMessageRequest) SetMsgParam

func (*PushRobotMessageRequest) SetUserId

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 (*PushRobotMessageResponse) SetHeaders

func (*PushRobotMessageResponse) SetStatusCode

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 (PushRobotMessageResponseBody) 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 (*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 (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 (*UpdateOfficialAccountRobotInfoHeaders) SetCommonHeaders

func (*UpdateOfficialAccountRobotInfoHeaders) SetXAcsDingtalkAccessToken

func (UpdateOfficialAccountRobotInfoHeaders) 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 (*UpdateOfficialAccountRobotInfoRequest) SetAvatar

func (*UpdateOfficialAccountRobotInfoRequest) SetBrief

func (*UpdateOfficialAccountRobotInfoRequest) SetDescription

func (*UpdateOfficialAccountRobotInfoRequest) SetName

func (*UpdateOfficialAccountRobotInfoRequest) SetPreviewMediaUrl

func (*UpdateOfficialAccountRobotInfoRequest) SetType

func (UpdateOfficialAccountRobotInfoRequest) 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 (*UpdateOfficialAccountRobotInfoResponse) SetHeaders

func (*UpdateOfficialAccountRobotInfoResponse) SetStatusCode

func (UpdateOfficialAccountRobotInfoResponse) String

type UpdateOfficialAccountRobotInfoResponseBody

type UpdateOfficialAccountRobotInfoResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateOfficialAccountRobotInfoResponseBody) GoString

func (*UpdateOfficialAccountRobotInfoResponseBody) SetResult

func (UpdateOfficialAccountRobotInfoResponseBody) String

Jump to

Keyboard shortcuts

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