Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) ExecuteAgent(request *ExecuteAgentRequest) (_result *ExecuteAgentResponse, _err error)
- func (client *Client) ExecuteAgentWithOptions(request *ExecuteAgentRequest, headers *ExecuteAgentHeaders, ...) (_result *ExecuteAgentResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) LiandanluExclusiveModel(request *LiandanluExclusiveModelRequest) (_result *LiandanluExclusiveModelResponse, _err error)
- func (client *Client) LiandanluExclusiveModelWithOptions(request *LiandanluExclusiveModelRequest, ...) (_result *LiandanluExclusiveModelResponse, _err error)
- func (client *Client) QueryConversationMessageForAI(cid *string, request *QueryConversationMessageForAIRequest) (_result *QueryConversationMessageForAIResponse, _err error)
- func (client *Client) QueryConversationMessageForAIWithOptions(cid *string, tmpReq *QueryConversationMessageForAIRequest, ...) (_result *QueryConversationMessageForAIResponse, _err error)
- func (client *Client) QueryMemoryLearningTask(request *QueryMemoryLearningTaskRequest) (_result *QueryMemoryLearningTaskResponse, _err error)
- func (client *Client) QueryMemoryLearningTaskWithOptions(request *QueryMemoryLearningTaskRequest, ...) (_result *QueryMemoryLearningTaskResponse, _err error)
- func (client *Client) SubmitMemoryLearningTask(request *SubmitMemoryLearningTaskRequest) (_result *SubmitMemoryLearningTaskResponse, _err error)
- func (client *Client) SubmitMemoryLearningTaskWithOptions(tmpReq *SubmitMemoryLearningTaskRequest, ...) (_result *SubmitMemoryLearningTaskResponse, _err error)
- type ExecuteAgentHeaders
- type ExecuteAgentRequest
- func (s ExecuteAgentRequest) GoString() string
- func (s *ExecuteAgentRequest) SetAgentCode(v string) *ExecuteAgentRequest
- func (s *ExecuteAgentRequest) SetInputs(v *ExecuteAgentRequestInputs) *ExecuteAgentRequest
- func (s *ExecuteAgentRequest) SetScenarioCode(v string) *ExecuteAgentRequest
- func (s *ExecuteAgentRequest) SetScenarioInstanceId(v string) *ExecuteAgentRequest
- func (s *ExecuteAgentRequest) SetSkillId(v string) *ExecuteAgentRequest
- func (s ExecuteAgentRequest) String() string
- type ExecuteAgentRequestInputs
- func (s ExecuteAgentRequestInputs) GoString() string
- func (s *ExecuteAgentRequestInputs) SetCardData(v interface{}) *ExecuteAgentRequestInputs
- func (s *ExecuteAgentRequestInputs) SetCardTemplateId(v string) *ExecuteAgentRequestInputs
- func (s *ExecuteAgentRequestInputs) SetInput(v string) *ExecuteAgentRequestInputs
- func (s ExecuteAgentRequestInputs) String() string
- type ExecuteAgentResponse
- func (s ExecuteAgentResponse) GoString() string
- func (s *ExecuteAgentResponse) SetBody(v *ExecuteAgentResponseBody) *ExecuteAgentResponse
- func (s *ExecuteAgentResponse) SetHeaders(v map[string]*string) *ExecuteAgentResponse
- func (s *ExecuteAgentResponse) SetStatusCode(v int32) *ExecuteAgentResponse
- func (s ExecuteAgentResponse) String() string
- type ExecuteAgentResponseBody
- type ExecuteAgentResponseBodyResult
- func (s ExecuteAgentResponseBodyResult) GoString() string
- func (s *ExecuteAgentResponseBodyResult) SetExecuteResult(v string) *ExecuteAgentResponseBodyResult
- func (s *ExecuteAgentResponseBodyResult) SetSkillId(v string) *ExecuteAgentResponseBodyResult
- func (s ExecuteAgentResponseBodyResult) String() string
- type LiandanluExclusiveModelHeaders
- func (s LiandanluExclusiveModelHeaders) GoString() string
- func (s *LiandanluExclusiveModelHeaders) SetCommonHeaders(v map[string]*string) *LiandanluExclusiveModelHeaders
- func (s *LiandanluExclusiveModelHeaders) SetXAcsDingtalkAccessToken(v string) *LiandanluExclusiveModelHeaders
- func (s LiandanluExclusiveModelHeaders) String() string
- type LiandanluExclusiveModelRequest
- func (s LiandanluExclusiveModelRequest) GoString() string
- func (s *LiandanluExclusiveModelRequest) SetModelId(v string) *LiandanluExclusiveModelRequest
- func (s *LiandanluExclusiveModelRequest) SetModule(v string) *LiandanluExclusiveModelRequest
- func (s *LiandanluExclusiveModelRequest) SetPrompt(v string) *LiandanluExclusiveModelRequest
- func (s *LiandanluExclusiveModelRequest) SetUserId(v string) *LiandanluExclusiveModelRequest
- func (s LiandanluExclusiveModelRequest) String() string
- type LiandanluExclusiveModelResponse
- func (s LiandanluExclusiveModelResponse) GoString() string
- func (s *LiandanluExclusiveModelResponse) SetBody(v *LiandanluExclusiveModelResponseBody) *LiandanluExclusiveModelResponse
- func (s *LiandanluExclusiveModelResponse) SetHeaders(v map[string]*string) *LiandanluExclusiveModelResponse
- func (s *LiandanluExclusiveModelResponse) SetStatusCode(v int32) *LiandanluExclusiveModelResponse
- func (s LiandanluExclusiveModelResponse) String() string
- type LiandanluExclusiveModelResponseBody
- func (s LiandanluExclusiveModelResponseBody) GoString() string
- func (s *LiandanluExclusiveModelResponseBody) SetRequestId(v string) *LiandanluExclusiveModelResponseBody
- func (s *LiandanluExclusiveModelResponseBody) SetResult(v map[string]interface{}) *LiandanluExclusiveModelResponseBody
- func (s LiandanluExclusiveModelResponseBody) String() string
- type QueryConversationMessageForAIHeaders
- func (s QueryConversationMessageForAIHeaders) GoString() string
- func (s *QueryConversationMessageForAIHeaders) SetCommonHeaders(v map[string]*string) *QueryConversationMessageForAIHeaders
- func (s *QueryConversationMessageForAIHeaders) SetXAcsDingtalkAccessToken(v string) *QueryConversationMessageForAIHeaders
- func (s QueryConversationMessageForAIHeaders) String() string
- type QueryConversationMessageForAIRequest
- func (s QueryConversationMessageForAIRequest) GoString() string
- func (s *QueryConversationMessageForAIRequest) SetOpenMsgIds(v []*string) *QueryConversationMessageForAIRequest
- func (s *QueryConversationMessageForAIRequest) SetRecentDays(v int32) *QueryConversationMessageForAIRequest
- func (s *QueryConversationMessageForAIRequest) SetRecentHours(v int32) *QueryConversationMessageForAIRequest
- func (s *QueryConversationMessageForAIRequest) SetRecentN(v int32) *QueryConversationMessageForAIRequest
- func (s QueryConversationMessageForAIRequest) String() string
- type QueryConversationMessageForAIResponse
- func (s QueryConversationMessageForAIResponse) GoString() string
- func (s *QueryConversationMessageForAIResponse) SetBody(v *QueryConversationMessageForAIResponseBody) *QueryConversationMessageForAIResponse
- func (s *QueryConversationMessageForAIResponse) SetHeaders(v map[string]*string) *QueryConversationMessageForAIResponse
- func (s *QueryConversationMessageForAIResponse) SetStatusCode(v int32) *QueryConversationMessageForAIResponse
- func (s QueryConversationMessageForAIResponse) String() string
- type QueryConversationMessageForAIResponseBody
- type QueryConversationMessageForAIResponseBodyMessages
- func (s QueryConversationMessageForAIResponseBodyMessages) GoString() string
- func (s *QueryConversationMessageForAIResponseBodyMessages) SetAtAll(v bool) *QueryConversationMessageForAIResponseBodyMessages
- func (s *QueryConversationMessageForAIResponseBodyMessages) SetAtUsers(v []*QueryConversationMessageForAIResponseBodyMessagesAtUsers) *QueryConversationMessageForAIResponseBodyMessages
- func (s *QueryConversationMessageForAIResponseBodyMessages) SetMsgContent(v string) *QueryConversationMessageForAIResponseBodyMessages
- func (s *QueryConversationMessageForAIResponseBodyMessages) SetMsgType(v string) *QueryConversationMessageForAIResponseBodyMessages
- func (s *QueryConversationMessageForAIResponseBodyMessages) SetSendTime(v string) *QueryConversationMessageForAIResponseBodyMessages
- func (s *QueryConversationMessageForAIResponseBodyMessages) SetSender(v *QueryConversationMessageForAIResponseBodyMessagesSender) *QueryConversationMessageForAIResponseBodyMessages
- func (s *QueryConversationMessageForAIResponseBodyMessages) SetSummary(v string) *QueryConversationMessageForAIResponseBodyMessages
- func (s QueryConversationMessageForAIResponseBodyMessages) String() string
- type QueryConversationMessageForAIResponseBodyMessagesAtUsers
- func (s QueryConversationMessageForAIResponseBodyMessagesAtUsers) GoString() string
- func (s *QueryConversationMessageForAIResponseBodyMessagesAtUsers) SetAgentCode(v string) *QueryConversationMessageForAIResponseBodyMessagesAtUsers
- func (s *QueryConversationMessageForAIResponseBodyMessagesAtUsers) SetNick(v string) *QueryConversationMessageForAIResponseBodyMessagesAtUsers
- func (s *QueryConversationMessageForAIResponseBodyMessagesAtUsers) SetType(v string) *QueryConversationMessageForAIResponseBodyMessagesAtUsers
- func (s *QueryConversationMessageForAIResponseBodyMessagesAtUsers) SetUnionId(v string) *QueryConversationMessageForAIResponseBodyMessagesAtUsers
- func (s *QueryConversationMessageForAIResponseBodyMessagesAtUsers) SetUserId(v string) *QueryConversationMessageForAIResponseBodyMessagesAtUsers
- func (s QueryConversationMessageForAIResponseBodyMessagesAtUsers) String() string
- type QueryConversationMessageForAIResponseBodyMessagesSender
- func (s QueryConversationMessageForAIResponseBodyMessagesSender) GoString() string
- func (s *QueryConversationMessageForAIResponseBodyMessagesSender) SetAgentCode(v string) *QueryConversationMessageForAIResponseBodyMessagesSender
- func (s *QueryConversationMessageForAIResponseBodyMessagesSender) SetNick(v string) *QueryConversationMessageForAIResponseBodyMessagesSender
- func (s *QueryConversationMessageForAIResponseBodyMessagesSender) SetType(v string) *QueryConversationMessageForAIResponseBodyMessagesSender
- func (s *QueryConversationMessageForAIResponseBodyMessagesSender) SetUnionId(v string) *QueryConversationMessageForAIResponseBodyMessagesSender
- func (s *QueryConversationMessageForAIResponseBodyMessagesSender) SetUserId(v string) *QueryConversationMessageForAIResponseBodyMessagesSender
- func (s QueryConversationMessageForAIResponseBodyMessagesSender) String() string
- type QueryConversationMessageForAIShrinkRequest
- func (s QueryConversationMessageForAIShrinkRequest) GoString() string
- func (s *QueryConversationMessageForAIShrinkRequest) SetOpenMsgIdsShrink(v string) *QueryConversationMessageForAIShrinkRequest
- func (s *QueryConversationMessageForAIShrinkRequest) SetRecentDays(v int32) *QueryConversationMessageForAIShrinkRequest
- func (s *QueryConversationMessageForAIShrinkRequest) SetRecentHours(v int32) *QueryConversationMessageForAIShrinkRequest
- func (s *QueryConversationMessageForAIShrinkRequest) SetRecentN(v int32) *QueryConversationMessageForAIShrinkRequest
- func (s QueryConversationMessageForAIShrinkRequest) String() string
- type QueryMemoryLearningTaskHeaders
- func (s QueryMemoryLearningTaskHeaders) GoString() string
- func (s *QueryMemoryLearningTaskHeaders) SetCommonHeaders(v map[string]*string) *QueryMemoryLearningTaskHeaders
- func (s *QueryMemoryLearningTaskHeaders) SetXAcsDingtalkAccessToken(v string) *QueryMemoryLearningTaskHeaders
- func (s QueryMemoryLearningTaskHeaders) String() string
- type QueryMemoryLearningTaskRequest
- func (s QueryMemoryLearningTaskRequest) GoString() string
- func (s *QueryMemoryLearningTaskRequest) SetAgentCode(v string) *QueryMemoryLearningTaskRequest
- func (s *QueryMemoryLearningTaskRequest) SetLearningCode(v string) *QueryMemoryLearningTaskRequest
- func (s QueryMemoryLearningTaskRequest) String() string
- type QueryMemoryLearningTaskResponse
- func (s QueryMemoryLearningTaskResponse) GoString() string
- func (s *QueryMemoryLearningTaskResponse) SetBody(v *QueryMemoryLearningTaskResponseBody) *QueryMemoryLearningTaskResponse
- func (s *QueryMemoryLearningTaskResponse) SetHeaders(v map[string]*string) *QueryMemoryLearningTaskResponse
- func (s *QueryMemoryLearningTaskResponse) SetStatusCode(v int32) *QueryMemoryLearningTaskResponse
- func (s QueryMemoryLearningTaskResponse) String() string
- type QueryMemoryLearningTaskResponseBody
- type QueryMemoryLearningTaskResponseBodyResult
- func (s QueryMemoryLearningTaskResponseBodyResult) GoString() string
- func (s *QueryMemoryLearningTaskResponseBodyResult) SetStatus(v string) *QueryMemoryLearningTaskResponseBodyResult
- func (s *QueryMemoryLearningTaskResponseBodyResult) SetSuccess(v bool) *QueryMemoryLearningTaskResponseBodyResult
- func (s QueryMemoryLearningTaskResponseBodyResult) String() string
- type SubmitMemoryLearningTaskHeaders
- func (s SubmitMemoryLearningTaskHeaders) GoString() string
- func (s *SubmitMemoryLearningTaskHeaders) SetCommonHeaders(v map[string]*string) *SubmitMemoryLearningTaskHeaders
- func (s *SubmitMemoryLearningTaskHeaders) SetXAcsDingtalkAccessToken(v string) *SubmitMemoryLearningTaskHeaders
- func (s SubmitMemoryLearningTaskHeaders) String() string
- type SubmitMemoryLearningTaskRequest
- func (s SubmitMemoryLearningTaskRequest) GoString() string
- func (s *SubmitMemoryLearningTaskRequest) SetAgentCode(v string) *SubmitMemoryLearningTaskRequest
- func (s *SubmitMemoryLearningTaskRequest) SetContent(v *SubmitMemoryLearningTaskRequestContent) *SubmitMemoryLearningTaskRequest
- func (s *SubmitMemoryLearningTaskRequest) SetLearningMode(v string) *SubmitMemoryLearningTaskRequest
- func (s *SubmitMemoryLearningTaskRequest) SetMemoryKey(v string) *SubmitMemoryLearningTaskRequest
- func (s SubmitMemoryLearningTaskRequest) String() string
- type SubmitMemoryLearningTaskRequestContent
- func (s SubmitMemoryLearningTaskRequestContent) GoString() string
- func (s *SubmitMemoryLearningTaskRequestContent) SetKnowledgeBaseUrl(v string) *SubmitMemoryLearningTaskRequestContent
- func (s *SubmitMemoryLearningTaskRequestContent) SetType(v string) *SubmitMemoryLearningTaskRequestContent
- func (s SubmitMemoryLearningTaskRequestContent) String() string
- type SubmitMemoryLearningTaskResponse
- func (s SubmitMemoryLearningTaskResponse) GoString() string
- func (s *SubmitMemoryLearningTaskResponse) SetBody(v *SubmitMemoryLearningTaskResponseBody) *SubmitMemoryLearningTaskResponse
- func (s *SubmitMemoryLearningTaskResponse) SetHeaders(v map[string]*string) *SubmitMemoryLearningTaskResponse
- func (s *SubmitMemoryLearningTaskResponse) SetStatusCode(v int32) *SubmitMemoryLearningTaskResponse
- func (s SubmitMemoryLearningTaskResponse) String() string
- type SubmitMemoryLearningTaskResponseBody
- type SubmitMemoryLearningTaskResponseBodyResult
- func (s SubmitMemoryLearningTaskResponseBodyResult) GoString() string
- func (s *SubmitMemoryLearningTaskResponseBodyResult) SetLearningCode(v string) *SubmitMemoryLearningTaskResponseBodyResult
- func (s *SubmitMemoryLearningTaskResponseBodyResult) SetStatus(v string) *SubmitMemoryLearningTaskResponseBodyResult
- func (s *SubmitMemoryLearningTaskResponseBodyResult) SetSuccess(v bool) *SubmitMemoryLearningTaskResponseBodyResult
- func (s SubmitMemoryLearningTaskResponseBodyResult) String() string
- type SubmitMemoryLearningTaskShrinkRequest
- func (s SubmitMemoryLearningTaskShrinkRequest) GoString() string
- func (s *SubmitMemoryLearningTaskShrinkRequest) SetAgentCode(v string) *SubmitMemoryLearningTaskShrinkRequest
- func (s *SubmitMemoryLearningTaskShrinkRequest) SetContentShrink(v string) *SubmitMemoryLearningTaskShrinkRequest
- func (s *SubmitMemoryLearningTaskShrinkRequest) SetLearningMode(v string) *SubmitMemoryLearningTaskShrinkRequest
- func (s *SubmitMemoryLearningTaskShrinkRequest) SetMemoryKey(v string) *SubmitMemoryLearningTaskShrinkRequest
- func (s SubmitMemoryLearningTaskShrinkRequest) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) ExecuteAgent ¶ added in v1.5.92
func (client *Client) ExecuteAgent(request *ExecuteAgentRequest) (_result *ExecuteAgentResponse, _err error)
func (*Client) ExecuteAgentWithOptions ¶ added in v1.5.92
func (client *Client) ExecuteAgentWithOptions(request *ExecuteAgentRequest, headers *ExecuteAgentHeaders, runtime *util.RuntimeOptions) (_result *ExecuteAgentResponse, _err error)
func (*Client) LiandanluExclusiveModel ¶ added in v1.6.25
func (client *Client) LiandanluExclusiveModel(request *LiandanluExclusiveModelRequest) (_result *LiandanluExclusiveModelResponse, _err error)
func (*Client) LiandanluExclusiveModelWithOptions ¶ added in v1.6.25
func (client *Client) LiandanluExclusiveModelWithOptions(request *LiandanluExclusiveModelRequest, headers *LiandanluExclusiveModelHeaders, runtime *util.RuntimeOptions) (_result *LiandanluExclusiveModelResponse, _err error)
func (*Client) QueryConversationMessageForAI ¶
func (client *Client) QueryConversationMessageForAI(cid *string, request *QueryConversationMessageForAIRequest) (_result *QueryConversationMessageForAIResponse, _err error)
func (*Client) QueryConversationMessageForAIWithOptions ¶
func (client *Client) QueryConversationMessageForAIWithOptions(cid *string, tmpReq *QueryConversationMessageForAIRequest, headers *QueryConversationMessageForAIHeaders, runtime *util.RuntimeOptions) (_result *QueryConversationMessageForAIResponse, _err error)
func (*Client) QueryMemoryLearningTask ¶
func (client *Client) QueryMemoryLearningTask(request *QueryMemoryLearningTaskRequest) (_result *QueryMemoryLearningTaskResponse, _err error)
func (*Client) QueryMemoryLearningTaskWithOptions ¶
func (client *Client) QueryMemoryLearningTaskWithOptions(request *QueryMemoryLearningTaskRequest, headers *QueryMemoryLearningTaskHeaders, runtime *util.RuntimeOptions) (_result *QueryMemoryLearningTaskResponse, _err error)
func (*Client) SubmitMemoryLearningTask ¶
func (client *Client) SubmitMemoryLearningTask(request *SubmitMemoryLearningTaskRequest) (_result *SubmitMemoryLearningTaskResponse, _err error)
func (*Client) SubmitMemoryLearningTaskWithOptions ¶
func (client *Client) SubmitMemoryLearningTaskWithOptions(tmpReq *SubmitMemoryLearningTaskRequest, headers *SubmitMemoryLearningTaskHeaders, runtime *util.RuntimeOptions) (_result *SubmitMemoryLearningTaskResponse, _err error)
type ExecuteAgentHeaders ¶ added in v1.5.92
type ExecuteAgentHeaders 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 (ExecuteAgentHeaders) GoString ¶ added in v1.5.92
func (s ExecuteAgentHeaders) GoString() string
func (*ExecuteAgentHeaders) SetCommonHeaders ¶ added in v1.5.92
func (s *ExecuteAgentHeaders) SetCommonHeaders(v map[string]*string) *ExecuteAgentHeaders
func (*ExecuteAgentHeaders) SetXAcsDingtalkAccessToken ¶ added in v1.5.92
func (s *ExecuteAgentHeaders) SetXAcsDingtalkAccessToken(v string) *ExecuteAgentHeaders
func (ExecuteAgentHeaders) String ¶ added in v1.5.92
func (s ExecuteAgentHeaders) String() string
type ExecuteAgentRequest ¶ added in v1.5.92
type ExecuteAgentRequest struct { AgentCode *string `json:"agentCode,omitempty" xml:"agentCode,omitempty"` Inputs *ExecuteAgentRequestInputs `json:"inputs,omitempty" xml:"inputs,omitempty" type:"Struct"` ScenarioCode *string `json:"scenarioCode,omitempty" xml:"scenarioCode,omitempty"` ScenarioInstanceId *string `json:"scenarioInstanceId,omitempty" xml:"scenarioInstanceId,omitempty"` SkillId *string `json:"skillId,omitempty" xml:"skillId,omitempty"` }
func (ExecuteAgentRequest) GoString ¶ added in v1.5.92
func (s ExecuteAgentRequest) GoString() string
func (*ExecuteAgentRequest) SetAgentCode ¶ added in v1.5.92
func (s *ExecuteAgentRequest) SetAgentCode(v string) *ExecuteAgentRequest
func (*ExecuteAgentRequest) SetInputs ¶ added in v1.5.92
func (s *ExecuteAgentRequest) SetInputs(v *ExecuteAgentRequestInputs) *ExecuteAgentRequest
func (*ExecuteAgentRequest) SetScenarioCode ¶ added in v1.5.92
func (s *ExecuteAgentRequest) SetScenarioCode(v string) *ExecuteAgentRequest
func (*ExecuteAgentRequest) SetScenarioInstanceId ¶ added in v1.5.92
func (s *ExecuteAgentRequest) SetScenarioInstanceId(v string) *ExecuteAgentRequest
func (*ExecuteAgentRequest) SetSkillId ¶ added in v1.5.92
func (s *ExecuteAgentRequest) SetSkillId(v string) *ExecuteAgentRequest
func (ExecuteAgentRequest) String ¶ added in v1.5.92
func (s ExecuteAgentRequest) String() string
type ExecuteAgentRequestInputs ¶ added in v1.5.92
type ExecuteAgentRequestInputs struct { CardData interface{} `json:"cardData,omitempty" xml:"cardData,omitempty"` CardTemplateId *string `json:"cardTemplateId,omitempty" xml:"cardTemplateId,omitempty"` Input *string `json:"input,omitempty" xml:"input,omitempty"` }
func (ExecuteAgentRequestInputs) GoString ¶ added in v1.5.92
func (s ExecuteAgentRequestInputs) GoString() string
func (*ExecuteAgentRequestInputs) SetCardData ¶ added in v1.5.92
func (s *ExecuteAgentRequestInputs) SetCardData(v interface{}) *ExecuteAgentRequestInputs
func (*ExecuteAgentRequestInputs) SetCardTemplateId ¶ added in v1.5.92
func (s *ExecuteAgentRequestInputs) SetCardTemplateId(v string) *ExecuteAgentRequestInputs
func (*ExecuteAgentRequestInputs) SetInput ¶ added in v1.5.92
func (s *ExecuteAgentRequestInputs) SetInput(v string) *ExecuteAgentRequestInputs
func (ExecuteAgentRequestInputs) String ¶ added in v1.5.92
func (s ExecuteAgentRequestInputs) String() string
type ExecuteAgentResponse ¶ added in v1.5.92
type ExecuteAgentResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ExecuteAgentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ExecuteAgentResponse) GoString ¶ added in v1.5.92
func (s ExecuteAgentResponse) GoString() string
func (*ExecuteAgentResponse) SetBody ¶ added in v1.5.92
func (s *ExecuteAgentResponse) SetBody(v *ExecuteAgentResponseBody) *ExecuteAgentResponse
func (*ExecuteAgentResponse) SetHeaders ¶ added in v1.5.92
func (s *ExecuteAgentResponse) SetHeaders(v map[string]*string) *ExecuteAgentResponse
func (*ExecuteAgentResponse) SetStatusCode ¶ added in v1.5.92
func (s *ExecuteAgentResponse) SetStatusCode(v int32) *ExecuteAgentResponse
func (ExecuteAgentResponse) String ¶ added in v1.5.92
func (s ExecuteAgentResponse) String() string
type ExecuteAgentResponseBody ¶ added in v1.5.92
type ExecuteAgentResponseBody struct {
Result *ExecuteAgentResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (ExecuteAgentResponseBody) GoString ¶ added in v1.5.92
func (s ExecuteAgentResponseBody) GoString() string
func (*ExecuteAgentResponseBody) SetResult ¶ added in v1.5.92
func (s *ExecuteAgentResponseBody) SetResult(v *ExecuteAgentResponseBodyResult) *ExecuteAgentResponseBody
func (ExecuteAgentResponseBody) String ¶ added in v1.5.92
func (s ExecuteAgentResponseBody) String() string
type ExecuteAgentResponseBodyResult ¶ added in v1.5.92
type ExecuteAgentResponseBodyResult struct { ExecuteResult *string `json:"executeResult,omitempty" xml:"executeResult,omitempty"` SkillId *string `json:"skillId,omitempty" xml:"skillId,omitempty"` }
func (ExecuteAgentResponseBodyResult) GoString ¶ added in v1.5.92
func (s ExecuteAgentResponseBodyResult) GoString() string
func (*ExecuteAgentResponseBodyResult) SetExecuteResult ¶ added in v1.5.92
func (s *ExecuteAgentResponseBodyResult) SetExecuteResult(v string) *ExecuteAgentResponseBodyResult
func (*ExecuteAgentResponseBodyResult) SetSkillId ¶ added in v1.5.92
func (s *ExecuteAgentResponseBodyResult) SetSkillId(v string) *ExecuteAgentResponseBodyResult
func (ExecuteAgentResponseBodyResult) String ¶ added in v1.5.92
func (s ExecuteAgentResponseBodyResult) String() string
type LiandanluExclusiveModelHeaders ¶ added in v1.6.25
type LiandanluExclusiveModelHeaders 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 (LiandanluExclusiveModelHeaders) GoString ¶ added in v1.6.25
func (s LiandanluExclusiveModelHeaders) GoString() string
func (*LiandanluExclusiveModelHeaders) SetCommonHeaders ¶ added in v1.6.25
func (s *LiandanluExclusiveModelHeaders) SetCommonHeaders(v map[string]*string) *LiandanluExclusiveModelHeaders
func (*LiandanluExclusiveModelHeaders) SetXAcsDingtalkAccessToken ¶ added in v1.6.25
func (s *LiandanluExclusiveModelHeaders) SetXAcsDingtalkAccessToken(v string) *LiandanluExclusiveModelHeaders
func (LiandanluExclusiveModelHeaders) String ¶ added in v1.6.25
func (s LiandanluExclusiveModelHeaders) String() string
type LiandanluExclusiveModelRequest ¶ added in v1.6.25
type LiandanluExclusiveModelRequest struct { ModelId *string `json:"modelId,omitempty" xml:"modelId,omitempty"` Module *string `json:"module,omitempty" xml:"module,omitempty"` Prompt *string `json:"prompt,omitempty" xml:"prompt,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (LiandanluExclusiveModelRequest) GoString ¶ added in v1.6.25
func (s LiandanluExclusiveModelRequest) GoString() string
func (*LiandanluExclusiveModelRequest) SetModelId ¶ added in v1.6.25
func (s *LiandanluExclusiveModelRequest) SetModelId(v string) *LiandanluExclusiveModelRequest
func (*LiandanluExclusiveModelRequest) SetModule ¶ added in v1.6.25
func (s *LiandanluExclusiveModelRequest) SetModule(v string) *LiandanluExclusiveModelRequest
func (*LiandanluExclusiveModelRequest) SetPrompt ¶ added in v1.6.25
func (s *LiandanluExclusiveModelRequest) SetPrompt(v string) *LiandanluExclusiveModelRequest
func (*LiandanluExclusiveModelRequest) SetUserId ¶ added in v1.6.25
func (s *LiandanluExclusiveModelRequest) SetUserId(v string) *LiandanluExclusiveModelRequest
func (LiandanluExclusiveModelRequest) String ¶ added in v1.6.25
func (s LiandanluExclusiveModelRequest) String() string
type LiandanluExclusiveModelResponse ¶ added in v1.6.25
type LiandanluExclusiveModelResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *LiandanluExclusiveModelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (LiandanluExclusiveModelResponse) GoString ¶ added in v1.6.25
func (s LiandanluExclusiveModelResponse) GoString() string
func (*LiandanluExclusiveModelResponse) SetBody ¶ added in v1.6.25
func (s *LiandanluExclusiveModelResponse) SetBody(v *LiandanluExclusiveModelResponseBody) *LiandanluExclusiveModelResponse
func (*LiandanluExclusiveModelResponse) SetHeaders ¶ added in v1.6.25
func (s *LiandanluExclusiveModelResponse) SetHeaders(v map[string]*string) *LiandanluExclusiveModelResponse
func (*LiandanluExclusiveModelResponse) SetStatusCode ¶ added in v1.6.25
func (s *LiandanluExclusiveModelResponse) SetStatusCode(v int32) *LiandanluExclusiveModelResponse
func (LiandanluExclusiveModelResponse) String ¶ added in v1.6.25
func (s LiandanluExclusiveModelResponse) String() string
type LiandanluExclusiveModelResponseBody ¶ added in v1.6.25
type LiandanluExclusiveModelResponseBody struct { RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` Result map[string]interface{} `json:"result,omitempty" xml:"result,omitempty"` }
func (LiandanluExclusiveModelResponseBody) GoString ¶ added in v1.6.25
func (s LiandanluExclusiveModelResponseBody) GoString() string
func (*LiandanluExclusiveModelResponseBody) SetRequestId ¶ added in v1.6.25
func (s *LiandanluExclusiveModelResponseBody) SetRequestId(v string) *LiandanluExclusiveModelResponseBody
func (*LiandanluExclusiveModelResponseBody) SetResult ¶ added in v1.6.25
func (s *LiandanluExclusiveModelResponseBody) SetResult(v map[string]interface{}) *LiandanluExclusiveModelResponseBody
func (LiandanluExclusiveModelResponseBody) String ¶ added in v1.6.25
func (s LiandanluExclusiveModelResponseBody) String() string
type QueryConversationMessageForAIHeaders ¶
type QueryConversationMessageForAIHeaders 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 (QueryConversationMessageForAIHeaders) GoString ¶
func (s QueryConversationMessageForAIHeaders) GoString() string
func (*QueryConversationMessageForAIHeaders) SetCommonHeaders ¶
func (s *QueryConversationMessageForAIHeaders) SetCommonHeaders(v map[string]*string) *QueryConversationMessageForAIHeaders
func (*QueryConversationMessageForAIHeaders) SetXAcsDingtalkAccessToken ¶
func (s *QueryConversationMessageForAIHeaders) SetXAcsDingtalkAccessToken(v string) *QueryConversationMessageForAIHeaders
func (QueryConversationMessageForAIHeaders) String ¶
func (s QueryConversationMessageForAIHeaders) String() string
type QueryConversationMessageForAIRequest ¶
type QueryConversationMessageForAIRequest struct { OpenMsgIds []*string `json:"openMsgIds,omitempty" xml:"openMsgIds,omitempty" type:"Repeated"` RecentDays *int32 `json:"recentDays,omitempty" xml:"recentDays,omitempty"` RecentHours *int32 `json:"recentHours,omitempty" xml:"recentHours,omitempty"` RecentN *int32 `json:"recentN,omitempty" xml:"recentN,omitempty"` }
func (QueryConversationMessageForAIRequest) GoString ¶
func (s QueryConversationMessageForAIRequest) GoString() string
func (*QueryConversationMessageForAIRequest) SetOpenMsgIds ¶
func (s *QueryConversationMessageForAIRequest) SetOpenMsgIds(v []*string) *QueryConversationMessageForAIRequest
func (*QueryConversationMessageForAIRequest) SetRecentDays ¶
func (s *QueryConversationMessageForAIRequest) SetRecentDays(v int32) *QueryConversationMessageForAIRequest
func (*QueryConversationMessageForAIRequest) SetRecentHours ¶
func (s *QueryConversationMessageForAIRequest) SetRecentHours(v int32) *QueryConversationMessageForAIRequest
func (*QueryConversationMessageForAIRequest) SetRecentN ¶
func (s *QueryConversationMessageForAIRequest) SetRecentN(v int32) *QueryConversationMessageForAIRequest
func (QueryConversationMessageForAIRequest) String ¶
func (s QueryConversationMessageForAIRequest) String() string
type QueryConversationMessageForAIResponse ¶
type QueryConversationMessageForAIResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *QueryConversationMessageForAIResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (QueryConversationMessageForAIResponse) GoString ¶
func (s QueryConversationMessageForAIResponse) GoString() string
func (*QueryConversationMessageForAIResponse) SetHeaders ¶
func (s *QueryConversationMessageForAIResponse) SetHeaders(v map[string]*string) *QueryConversationMessageForAIResponse
func (*QueryConversationMessageForAIResponse) SetStatusCode ¶
func (s *QueryConversationMessageForAIResponse) SetStatusCode(v int32) *QueryConversationMessageForAIResponse
func (QueryConversationMessageForAIResponse) String ¶
func (s QueryConversationMessageForAIResponse) String() string
type QueryConversationMessageForAIResponseBody ¶
type QueryConversationMessageForAIResponseBody struct {
Messages []*QueryConversationMessageForAIResponseBodyMessages `json:"messages,omitempty" xml:"messages,omitempty" type:"Repeated"`
}
func (QueryConversationMessageForAIResponseBody) GoString ¶
func (s QueryConversationMessageForAIResponseBody) GoString() string
func (*QueryConversationMessageForAIResponseBody) SetMessages ¶
func (QueryConversationMessageForAIResponseBody) String ¶
func (s QueryConversationMessageForAIResponseBody) String() string
type QueryConversationMessageForAIResponseBodyMessages ¶
type QueryConversationMessageForAIResponseBodyMessages struct { AtAll *bool `json:"atAll,omitempty" xml:"atAll,omitempty"` AtUsers []*QueryConversationMessageForAIResponseBodyMessagesAtUsers `json:"atUsers,omitempty" xml:"atUsers,omitempty" type:"Repeated"` MsgContent *string `json:"msgContent,omitempty" xml:"msgContent,omitempty"` MsgType *string `json:"msgType,omitempty" xml:"msgType,omitempty"` SendTime *string `json:"sendTime,omitempty" xml:"sendTime,omitempty"` Sender *QueryConversationMessageForAIResponseBodyMessagesSender `json:"sender,omitempty" xml:"sender,omitempty" type:"Struct"` Summary *string `json:"summary,omitempty" xml:"summary,omitempty"` }
func (QueryConversationMessageForAIResponseBodyMessages) GoString ¶
func (s QueryConversationMessageForAIResponseBodyMessages) GoString() string
func (*QueryConversationMessageForAIResponseBodyMessages) SetAtUsers ¶
func (*QueryConversationMessageForAIResponseBodyMessages) SetMsgContent ¶
func (s *QueryConversationMessageForAIResponseBodyMessages) SetMsgContent(v string) *QueryConversationMessageForAIResponseBodyMessages
func (*QueryConversationMessageForAIResponseBodyMessages) SetMsgType ¶
func (s *QueryConversationMessageForAIResponseBodyMessages) SetMsgType(v string) *QueryConversationMessageForAIResponseBodyMessages
func (*QueryConversationMessageForAIResponseBodyMessages) SetSendTime ¶
func (s *QueryConversationMessageForAIResponseBodyMessages) SetSendTime(v string) *QueryConversationMessageForAIResponseBodyMessages
func (*QueryConversationMessageForAIResponseBodyMessages) SetSummary ¶
func (s *QueryConversationMessageForAIResponseBodyMessages) SetSummary(v string) *QueryConversationMessageForAIResponseBodyMessages
func (QueryConversationMessageForAIResponseBodyMessages) String ¶
func (s QueryConversationMessageForAIResponseBodyMessages) String() string
type QueryConversationMessageForAIResponseBodyMessagesAtUsers ¶
type QueryConversationMessageForAIResponseBodyMessagesAtUsers struct { AgentCode *string `json:"agentCode,omitempty" xml:"agentCode,omitempty"` Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (QueryConversationMessageForAIResponseBodyMessagesAtUsers) GoString ¶
func (s QueryConversationMessageForAIResponseBodyMessagesAtUsers) GoString() string
func (*QueryConversationMessageForAIResponseBodyMessagesAtUsers) SetAgentCode ¶
func (*QueryConversationMessageForAIResponseBodyMessagesAtUsers) SetUnionId ¶
func (QueryConversationMessageForAIResponseBodyMessagesAtUsers) String ¶
func (s QueryConversationMessageForAIResponseBodyMessagesAtUsers) String() string
type QueryConversationMessageForAIResponseBodyMessagesSender ¶
type QueryConversationMessageForAIResponseBodyMessagesSender struct { AgentCode *string `json:"agentCode,omitempty" xml:"agentCode,omitempty"` Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (QueryConversationMessageForAIResponseBodyMessagesSender) GoString ¶
func (s QueryConversationMessageForAIResponseBodyMessagesSender) GoString() string
func (*QueryConversationMessageForAIResponseBodyMessagesSender) SetAgentCode ¶
func (s *QueryConversationMessageForAIResponseBodyMessagesSender) SetAgentCode(v string) *QueryConversationMessageForAIResponseBodyMessagesSender
func (*QueryConversationMessageForAIResponseBodyMessagesSender) SetUnionId ¶
func (QueryConversationMessageForAIResponseBodyMessagesSender) String ¶
func (s QueryConversationMessageForAIResponseBodyMessagesSender) String() string
type QueryConversationMessageForAIShrinkRequest ¶
type QueryConversationMessageForAIShrinkRequest struct { OpenMsgIdsShrink *string `json:"openMsgIds,omitempty" xml:"openMsgIds,omitempty"` RecentDays *int32 `json:"recentDays,omitempty" xml:"recentDays,omitempty"` RecentHours *int32 `json:"recentHours,omitempty" xml:"recentHours,omitempty"` RecentN *int32 `json:"recentN,omitempty" xml:"recentN,omitempty"` }
func (QueryConversationMessageForAIShrinkRequest) GoString ¶
func (s QueryConversationMessageForAIShrinkRequest) GoString() string
func (*QueryConversationMessageForAIShrinkRequest) SetOpenMsgIdsShrink ¶
func (s *QueryConversationMessageForAIShrinkRequest) SetOpenMsgIdsShrink(v string) *QueryConversationMessageForAIShrinkRequest
func (*QueryConversationMessageForAIShrinkRequest) SetRecentDays ¶
func (s *QueryConversationMessageForAIShrinkRequest) SetRecentDays(v int32) *QueryConversationMessageForAIShrinkRequest
func (*QueryConversationMessageForAIShrinkRequest) SetRecentHours ¶
func (s *QueryConversationMessageForAIShrinkRequest) SetRecentHours(v int32) *QueryConversationMessageForAIShrinkRequest
func (*QueryConversationMessageForAIShrinkRequest) SetRecentN ¶
func (s *QueryConversationMessageForAIShrinkRequest) SetRecentN(v int32) *QueryConversationMessageForAIShrinkRequest
func (QueryConversationMessageForAIShrinkRequest) String ¶
func (s QueryConversationMessageForAIShrinkRequest) String() string
type QueryMemoryLearningTaskHeaders ¶
type QueryMemoryLearningTaskHeaders 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 (QueryMemoryLearningTaskHeaders) GoString ¶
func (s QueryMemoryLearningTaskHeaders) GoString() string
func (*QueryMemoryLearningTaskHeaders) SetCommonHeaders ¶
func (s *QueryMemoryLearningTaskHeaders) SetCommonHeaders(v map[string]*string) *QueryMemoryLearningTaskHeaders
func (*QueryMemoryLearningTaskHeaders) SetXAcsDingtalkAccessToken ¶
func (s *QueryMemoryLearningTaskHeaders) SetXAcsDingtalkAccessToken(v string) *QueryMemoryLearningTaskHeaders
func (QueryMemoryLearningTaskHeaders) String ¶
func (s QueryMemoryLearningTaskHeaders) String() string
type QueryMemoryLearningTaskRequest ¶
type QueryMemoryLearningTaskRequest struct { AgentCode *string `json:"agentCode,omitempty" xml:"agentCode,omitempty"` LearningCode *string `json:"learningCode,omitempty" xml:"learningCode,omitempty"` }
func (QueryMemoryLearningTaskRequest) GoString ¶
func (s QueryMemoryLearningTaskRequest) GoString() string
func (*QueryMemoryLearningTaskRequest) SetAgentCode ¶
func (s *QueryMemoryLearningTaskRequest) SetAgentCode(v string) *QueryMemoryLearningTaskRequest
func (*QueryMemoryLearningTaskRequest) SetLearningCode ¶
func (s *QueryMemoryLearningTaskRequest) SetLearningCode(v string) *QueryMemoryLearningTaskRequest
func (QueryMemoryLearningTaskRequest) String ¶
func (s QueryMemoryLearningTaskRequest) String() string
type QueryMemoryLearningTaskResponse ¶
type QueryMemoryLearningTaskResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *QueryMemoryLearningTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (QueryMemoryLearningTaskResponse) GoString ¶
func (s QueryMemoryLearningTaskResponse) GoString() string
func (*QueryMemoryLearningTaskResponse) SetBody ¶
func (s *QueryMemoryLearningTaskResponse) SetBody(v *QueryMemoryLearningTaskResponseBody) *QueryMemoryLearningTaskResponse
func (*QueryMemoryLearningTaskResponse) SetHeaders ¶
func (s *QueryMemoryLearningTaskResponse) SetHeaders(v map[string]*string) *QueryMemoryLearningTaskResponse
func (*QueryMemoryLearningTaskResponse) SetStatusCode ¶
func (s *QueryMemoryLearningTaskResponse) SetStatusCode(v int32) *QueryMemoryLearningTaskResponse
func (QueryMemoryLearningTaskResponse) String ¶
func (s QueryMemoryLearningTaskResponse) String() string
type QueryMemoryLearningTaskResponseBody ¶
type QueryMemoryLearningTaskResponseBody struct {
Result *QueryMemoryLearningTaskResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (QueryMemoryLearningTaskResponseBody) GoString ¶
func (s QueryMemoryLearningTaskResponseBody) GoString() string
func (QueryMemoryLearningTaskResponseBody) String ¶
func (s QueryMemoryLearningTaskResponseBody) String() string
type QueryMemoryLearningTaskResponseBodyResult ¶
type QueryMemoryLearningTaskResponseBodyResult struct { Status *string `json:"status,omitempty" xml:"status,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (QueryMemoryLearningTaskResponseBodyResult) GoString ¶
func (s QueryMemoryLearningTaskResponseBodyResult) GoString() string
func (*QueryMemoryLearningTaskResponseBodyResult) SetStatus ¶
func (s *QueryMemoryLearningTaskResponseBodyResult) SetStatus(v string) *QueryMemoryLearningTaskResponseBodyResult
func (*QueryMemoryLearningTaskResponseBodyResult) SetSuccess ¶
func (s *QueryMemoryLearningTaskResponseBodyResult) SetSuccess(v bool) *QueryMemoryLearningTaskResponseBodyResult
func (QueryMemoryLearningTaskResponseBodyResult) String ¶
func (s QueryMemoryLearningTaskResponseBodyResult) String() string
type SubmitMemoryLearningTaskHeaders ¶
type SubmitMemoryLearningTaskHeaders 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 (SubmitMemoryLearningTaskHeaders) GoString ¶
func (s SubmitMemoryLearningTaskHeaders) GoString() string
func (*SubmitMemoryLearningTaskHeaders) SetCommonHeaders ¶
func (s *SubmitMemoryLearningTaskHeaders) SetCommonHeaders(v map[string]*string) *SubmitMemoryLearningTaskHeaders
func (*SubmitMemoryLearningTaskHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SubmitMemoryLearningTaskHeaders) SetXAcsDingtalkAccessToken(v string) *SubmitMemoryLearningTaskHeaders
func (SubmitMemoryLearningTaskHeaders) String ¶
func (s SubmitMemoryLearningTaskHeaders) String() string
type SubmitMemoryLearningTaskRequest ¶
type SubmitMemoryLearningTaskRequest struct { AgentCode *string `json:"agentCode,omitempty" xml:"agentCode,omitempty"` Content *SubmitMemoryLearningTaskRequestContent `json:"content,omitempty" xml:"content,omitempty" type:"Struct"` LearningMode *string `json:"learningMode,omitempty" xml:"learningMode,omitempty"` MemoryKey *string `json:"memoryKey,omitempty" xml:"memoryKey,omitempty"` }
func (SubmitMemoryLearningTaskRequest) GoString ¶
func (s SubmitMemoryLearningTaskRequest) GoString() string
func (*SubmitMemoryLearningTaskRequest) SetAgentCode ¶
func (s *SubmitMemoryLearningTaskRequest) SetAgentCode(v string) *SubmitMemoryLearningTaskRequest
func (*SubmitMemoryLearningTaskRequest) SetContent ¶
func (s *SubmitMemoryLearningTaskRequest) SetContent(v *SubmitMemoryLearningTaskRequestContent) *SubmitMemoryLearningTaskRequest
func (*SubmitMemoryLearningTaskRequest) SetLearningMode ¶
func (s *SubmitMemoryLearningTaskRequest) SetLearningMode(v string) *SubmitMemoryLearningTaskRequest
func (*SubmitMemoryLearningTaskRequest) SetMemoryKey ¶
func (s *SubmitMemoryLearningTaskRequest) SetMemoryKey(v string) *SubmitMemoryLearningTaskRequest
func (SubmitMemoryLearningTaskRequest) String ¶
func (s SubmitMemoryLearningTaskRequest) String() string
type SubmitMemoryLearningTaskRequestContent ¶
type SubmitMemoryLearningTaskRequestContent struct { KnowledgeBaseUrl *string `json:"knowledgeBaseUrl,omitempty" xml:"knowledgeBaseUrl,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (SubmitMemoryLearningTaskRequestContent) GoString ¶
func (s SubmitMemoryLearningTaskRequestContent) GoString() string
func (*SubmitMemoryLearningTaskRequestContent) SetKnowledgeBaseUrl ¶
func (s *SubmitMemoryLearningTaskRequestContent) SetKnowledgeBaseUrl(v string) *SubmitMemoryLearningTaskRequestContent
func (*SubmitMemoryLearningTaskRequestContent) SetType ¶
func (s *SubmitMemoryLearningTaskRequestContent) SetType(v string) *SubmitMemoryLearningTaskRequestContent
func (SubmitMemoryLearningTaskRequestContent) String ¶
func (s SubmitMemoryLearningTaskRequestContent) String() string
type SubmitMemoryLearningTaskResponse ¶
type SubmitMemoryLearningTaskResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SubmitMemoryLearningTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SubmitMemoryLearningTaskResponse) GoString ¶
func (s SubmitMemoryLearningTaskResponse) GoString() string
func (*SubmitMemoryLearningTaskResponse) SetBody ¶
func (s *SubmitMemoryLearningTaskResponse) SetBody(v *SubmitMemoryLearningTaskResponseBody) *SubmitMemoryLearningTaskResponse
func (*SubmitMemoryLearningTaskResponse) SetHeaders ¶
func (s *SubmitMemoryLearningTaskResponse) SetHeaders(v map[string]*string) *SubmitMemoryLearningTaskResponse
func (*SubmitMemoryLearningTaskResponse) SetStatusCode ¶
func (s *SubmitMemoryLearningTaskResponse) SetStatusCode(v int32) *SubmitMemoryLearningTaskResponse
func (SubmitMemoryLearningTaskResponse) String ¶
func (s SubmitMemoryLearningTaskResponse) String() string
type SubmitMemoryLearningTaskResponseBody ¶
type SubmitMemoryLearningTaskResponseBody struct {
Result *SubmitMemoryLearningTaskResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}
func (SubmitMemoryLearningTaskResponseBody) GoString ¶
func (s SubmitMemoryLearningTaskResponseBody) GoString() string
func (SubmitMemoryLearningTaskResponseBody) String ¶
func (s SubmitMemoryLearningTaskResponseBody) String() string
type SubmitMemoryLearningTaskResponseBodyResult ¶
type SubmitMemoryLearningTaskResponseBodyResult struct { LearningCode *string `json:"learningCode,omitempty" xml:"learningCode,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (SubmitMemoryLearningTaskResponseBodyResult) GoString ¶
func (s SubmitMemoryLearningTaskResponseBodyResult) GoString() string
func (*SubmitMemoryLearningTaskResponseBodyResult) SetLearningCode ¶
func (s *SubmitMemoryLearningTaskResponseBodyResult) SetLearningCode(v string) *SubmitMemoryLearningTaskResponseBodyResult
func (*SubmitMemoryLearningTaskResponseBodyResult) SetStatus ¶
func (s *SubmitMemoryLearningTaskResponseBodyResult) SetStatus(v string) *SubmitMemoryLearningTaskResponseBodyResult
func (*SubmitMemoryLearningTaskResponseBodyResult) SetSuccess ¶
func (s *SubmitMemoryLearningTaskResponseBodyResult) SetSuccess(v bool) *SubmitMemoryLearningTaskResponseBodyResult
func (SubmitMemoryLearningTaskResponseBodyResult) String ¶
func (s SubmitMemoryLearningTaskResponseBodyResult) String() string
type SubmitMemoryLearningTaskShrinkRequest ¶
type SubmitMemoryLearningTaskShrinkRequest struct { AgentCode *string `json:"agentCode,omitempty" xml:"agentCode,omitempty"` ContentShrink *string `json:"content,omitempty" xml:"content,omitempty"` LearningMode *string `json:"learningMode,omitempty" xml:"learningMode,omitempty"` MemoryKey *string `json:"memoryKey,omitempty" xml:"memoryKey,omitempty"` }
func (SubmitMemoryLearningTaskShrinkRequest) GoString ¶
func (s SubmitMemoryLearningTaskShrinkRequest) GoString() string
func (*SubmitMemoryLearningTaskShrinkRequest) SetAgentCode ¶
func (s *SubmitMemoryLearningTaskShrinkRequest) SetAgentCode(v string) *SubmitMemoryLearningTaskShrinkRequest
func (*SubmitMemoryLearningTaskShrinkRequest) SetContentShrink ¶
func (s *SubmitMemoryLearningTaskShrinkRequest) SetContentShrink(v string) *SubmitMemoryLearningTaskShrinkRequest
func (*SubmitMemoryLearningTaskShrinkRequest) SetLearningMode ¶
func (s *SubmitMemoryLearningTaskShrinkRequest) SetLearningMode(v string) *SubmitMemoryLearningTaskShrinkRequest
func (*SubmitMemoryLearningTaskShrinkRequest) SetMemoryKey ¶
func (s *SubmitMemoryLearningTaskShrinkRequest) SetMemoryKey(v string) *SubmitMemoryLearningTaskShrinkRequest
func (SubmitMemoryLearningTaskShrinkRequest) String ¶
func (s SubmitMemoryLearningTaskShrinkRequest) String() string
Click to show internal directories.
Click to hide internal directories.