client

package
v2.0.6 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 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 ActivatePerspectiveRequest

type ActivatePerspectiveRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey      *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	PerspectiveId *string `json:"PerspectiveId,omitempty" xml:"PerspectiveId,omitempty"`
}

func (ActivatePerspectiveRequest) GoString

func (s ActivatePerspectiveRequest) GoString() string

func (*ActivatePerspectiveRequest) SetAgentKey

func (*ActivatePerspectiveRequest) SetPerspectiveId

func (ActivatePerspectiveRequest) String

type ActivatePerspectiveResponse

type ActivatePerspectiveResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ActivatePerspectiveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ActivatePerspectiveResponse) GoString

func (s ActivatePerspectiveResponse) GoString() string

func (*ActivatePerspectiveResponse) SetBody

func (*ActivatePerspectiveResponse) SetHeaders

func (*ActivatePerspectiveResponse) SetStatusCode added in v2.0.6

func (ActivatePerspectiveResponse) String

type ActivatePerspectiveResponseBody

type ActivatePerspectiveResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ActivatePerspectiveResponseBody) GoString

func (*ActivatePerspectiveResponseBody) SetRequestId

func (ActivatePerspectiveResponseBody) String

type AddSynonymRequest

type AddSynonymRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CoreWordName *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
	Synonym      *string `json:"Synonym,omitempty" xml:"Synonym,omitempty"`
}

func (AddSynonymRequest) GoString

func (s AddSynonymRequest) GoString() string

func (*AddSynonymRequest) SetAgentKey

func (s *AddSynonymRequest) SetAgentKey(v string) *AddSynonymRequest

func (*AddSynonymRequest) SetCoreWordName

func (s *AddSynonymRequest) SetCoreWordName(v string) *AddSynonymRequest

func (*AddSynonymRequest) SetSynonym

func (s *AddSynonymRequest) SetSynonym(v string) *AddSynonymRequest

func (AddSynonymRequest) String

func (s AddSynonymRequest) String() string

type AddSynonymResponse

type AddSynonymResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddSynonymResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddSynonymResponse) GoString

func (s AddSynonymResponse) GoString() string

func (*AddSynonymResponse) SetBody

func (*AddSynonymResponse) SetHeaders

func (s *AddSynonymResponse) SetHeaders(v map[string]*string) *AddSynonymResponse

func (*AddSynonymResponse) SetStatusCode added in v2.0.6

func (s *AddSynonymResponse) SetStatusCode(v int32) *AddSynonymResponse

func (AddSynonymResponse) String

func (s AddSynonymResponse) String() string

type AddSynonymResponseBody

type AddSynonymResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AddSynonymResponseBody) GoString

func (s AddSynonymResponseBody) GoString() string

func (*AddSynonymResponseBody) SetRequestId

func (AddSynonymResponseBody) String

func (s AddSynonymResponseBody) String() string

type AppendEntityMemberRequest

type AppendEntityMemberRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey  *string                          `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	ApplyType *string                          `json:"ApplyType,omitempty" xml:"ApplyType,omitempty"`
	EntityId  *int64                           `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	Member    *AppendEntityMemberRequestMember `json:"Member,omitempty" xml:"Member,omitempty" type:"Struct"`
}

func (AppendEntityMemberRequest) GoString

func (s AppendEntityMemberRequest) GoString() string

func (*AppendEntityMemberRequest) SetAgentKey

func (*AppendEntityMemberRequest) SetApplyType

func (*AppendEntityMemberRequest) SetEntityId

func (*AppendEntityMemberRequest) SetMember

func (AppendEntityMemberRequest) String

func (s AppendEntityMemberRequest) String() string

type AppendEntityMemberRequestMember

type AppendEntityMemberRequestMember struct {
	MemberName *string   `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Synonyms   []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (AppendEntityMemberRequestMember) GoString

func (*AppendEntityMemberRequestMember) SetMemberName

func (*AppendEntityMemberRequestMember) SetSynonyms

func (AppendEntityMemberRequestMember) String

type AppendEntityMemberResponse

type AppendEntityMemberResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AppendEntityMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AppendEntityMemberResponse) GoString

func (s AppendEntityMemberResponse) GoString() string

func (*AppendEntityMemberResponse) SetBody

func (*AppendEntityMemberResponse) SetHeaders

func (*AppendEntityMemberResponse) SetStatusCode added in v2.0.6

func (AppendEntityMemberResponse) String

type AppendEntityMemberResponseBody

type AppendEntityMemberResponseBody struct {
	EntityId  *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AppendEntityMemberResponseBody) GoString

func (*AppendEntityMemberResponseBody) SetEntityId

func (*AppendEntityMemberResponseBody) SetRequestId

func (AppendEntityMemberResponseBody) String

type AppendEntityMemberShrinkRequest

type AppendEntityMemberShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	ApplyType    *string `json:"ApplyType,omitempty" xml:"ApplyType,omitempty"`
	EntityId     *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	MemberShrink *string `json:"Member,omitempty" xml:"Member,omitempty"`
}

func (AppendEntityMemberShrinkRequest) GoString

func (*AppendEntityMemberShrinkRequest) SetAgentKey

func (*AppendEntityMemberShrinkRequest) SetApplyType

func (*AppendEntityMemberShrinkRequest) SetEntityId

func (*AppendEntityMemberShrinkRequest) SetMemberShrink

func (AppendEntityMemberShrinkRequest) String

type AssociateRequest

type AssociateRequest struct {
	AgentKey     *string   `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	InstanceId   *string   `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Perspective  []*string `json:"Perspective,omitempty" xml:"Perspective,omitempty" type:"Repeated"`
	RecommendNum *int32    `json:"RecommendNum,omitempty" xml:"RecommendNum,omitempty"`
	SessionId    *string   `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
	Utterance    *string   `json:"Utterance,omitempty" xml:"Utterance,omitempty"`
}

func (AssociateRequest) GoString

func (s AssociateRequest) GoString() string

func (*AssociateRequest) SetAgentKey added in v2.0.4

func (s *AssociateRequest) SetAgentKey(v string) *AssociateRequest

func (*AssociateRequest) SetInstanceId

func (s *AssociateRequest) SetInstanceId(v string) *AssociateRequest

func (*AssociateRequest) SetPerspective

func (s *AssociateRequest) SetPerspective(v []*string) *AssociateRequest

func (*AssociateRequest) SetRecommendNum

func (s *AssociateRequest) SetRecommendNum(v int32) *AssociateRequest

func (*AssociateRequest) SetSessionId

func (s *AssociateRequest) SetSessionId(v string) *AssociateRequest

func (*AssociateRequest) SetUtterance

func (s *AssociateRequest) SetUtterance(v string) *AssociateRequest

func (AssociateRequest) String

func (s AssociateRequest) String() string

type AssociateResponse

type AssociateResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AssociateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AssociateResponse) GoString

func (s AssociateResponse) GoString() string

func (*AssociateResponse) SetBody

func (*AssociateResponse) SetHeaders

func (s *AssociateResponse) SetHeaders(v map[string]*string) *AssociateResponse

func (*AssociateResponse) SetStatusCode added in v2.0.6

func (s *AssociateResponse) SetStatusCode(v int32) *AssociateResponse

func (AssociateResponse) String

func (s AssociateResponse) String() string

type AssociateResponseBody

type AssociateResponseBody struct {
	Associate []*AssociateResponseBodyAssociate `json:"Associate,omitempty" xml:"Associate,omitempty" type:"Repeated"`
	MessageId *string                           `json:"MessageId,omitempty" xml:"MessageId,omitempty"`
	RequestId *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SessionId *string                           `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
}

func (AssociateResponseBody) GoString

func (s AssociateResponseBody) GoString() string

func (*AssociateResponseBody) SetAssociate

func (*AssociateResponseBody) SetMessageId

func (*AssociateResponseBody) SetRequestId

func (*AssociateResponseBody) SetSessionId

func (AssociateResponseBody) String

func (s AssociateResponseBody) String() string

type AssociateResponseBodyAssociate

type AssociateResponseBodyAssociate struct {
	Title *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (AssociateResponseBodyAssociate) GoString

func (*AssociateResponseBodyAssociate) SetTitle

func (AssociateResponseBodyAssociate) String

type ChatRequest

type ChatRequest struct {
	AgentKey    *string   `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	InstanceId  *string   `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IntentName  *string   `json:"IntentName,omitempty" xml:"IntentName,omitempty"`
	KnowledgeId *string   `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	Perspective []*string `json:"Perspective,omitempty" xml:"Perspective,omitempty" type:"Repeated"`
	SenderId    *string   `json:"SenderId,omitempty" xml:"SenderId,omitempty"`
	SenderNick  *string   `json:"SenderNick,omitempty" xml:"SenderNick,omitempty"`
	SessionId   *string   `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
	Tag         *string   `json:"Tag,omitempty" xml:"Tag,omitempty"`
	Utterance   *string   `json:"Utterance,omitempty" xml:"Utterance,omitempty"`
	VendorParam *string   `json:"VendorParam,omitempty" xml:"VendorParam,omitempty"`
}

func (ChatRequest) GoString

func (s ChatRequest) GoString() string

func (*ChatRequest) SetAgentKey added in v2.0.4

func (s *ChatRequest) SetAgentKey(v string) *ChatRequest

func (*ChatRequest) SetInstanceId

func (s *ChatRequest) SetInstanceId(v string) *ChatRequest

func (*ChatRequest) SetIntentName

func (s *ChatRequest) SetIntentName(v string) *ChatRequest

func (*ChatRequest) SetKnowledgeId

func (s *ChatRequest) SetKnowledgeId(v string) *ChatRequest

func (*ChatRequest) SetPerspective

func (s *ChatRequest) SetPerspective(v []*string) *ChatRequest

func (*ChatRequest) SetSenderId

func (s *ChatRequest) SetSenderId(v string) *ChatRequest

func (*ChatRequest) SetSenderNick

func (s *ChatRequest) SetSenderNick(v string) *ChatRequest

func (*ChatRequest) SetSessionId

func (s *ChatRequest) SetSessionId(v string) *ChatRequest

func (*ChatRequest) SetTag

func (s *ChatRequest) SetTag(v string) *ChatRequest

func (*ChatRequest) SetUtterance

func (s *ChatRequest) SetUtterance(v string) *ChatRequest

func (*ChatRequest) SetVendorParam

func (s *ChatRequest) SetVendorParam(v string) *ChatRequest

func (ChatRequest) String

func (s ChatRequest) String() string

type ChatResponse

type ChatResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ChatResponseBody  `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ChatResponse) GoString

func (s ChatResponse) GoString() string

func (*ChatResponse) SetBody

func (s *ChatResponse) SetBody(v *ChatResponseBody) *ChatResponse

func (*ChatResponse) SetHeaders

func (s *ChatResponse) SetHeaders(v map[string]*string) *ChatResponse

func (*ChatResponse) SetStatusCode added in v2.0.6

func (s *ChatResponse) SetStatusCode(v int32) *ChatResponse

func (ChatResponse) String

func (s ChatResponse) String() string

type ChatResponseBody

type ChatResponseBody struct {
	MessageId *string                     `json:"MessageId,omitempty" xml:"MessageId,omitempty"`
	Messages  []*ChatResponseBodyMessages `json:"Messages,omitempty" xml:"Messages,omitempty" type:"Repeated"`
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SessionId *string                     `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
	Tag       *string                     `json:"Tag,omitempty" xml:"Tag,omitempty"`
}

func (ChatResponseBody) GoString

func (s ChatResponseBody) GoString() string

func (*ChatResponseBody) SetMessageId

func (s *ChatResponseBody) SetMessageId(v string) *ChatResponseBody

func (*ChatResponseBody) SetMessages

func (*ChatResponseBody) SetRequestId

func (s *ChatResponseBody) SetRequestId(v string) *ChatResponseBody

func (*ChatResponseBody) SetSessionId

func (s *ChatResponseBody) SetSessionId(v string) *ChatResponseBody

func (*ChatResponseBody) SetTag

func (ChatResponseBody) String

func (s ChatResponseBody) String() string

type ChatResponseBodyMessages

type ChatResponseBodyMessages struct {
	AnswerSource *string                               `json:"AnswerSource,omitempty" xml:"AnswerSource,omitempty"`
	AnswerType   *string                               `json:"AnswerType,omitempty" xml:"AnswerType,omitempty"`
	Knowledge    *ChatResponseBodyMessagesKnowledge    `json:"Knowledge,omitempty" xml:"Knowledge,omitempty" type:"Struct"`
	Recommends   []*ChatResponseBodyMessagesRecommends `json:"Recommends,omitempty" xml:"Recommends,omitempty" type:"Repeated"`
	Text         *ChatResponseBodyMessagesText         `json:"Text,omitempty" xml:"Text,omitempty" type:"Struct"`
	// 在线场景,反问标题
	Title *string `json:"Title,omitempty" xml:"Title,omitempty"`
	Type  *string `json:"Type,omitempty" xml:"Type,omitempty"`
	// 语音场景,澄清内容
	VoiceTitle *string `json:"VoiceTitle,omitempty" xml:"VoiceTitle,omitempty"`
}

func (ChatResponseBodyMessages) GoString

func (s ChatResponseBodyMessages) GoString() string

func (*ChatResponseBodyMessages) SetAnswerSource

func (*ChatResponseBodyMessages) SetAnswerType

func (*ChatResponseBodyMessages) SetKnowledge

func (*ChatResponseBodyMessages) SetRecommends

func (*ChatResponseBodyMessages) SetText

func (*ChatResponseBodyMessages) SetTitle

func (*ChatResponseBodyMessages) SetType

func (*ChatResponseBodyMessages) SetVoiceTitle

func (ChatResponseBodyMessages) String

func (s ChatResponseBodyMessages) String() string

type ChatResponseBodyMessagesKnowledge

type ChatResponseBodyMessagesKnowledge struct {
	AnswerSource      *string                                               `json:"AnswerSource,omitempty" xml:"AnswerSource,omitempty"`
	Category          *string                                               `json:"Category,omitempty" xml:"Category,omitempty"`
	Content           *string                                               `json:"Content,omitempty" xml:"Content,omitempty"`
	ContentType       *string                                               `json:"ContentType,omitempty" xml:"ContentType,omitempty"`
	HitStatement      *string                                               `json:"HitStatement,omitempty" xml:"HitStatement,omitempty"`
	Id                *string                                               `json:"Id,omitempty" xml:"Id,omitempty"`
	RelatedKnowledges []*ChatResponseBodyMessagesKnowledgeRelatedKnowledges `json:"RelatedKnowledges,omitempty" xml:"RelatedKnowledges,omitempty" type:"Repeated"`
	Score             *float64                                              `json:"Score,omitempty" xml:"Score,omitempty"`
	Summary           *string                                               `json:"Summary,omitempty" xml:"Summary,omitempty"`
	Title             *string                                               `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (ChatResponseBodyMessagesKnowledge) GoString

func (*ChatResponseBodyMessagesKnowledge) SetAnswerSource

func (*ChatResponseBodyMessagesKnowledge) SetCategory

func (*ChatResponseBodyMessagesKnowledge) SetContent

func (*ChatResponseBodyMessagesKnowledge) SetContentType

func (*ChatResponseBodyMessagesKnowledge) SetHitStatement

func (*ChatResponseBodyMessagesKnowledge) SetId

func (*ChatResponseBodyMessagesKnowledge) SetScore

func (*ChatResponseBodyMessagesKnowledge) SetSummary

func (*ChatResponseBodyMessagesKnowledge) SetTitle

func (ChatResponseBodyMessagesKnowledge) String

type ChatResponseBodyMessagesKnowledgeRelatedKnowledges

type ChatResponseBodyMessagesKnowledgeRelatedKnowledges struct {
	KnowledgeId *string `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	Title       *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (ChatResponseBodyMessagesKnowledgeRelatedKnowledges) GoString

func (*ChatResponseBodyMessagesKnowledgeRelatedKnowledges) SetKnowledgeId

func (*ChatResponseBodyMessagesKnowledgeRelatedKnowledges) SetTitle

func (ChatResponseBodyMessagesKnowledgeRelatedKnowledges) String

type ChatResponseBodyMessagesRecommends

type ChatResponseBodyMessagesRecommends struct {
	AnswerSource *string  `json:"AnswerSource,omitempty" xml:"AnswerSource,omitempty"`
	KnowledgeId  *string  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	Score        *float64 `json:"Score,omitempty" xml:"Score,omitempty"`
	Title        *string  `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (ChatResponseBodyMessagesRecommends) GoString

func (*ChatResponseBodyMessagesRecommends) SetAnswerSource

func (*ChatResponseBodyMessagesRecommends) SetKnowledgeId

func (*ChatResponseBodyMessagesRecommends) SetScore

func (*ChatResponseBodyMessagesRecommends) SetTitle

func (ChatResponseBodyMessagesRecommends) String

type ChatResponseBodyMessagesText

type ChatResponseBodyMessagesText struct {
	AnswerSource         *string                              `json:"AnswerSource,omitempty" xml:"AnswerSource,omitempty"`
	ArticleTitle         *string                              `json:"ArticleTitle,omitempty" xml:"ArticleTitle,omitempty"`
	Commands             map[string]interface{}               `json:"Commands,omitempty" xml:"Commands,omitempty"`
	Content              *string                              `json:"Content,omitempty" xml:"Content,omitempty"`
	ContentType          *string                              `json:"ContentType,omitempty" xml:"ContentType,omitempty"`
	DialogName           *string                              `json:"DialogName,omitempty" xml:"DialogName,omitempty"`
	Ext                  map[string]interface{}               `json:"Ext,omitempty" xml:"Ext,omitempty"`
	ExternalFlags        map[string]interface{}               `json:"ExternalFlags,omitempty" xml:"ExternalFlags,omitempty"`
	HitStatement         *string                              `json:"HitStatement,omitempty" xml:"HitStatement,omitempty"`
	IntentName           *string                              `json:"IntentName,omitempty" xml:"IntentName,omitempty"`
	MetaData             *string                              `json:"MetaData,omitempty" xml:"MetaData,omitempty"`
	NodeId               *string                              `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeName             *string                              `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	Score                *float64                             `json:"Score,omitempty" xml:"Score,omitempty"`
	Slots                []*ChatResponseBodyMessagesTextSlots `json:"Slots,omitempty" xml:"Slots,omitempty" type:"Repeated"`
	UserDefinedChatTitle *string                              `json:"UserDefinedChatTitle,omitempty" xml:"UserDefinedChatTitle,omitempty"`
}

func (ChatResponseBodyMessagesText) GoString

func (s ChatResponseBodyMessagesText) GoString() string

func (*ChatResponseBodyMessagesText) SetAnswerSource

func (*ChatResponseBodyMessagesText) SetArticleTitle

func (*ChatResponseBodyMessagesText) SetCommands

func (s *ChatResponseBodyMessagesText) SetCommands(v map[string]interface{}) *ChatResponseBodyMessagesText

func (*ChatResponseBodyMessagesText) SetContent

func (*ChatResponseBodyMessagesText) SetContentType

func (*ChatResponseBodyMessagesText) SetDialogName

func (*ChatResponseBodyMessagesText) SetExt

func (*ChatResponseBodyMessagesText) SetExternalFlags

func (s *ChatResponseBodyMessagesText) SetExternalFlags(v map[string]interface{}) *ChatResponseBodyMessagesText

func (*ChatResponseBodyMessagesText) SetHitStatement

func (*ChatResponseBodyMessagesText) SetIntentName

func (*ChatResponseBodyMessagesText) SetMetaData

func (*ChatResponseBodyMessagesText) SetNodeId

func (*ChatResponseBodyMessagesText) SetNodeName

func (*ChatResponseBodyMessagesText) SetScore

func (*ChatResponseBodyMessagesText) SetSlots

func (*ChatResponseBodyMessagesText) SetUserDefinedChatTitle

func (s *ChatResponseBodyMessagesText) SetUserDefinedChatTitle(v string) *ChatResponseBodyMessagesText

func (ChatResponseBodyMessagesText) String

type ChatResponseBodyMessagesTextSlots

type ChatResponseBodyMessagesTextSlots struct {
	IsHit  *bool   `json:"IsHit,omitempty" xml:"IsHit,omitempty"`
	Name   *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Origin *string `json:"Origin,omitempty" xml:"Origin,omitempty"`
	Value  *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ChatResponseBodyMessagesTextSlots) GoString

func (*ChatResponseBodyMessagesTextSlots) SetIsHit

func (*ChatResponseBodyMessagesTextSlots) SetName

func (*ChatResponseBodyMessagesTextSlots) SetOrigin

func (*ChatResponseBodyMessagesTextSlots) SetValue

func (ChatResponseBodyMessagesTextSlots) String

type Children

type Children struct {
	// 地区代号
	AreaCode *string `json:"AreaCode,omitempty" xml:"AreaCode,omitempty"`
	// 分类Id
	CategoryId *int64 `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	// 子元素
	Childrens []*Children `json:"Childrens,omitempty" xml:"Childrens,omitempty" type:"Repeated"`
	// 名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// 父分类Id
	ParentCategoryId *int64 `json:"ParentCategoryId,omitempty" xml:"ParentCategoryId,omitempty"`
}

func (Children) GoString

func (s Children) GoString() string

func (*Children) SetAreaCode

func (s *Children) SetAreaCode(v string) *Children

func (*Children) SetCategoryId

func (s *Children) SetCategoryId(v int64) *Children

func (*Children) SetChildrens

func (s *Children) SetChildrens(v []*Children) *Children

func (*Children) SetName

func (s *Children) SetName(v string) *Children

func (*Children) SetParentCategoryId

func (s *Children) SetParentCategoryId(v int64) *Children

func (Children) String

func (s Children) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) ActivatePerspective

func (client *Client) ActivatePerspective(request *ActivatePerspectiveRequest) (_result *ActivatePerspectiveResponse, _err error)

func (*Client) ActivatePerspectiveWithOptions

func (client *Client) ActivatePerspectiveWithOptions(request *ActivatePerspectiveRequest, runtime *util.RuntimeOptions) (_result *ActivatePerspectiveResponse, _err error)

func (*Client) AddSynonym

func (client *Client) AddSynonym(request *AddSynonymRequest) (_result *AddSynonymResponse, _err error)

func (*Client) AddSynonymWithOptions

func (client *Client) AddSynonymWithOptions(request *AddSynonymRequest, runtime *util.RuntimeOptions) (_result *AddSynonymResponse, _err error)

func (*Client) AppendEntityMember

func (client *Client) AppendEntityMember(request *AppendEntityMemberRequest) (_result *AppendEntityMemberResponse, _err error)

func (*Client) AppendEntityMemberWithOptions

func (client *Client) AppendEntityMemberWithOptions(tmpReq *AppendEntityMemberRequest, runtime *util.RuntimeOptions) (_result *AppendEntityMemberResponse, _err error)

func (*Client) Associate

func (client *Client) Associate(request *AssociateRequest) (_result *AssociateResponse, _err error)

func (*Client) AssociateWithOptions

func (client *Client) AssociateWithOptions(request *AssociateRequest, runtime *util.RuntimeOptions) (_result *AssociateResponse, _err error)

func (*Client) Chat

func (client *Client) Chat(request *ChatRequest) (_result *ChatResponse, _err error)

func (*Client) ChatWithOptions

func (client *Client) ChatWithOptions(request *ChatRequest, runtime *util.RuntimeOptions) (_result *ChatResponse, _err error)

func (*Client) CreateBot

func (client *Client) CreateBot(request *CreateBotRequest) (_result *CreateBotResponse, _err error)

func (*Client) CreateBotWithOptions

func (client *Client) CreateBotWithOptions(request *CreateBotRequest, runtime *util.RuntimeOptions) (_result *CreateBotResponse, _err error)

func (*Client) CreateCategory

func (client *Client) CreateCategory(request *CreateCategoryRequest) (_result *CreateCategoryResponse, _err error)

func (*Client) CreateCategoryWithOptions

func (client *Client) CreateCategoryWithOptions(request *CreateCategoryRequest, runtime *util.RuntimeOptions) (_result *CreateCategoryResponse, _err error)

func (*Client) CreateCoreWord

func (client *Client) CreateCoreWord(request *CreateCoreWordRequest) (_result *CreateCoreWordResponse, _err error)

func (*Client) CreateCoreWordWithOptions

func (client *Client) CreateCoreWordWithOptions(request *CreateCoreWordRequest, runtime *util.RuntimeOptions) (_result *CreateCoreWordResponse, _err error)

func (*Client) CreateDialog

func (client *Client) CreateDialog(request *CreateDialogRequest) (_result *CreateDialogResponse, _err error)

func (*Client) CreateDialogWithOptions

func (client *Client) CreateDialogWithOptions(request *CreateDialogRequest, runtime *util.RuntimeOptions) (_result *CreateDialogResponse, _err error)

func (*Client) CreateEntity

func (client *Client) CreateEntity(request *CreateEntityRequest) (_result *CreateEntityResponse, _err error)

func (*Client) CreateEntityWithOptions

func (client *Client) CreateEntityWithOptions(tmpReq *CreateEntityRequest, runtime *util.RuntimeOptions) (_result *CreateEntityResponse, _err error)

func (*Client) CreateIntent

func (client *Client) CreateIntent(request *CreateIntentRequest) (_result *CreateIntentResponse, _err error)

func (*Client) CreateIntentWithOptions

func (client *Client) CreateIntentWithOptions(tmpReq *CreateIntentRequest, runtime *util.RuntimeOptions) (_result *CreateIntentResponse, _err error)

func (*Client) CreateKnowledge

func (client *Client) CreateKnowledge(request *CreateKnowledgeRequest) (_result *CreateKnowledgeResponse, _err error)

func (*Client) CreateKnowledgeWithOptions

func (client *Client) CreateKnowledgeWithOptions(tmpReq *CreateKnowledgeRequest, runtime *util.RuntimeOptions) (_result *CreateKnowledgeResponse, _err error)

func (*Client) CreatePerspective

func (client *Client) CreatePerspective(request *CreatePerspectiveRequest) (_result *CreatePerspectiveResponse, _err error)

func (*Client) CreatePerspectiveWithOptions

func (client *Client) CreatePerspectiveWithOptions(request *CreatePerspectiveRequest, runtime *util.RuntimeOptions) (_result *CreatePerspectiveResponse, _err error)

func (*Client) DeleteBot

func (client *Client) DeleteBot(request *DeleteBotRequest) (_result *DeleteBotResponse, _err error)

func (*Client) DeleteBotWithOptions

func (client *Client) DeleteBotWithOptions(request *DeleteBotRequest, runtime *util.RuntimeOptions) (_result *DeleteBotResponse, _err error)

func (*Client) DeleteCategory

func (client *Client) DeleteCategory(request *DeleteCategoryRequest) (_result *DeleteCategoryResponse, _err error)

func (*Client) DeleteCategoryWithOptions

func (client *Client) DeleteCategoryWithOptions(request *DeleteCategoryRequest, runtime *util.RuntimeOptions) (_result *DeleteCategoryResponse, _err error)

func (*Client) DeleteCoreWord

func (client *Client) DeleteCoreWord(request *DeleteCoreWordRequest) (_result *DeleteCoreWordResponse, _err error)

func (*Client) DeleteCoreWordWithOptions

func (client *Client) DeleteCoreWordWithOptions(request *DeleteCoreWordRequest, runtime *util.RuntimeOptions) (_result *DeleteCoreWordResponse, _err error)

func (*Client) DeleteDialog

func (client *Client) DeleteDialog(request *DeleteDialogRequest) (_result *DeleteDialogResponse, _err error)

func (*Client) DeleteDialogWithOptions

func (client *Client) DeleteDialogWithOptions(request *DeleteDialogRequest, runtime *util.RuntimeOptions) (_result *DeleteDialogResponse, _err error)

func (*Client) DeleteEntity

func (client *Client) DeleteEntity(request *DeleteEntityRequest) (_result *DeleteEntityResponse, _err error)

func (*Client) DeleteEntityWithOptions

func (client *Client) DeleteEntityWithOptions(request *DeleteEntityRequest, runtime *util.RuntimeOptions) (_result *DeleteEntityResponse, _err error)

func (*Client) DeleteIntent

func (client *Client) DeleteIntent(request *DeleteIntentRequest) (_result *DeleteIntentResponse, _err error)

func (*Client) DeleteIntentWithOptions

func (client *Client) DeleteIntentWithOptions(request *DeleteIntentRequest, runtime *util.RuntimeOptions) (_result *DeleteIntentResponse, _err error)

func (*Client) DeleteKnowledge

func (client *Client) DeleteKnowledge(request *DeleteKnowledgeRequest) (_result *DeleteKnowledgeResponse, _err error)

func (*Client) DeleteKnowledgeWithOptions

func (client *Client) DeleteKnowledgeWithOptions(request *DeleteKnowledgeRequest, runtime *util.RuntimeOptions) (_result *DeleteKnowledgeResponse, _err error)

func (*Client) DeletePerspective added in v2.0.6

func (client *Client) DeletePerspective(request *DeletePerspectiveRequest) (_result *DeletePerspectiveResponse, _err error)

func (*Client) DeletePerspectiveWithOptions added in v2.0.6

func (client *Client) DeletePerspectiveWithOptions(request *DeletePerspectiveRequest, runtime *util.RuntimeOptions) (_result *DeletePerspectiveResponse, _err error)

func (*Client) DescribeBot

func (client *Client) DescribeBot(request *DescribeBotRequest) (_result *DescribeBotResponse, _err error)

func (*Client) DescribeBotWithOptions

func (client *Client) DescribeBotWithOptions(request *DescribeBotRequest, runtime *util.RuntimeOptions) (_result *DescribeBotResponse, _err error)

func (*Client) DescribeCategory

func (client *Client) DescribeCategory(request *DescribeCategoryRequest) (_result *DescribeCategoryResponse, _err error)

func (*Client) DescribeCategoryWithOptions

func (client *Client) DescribeCategoryWithOptions(request *DescribeCategoryRequest, runtime *util.RuntimeOptions) (_result *DescribeCategoryResponse, _err error)

func (*Client) DescribeCoreWord

func (client *Client) DescribeCoreWord(request *DescribeCoreWordRequest) (_result *DescribeCoreWordResponse, _err error)

func (*Client) DescribeCoreWordWithOptions

func (client *Client) DescribeCoreWordWithOptions(request *DescribeCoreWordRequest, runtime *util.RuntimeOptions) (_result *DescribeCoreWordResponse, _err error)

func (*Client) DescribeDialog

func (client *Client) DescribeDialog(request *DescribeDialogRequest) (_result *DescribeDialogResponse, _err error)

func (*Client) DescribeDialogFlow

func (client *Client) DescribeDialogFlow(request *DescribeDialogFlowRequest) (_result *DescribeDialogFlowResponse, _err error)

func (*Client) DescribeDialogFlowWithOptions

func (client *Client) DescribeDialogFlowWithOptions(request *DescribeDialogFlowRequest, runtime *util.RuntimeOptions) (_result *DescribeDialogFlowResponse, _err error)

func (*Client) DescribeDialogWithOptions

func (client *Client) DescribeDialogWithOptions(request *DescribeDialogRequest, runtime *util.RuntimeOptions) (_result *DescribeDialogResponse, _err error)

func (*Client) DescribeEntities

func (client *Client) DescribeEntities(request *DescribeEntitiesRequest) (_result *DescribeEntitiesResponse, _err error)

func (*Client) DescribeEntitiesWithOptions

func (client *Client) DescribeEntitiesWithOptions(request *DescribeEntitiesRequest, runtime *util.RuntimeOptions) (_result *DescribeEntitiesResponse, _err error)

func (*Client) DescribeIntent

func (client *Client) DescribeIntent(request *DescribeIntentRequest) (_result *DescribeIntentResponse, _err error)

func (*Client) DescribeIntentWithOptions

func (client *Client) DescribeIntentWithOptions(request *DescribeIntentRequest, runtime *util.RuntimeOptions) (_result *DescribeIntentResponse, _err error)

func (*Client) DescribeKnowledge

func (client *Client) DescribeKnowledge(request *DescribeKnowledgeRequest) (_result *DescribeKnowledgeResponse, _err error)

func (*Client) DescribeKnowledgeWithOptions

func (client *Client) DescribeKnowledgeWithOptions(request *DescribeKnowledgeRequest, runtime *util.RuntimeOptions) (_result *DescribeKnowledgeResponse, _err error)

func (*Client) DescribePerspective

func (client *Client) DescribePerspective(request *DescribePerspectiveRequest) (_result *DescribePerspectiveResponse, _err error)

func (*Client) DescribePerspectiveWithOptions

func (client *Client) DescribePerspectiveWithOptions(request *DescribePerspectiveRequest, runtime *util.RuntimeOptions) (_result *DescribePerspectiveResponse, _err error)

func (*Client) DisableDialogFlow

func (client *Client) DisableDialogFlow(request *DisableDialogFlowRequest) (_result *DisableDialogFlowResponse, _err error)

func (*Client) DisableDialogFlowWithOptions

func (client *Client) DisableDialogFlowWithOptions(request *DisableDialogFlowRequest, runtime *util.RuntimeOptions) (_result *DisableDialogFlowResponse, _err error)

func (*Client) DisableKnowledge

func (client *Client) DisableKnowledge(request *DisableKnowledgeRequest) (_result *DisableKnowledgeResponse, _err error)

func (*Client) DisableKnowledgeWithOptions

func (client *Client) DisableKnowledgeWithOptions(request *DisableKnowledgeRequest, runtime *util.RuntimeOptions) (_result *DisableKnowledgeResponse, _err error)

func (*Client) Feedback

func (client *Client) Feedback(request *FeedbackRequest) (_result *FeedbackResponse, _err error)

func (*Client) FeedbackWithOptions

func (client *Client) FeedbackWithOptions(request *FeedbackRequest, runtime *util.RuntimeOptions) (_result *FeedbackResponse, _err error)

func (*Client) GetAsyncResult

func (client *Client) GetAsyncResult(request *GetAsyncResultRequest) (_result *GetAsyncResultResponse, _err error)

func (*Client) GetAsyncResultWithOptions

func (client *Client) GetAsyncResultWithOptions(request *GetAsyncResultRequest, runtime *util.RuntimeOptions) (_result *GetAsyncResultResponse, _err error)

func (*Client) GetBotChatData

func (client *Client) GetBotChatData(request *GetBotChatDataRequest) (_result *GetBotChatDataResponse, _err error)

func (*Client) GetBotChatDataWithOptions

func (client *Client) GetBotChatDataWithOptions(request *GetBotChatDataRequest, runtime *util.RuntimeOptions) (_result *GetBotChatDataResponse, _err error)

func (*Client) GetBotDsStatData

func (client *Client) GetBotDsStatData(request *GetBotDsStatDataRequest) (_result *GetBotDsStatDataResponse, _err error)

func (*Client) GetBotDsStatDataWithOptions

func (client *Client) GetBotDsStatDataWithOptions(request *GetBotDsStatDataRequest, runtime *util.RuntimeOptions) (_result *GetBotDsStatDataResponse, _err error)

func (*Client) GetBotKnowledgeStatData

func (client *Client) GetBotKnowledgeStatData(request *GetBotKnowledgeStatDataRequest) (_result *GetBotKnowledgeStatDataResponse, _err error)

func (*Client) GetBotKnowledgeStatDataWithOptions

func (client *Client) GetBotKnowledgeStatDataWithOptions(request *GetBotKnowledgeStatDataRequest, runtime *util.RuntimeOptions) (_result *GetBotKnowledgeStatDataResponse, _err error)

func (*Client) GetBotSessionData

func (client *Client) GetBotSessionData(request *GetBotSessionDataRequest) (_result *GetBotSessionDataResponse, _err error)

func (*Client) GetBotSessionDataWithOptions

func (client *Client) GetBotSessionDataWithOptions(request *GetBotSessionDataRequest, runtime *util.RuntimeOptions) (_result *GetBotSessionDataResponse, _err error)

func (*Client) GetConversationList

func (client *Client) GetConversationList(request *GetConversationListRequest) (_result *GetConversationListResponse, _err error)

func (*Client) GetConversationListWithOptions

func (client *Client) GetConversationListWithOptions(request *GetConversationListRequest, runtime *util.RuntimeOptions) (_result *GetConversationListResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListBotChatHistorys

func (client *Client) ListBotChatHistorys(request *ListBotChatHistorysRequest) (_result *ListBotChatHistorysResponse, _err error)

func (*Client) ListBotChatHistorysWithOptions

func (client *Client) ListBotChatHistorysWithOptions(request *ListBotChatHistorysRequest, runtime *util.RuntimeOptions) (_result *ListBotChatHistorysResponse, _err error)

func (*Client) ListBotColdDsDatas

func (client *Client) ListBotColdDsDatas(request *ListBotColdDsDatasRequest) (_result *ListBotColdDsDatasResponse, _err error)

func (*Client) ListBotColdDsDatasWithOptions

func (client *Client) ListBotColdDsDatasWithOptions(request *ListBotColdDsDatasRequest, runtime *util.RuntimeOptions) (_result *ListBotColdDsDatasResponse, _err error)

func (*Client) ListBotColdKnowledges

func (client *Client) ListBotColdKnowledges(request *ListBotColdKnowledgesRequest) (_result *ListBotColdKnowledgesResponse, _err error)

func (*Client) ListBotColdKnowledgesWithOptions

func (client *Client) ListBotColdKnowledgesWithOptions(request *ListBotColdKnowledgesRequest, runtime *util.RuntimeOptions) (_result *ListBotColdKnowledgesResponse, _err error)

func (*Client) ListBotDsDetails

func (client *Client) ListBotDsDetails(request *ListBotDsDetailsRequest) (_result *ListBotDsDetailsResponse, _err error)

func (*Client) ListBotDsDetailsWithOptions

func (client *Client) ListBotDsDetailsWithOptions(request *ListBotDsDetailsRequest, runtime *util.RuntimeOptions) (_result *ListBotDsDetailsResponse, _err error)

func (*Client) ListBotHotDsDatas

func (client *Client) ListBotHotDsDatas(request *ListBotHotDsDatasRequest) (_result *ListBotHotDsDatasResponse, _err error)

func (*Client) ListBotHotDsDatasWithOptions

func (client *Client) ListBotHotDsDatasWithOptions(request *ListBotHotDsDatasRequest, runtime *util.RuntimeOptions) (_result *ListBotHotDsDatasResponse, _err error)

func (*Client) ListBotHotKnowledges

func (client *Client) ListBotHotKnowledges(request *ListBotHotKnowledgesRequest) (_result *ListBotHotKnowledgesResponse, _err error)

func (*Client) ListBotHotKnowledgesWithOptions

func (client *Client) ListBotHotKnowledgesWithOptions(request *ListBotHotKnowledgesRequest, runtime *util.RuntimeOptions) (_result *ListBotHotKnowledgesResponse, _err error)

func (*Client) ListBotKnowledgeDetails

func (client *Client) ListBotKnowledgeDetails(request *ListBotKnowledgeDetailsRequest) (_result *ListBotKnowledgeDetailsResponse, _err error)

func (*Client) ListBotKnowledgeDetailsWithOptions

func (client *Client) ListBotKnowledgeDetailsWithOptions(request *ListBotKnowledgeDetailsRequest, runtime *util.RuntimeOptions) (_result *ListBotKnowledgeDetailsResponse, _err error)

func (*Client) ListBotReceptionDetailDatas

func (client *Client) ListBotReceptionDetailDatas(request *ListBotReceptionDetailDatasRequest) (_result *ListBotReceptionDetailDatasResponse, _err error)

func (*Client) ListBotReceptionDetailDatasWithOptions

func (client *Client) ListBotReceptionDetailDatasWithOptions(request *ListBotReceptionDetailDatasRequest, runtime *util.RuntimeOptions) (_result *ListBotReceptionDetailDatasResponse, _err error)

func (*Client) ListConversationLogs

func (client *Client) ListConversationLogs(request *ListConversationLogsRequest) (_result *ListConversationLogsResponse, _err error)

func (*Client) ListConversationLogsWithOptions

func (client *Client) ListConversationLogsWithOptions(request *ListConversationLogsRequest, runtime *util.RuntimeOptions) (_result *ListConversationLogsResponse, _err error)

func (*Client) MoveKnowledgeCategory

func (client *Client) MoveKnowledgeCategory(request *MoveKnowledgeCategoryRequest) (_result *MoveKnowledgeCategoryResponse, _err error)

func (*Client) MoveKnowledgeCategoryWithOptions

func (client *Client) MoveKnowledgeCategoryWithOptions(request *MoveKnowledgeCategoryRequest, runtime *util.RuntimeOptions) (_result *MoveKnowledgeCategoryResponse, _err error)

func (*Client) PublishDialogFlow

func (client *Client) PublishDialogFlow(request *PublishDialogFlowRequest) (_result *PublishDialogFlowResponse, _err error)

func (*Client) PublishDialogFlowWithOptions

func (client *Client) PublishDialogFlowWithOptions(request *PublishDialogFlowRequest, runtime *util.RuntimeOptions) (_result *PublishDialogFlowResponse, _err error)

func (*Client) PublishKnowledge

func (client *Client) PublishKnowledge(request *PublishKnowledgeRequest) (_result *PublishKnowledgeResponse, _err error)

func (*Client) PublishKnowledgeWithOptions

func (client *Client) PublishKnowledgeWithOptions(request *PublishKnowledgeRequest, runtime *util.RuntimeOptions) (_result *PublishKnowledgeResponse, _err error)

func (*Client) QueryBots

func (client *Client) QueryBots(request *QueryBotsRequest) (_result *QueryBotsResponse, _err error)

func (*Client) QueryBotsWithOptions

func (client *Client) QueryBotsWithOptions(request *QueryBotsRequest, runtime *util.RuntimeOptions) (_result *QueryBotsResponse, _err error)

func (*Client) QueryCategories

func (client *Client) QueryCategories(request *QueryCategoriesRequest) (_result *QueryCategoriesResponse, _err error)

func (*Client) QueryCategoriesWithOptions

func (client *Client) QueryCategoriesWithOptions(request *QueryCategoriesRequest, runtime *util.RuntimeOptions) (_result *QueryCategoriesResponse, _err error)

func (*Client) QueryCoreWords

func (client *Client) QueryCoreWords(request *QueryCoreWordsRequest) (_result *QueryCoreWordsResponse, _err error)

func (*Client) QueryCoreWordsWithOptions

func (client *Client) QueryCoreWordsWithOptions(request *QueryCoreWordsRequest, runtime *util.RuntimeOptions) (_result *QueryCoreWordsResponse, _err error)

func (*Client) QueryDialogs

func (client *Client) QueryDialogs(request *QueryDialogsRequest) (_result *QueryDialogsResponse, _err error)

func (*Client) QueryDialogsWithOptions

func (client *Client) QueryDialogsWithOptions(request *QueryDialogsRequest, runtime *util.RuntimeOptions) (_result *QueryDialogsResponse, _err error)

func (*Client) QueryEntities

func (client *Client) QueryEntities(request *QueryEntitiesRequest) (_result *QueryEntitiesResponse, _err error)

func (*Client) QueryEntitiesWithOptions

func (client *Client) QueryEntitiesWithOptions(request *QueryEntitiesRequest, runtime *util.RuntimeOptions) (_result *QueryEntitiesResponse, _err error)

func (*Client) QueryIntents

func (client *Client) QueryIntents(request *QueryIntentsRequest) (_result *QueryIntentsResponse, _err error)

func (*Client) QueryIntentsWithOptions

func (client *Client) QueryIntentsWithOptions(request *QueryIntentsRequest, runtime *util.RuntimeOptions) (_result *QueryIntentsResponse, _err error)

func (*Client) QueryKnowledges

func (client *Client) QueryKnowledges(request *QueryKnowledgesRequest) (_result *QueryKnowledgesResponse, _err error)

func (*Client) QueryKnowledgesWithOptions

func (client *Client) QueryKnowledgesWithOptions(request *QueryKnowledgesRequest, runtime *util.RuntimeOptions) (_result *QueryKnowledgesResponse, _err error)

func (*Client) QueryPerspectives

func (client *Client) QueryPerspectives(request *QueryPerspectivesRequest) (_result *QueryPerspectivesResponse, _err error)

func (*Client) QueryPerspectivesWithOptions

func (client *Client) QueryPerspectivesWithOptions(request *QueryPerspectivesRequest, runtime *util.RuntimeOptions) (_result *QueryPerspectivesResponse, _err error)

func (*Client) QuerySystemEntities

func (client *Client) QuerySystemEntities(request *QuerySystemEntitiesRequest) (_result *QuerySystemEntitiesResponse, _err error)

func (*Client) QuerySystemEntitiesWithOptions

func (client *Client) QuerySystemEntitiesWithOptions(request *QuerySystemEntitiesRequest, runtime *util.RuntimeOptions) (_result *QuerySystemEntitiesResponse, _err error)

func (*Client) RemoveEntityMember

func (client *Client) RemoveEntityMember(request *RemoveEntityMemberRequest) (_result *RemoveEntityMemberResponse, _err error)

func (*Client) RemoveEntityMemberWithOptions

func (client *Client) RemoveEntityMemberWithOptions(tmpReq *RemoveEntityMemberRequest, runtime *util.RuntimeOptions) (_result *RemoveEntityMemberResponse, _err error)

func (*Client) RemoveSynonym

func (client *Client) RemoveSynonym(request *RemoveSynonymRequest) (_result *RemoveSynonymResponse, _err error)

func (*Client) RemoveSynonymWithOptions

func (client *Client) RemoveSynonymWithOptions(request *RemoveSynonymRequest, runtime *util.RuntimeOptions) (_result *RemoveSynonymResponse, _err error)

func (*Client) TestDialogFlow

func (client *Client) TestDialogFlow(request *TestDialogFlowRequest) (_result *TestDialogFlowResponse, _err error)

func (*Client) TestDialogFlowWithOptions

func (client *Client) TestDialogFlowWithOptions(request *TestDialogFlowRequest, runtime *util.RuntimeOptions) (_result *TestDialogFlowResponse, _err error)

func (*Client) UpdateCategory

func (client *Client) UpdateCategory(request *UpdateCategoryRequest) (_result *UpdateCategoryResponse, _err error)

func (*Client) UpdateCategoryWithOptions

func (client *Client) UpdateCategoryWithOptions(request *UpdateCategoryRequest, runtime *util.RuntimeOptions) (_result *UpdateCategoryResponse, _err error)

func (*Client) UpdateCoreWord

func (client *Client) UpdateCoreWord(request *UpdateCoreWordRequest) (_result *UpdateCoreWordResponse, _err error)

func (*Client) UpdateCoreWordWithOptions

func (client *Client) UpdateCoreWordWithOptions(request *UpdateCoreWordRequest, runtime *util.RuntimeOptions) (_result *UpdateCoreWordResponse, _err error)

func (*Client) UpdateDialog

func (client *Client) UpdateDialog(request *UpdateDialogRequest) (_result *UpdateDialogResponse, _err error)

func (*Client) UpdateDialogFlow

func (client *Client) UpdateDialogFlow(request *UpdateDialogFlowRequest) (_result *UpdateDialogFlowResponse, _err error)

func (*Client) UpdateDialogFlowWithOptions

func (client *Client) UpdateDialogFlowWithOptions(tmpReq *UpdateDialogFlowRequest, runtime *util.RuntimeOptions) (_result *UpdateDialogFlowResponse, _err error)

func (*Client) UpdateDialogWithOptions

func (client *Client) UpdateDialogWithOptions(request *UpdateDialogRequest, runtime *util.RuntimeOptions) (_result *UpdateDialogResponse, _err error)

func (*Client) UpdateEntity

func (client *Client) UpdateEntity(request *UpdateEntityRequest) (_result *UpdateEntityResponse, _err error)

func (*Client) UpdateEntityWithOptions

func (client *Client) UpdateEntityWithOptions(tmpReq *UpdateEntityRequest, runtime *util.RuntimeOptions) (_result *UpdateEntityResponse, _err error)

func (*Client) UpdateIntent

func (client *Client) UpdateIntent(request *UpdateIntentRequest) (_result *UpdateIntentResponse, _err error)

func (*Client) UpdateIntentWithOptions

func (client *Client) UpdateIntentWithOptions(tmpReq *UpdateIntentRequest, runtime *util.RuntimeOptions) (_result *UpdateIntentResponse, _err error)

func (*Client) UpdateKnowledge

func (client *Client) UpdateKnowledge(request *UpdateKnowledgeRequest) (_result *UpdateKnowledgeResponse, _err error)

func (*Client) UpdateKnowledgeWithOptions

func (client *Client) UpdateKnowledgeWithOptions(tmpReq *UpdateKnowledgeRequest, runtime *util.RuntimeOptions) (_result *UpdateKnowledgeResponse, _err error)

func (*Client) UpdatePerspective

func (client *Client) UpdatePerspective(request *UpdatePerspectiveRequest) (_result *UpdatePerspectiveResponse, _err error)

func (*Client) UpdatePerspectiveWithOptions

func (client *Client) UpdatePerspectiveWithOptions(request *UpdatePerspectiveRequest, runtime *util.RuntimeOptions) (_result *UpdatePerspectiveResponse, _err error)

type CreateBotRequest

type CreateBotRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Avatar       *string `json:"Avatar,omitempty" xml:"Avatar,omitempty"`
	Introduction *string `json:"Introduction,omitempty" xml:"Introduction,omitempty"`
	LanguageCode *string `json:"LanguageCode,omitempty" xml:"LanguageCode,omitempty"`
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	RobotType    *string `json:"RobotType,omitempty" xml:"RobotType,omitempty"`
}

func (CreateBotRequest) GoString

func (s CreateBotRequest) GoString() string

func (*CreateBotRequest) SetAgentKey

func (s *CreateBotRequest) SetAgentKey(v string) *CreateBotRequest

func (*CreateBotRequest) SetAvatar

func (s *CreateBotRequest) SetAvatar(v string) *CreateBotRequest

func (*CreateBotRequest) SetIntroduction

func (s *CreateBotRequest) SetIntroduction(v string) *CreateBotRequest

func (*CreateBotRequest) SetLanguageCode

func (s *CreateBotRequest) SetLanguageCode(v string) *CreateBotRequest

func (*CreateBotRequest) SetName

func (s *CreateBotRequest) SetName(v string) *CreateBotRequest

func (*CreateBotRequest) SetRobotType

func (s *CreateBotRequest) SetRobotType(v string) *CreateBotRequest

func (CreateBotRequest) String

func (s CreateBotRequest) String() string

type CreateBotResponse

type CreateBotResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateBotResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateBotResponse) GoString

func (s CreateBotResponse) GoString() string

func (*CreateBotResponse) SetBody

func (*CreateBotResponse) SetHeaders

func (s *CreateBotResponse) SetHeaders(v map[string]*string) *CreateBotResponse

func (*CreateBotResponse) SetStatusCode added in v2.0.6

func (s *CreateBotResponse) SetStatusCode(v int32) *CreateBotResponse

func (CreateBotResponse) String

func (s CreateBotResponse) String() string

type CreateBotResponseBody

type CreateBotResponseBody struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateBotResponseBody) GoString

func (s CreateBotResponseBody) GoString() string

func (*CreateBotResponseBody) SetInstanceId

func (s *CreateBotResponseBody) SetInstanceId(v string) *CreateBotResponseBody

func (*CreateBotResponseBody) SetRequestId

func (CreateBotResponseBody) String

func (s CreateBotResponseBody) String() string

type CreateCategoryRequest

type CreateCategoryRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey         *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	BizCode          *string `json:"BizCode,omitempty" xml:"BizCode,omitempty"`
	KnowledgeType    *int32  `json:"KnowledgeType,omitempty" xml:"KnowledgeType,omitempty"`
	Name             *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ParentCategoryId *int64  `json:"ParentCategoryId,omitempty" xml:"ParentCategoryId,omitempty"`
}

func (CreateCategoryRequest) GoString

func (s CreateCategoryRequest) GoString() string

func (*CreateCategoryRequest) SetAgentKey

func (*CreateCategoryRequest) SetBizCode

func (*CreateCategoryRequest) SetKnowledgeType

func (s *CreateCategoryRequest) SetKnowledgeType(v int32) *CreateCategoryRequest

func (*CreateCategoryRequest) SetName

func (*CreateCategoryRequest) SetParentCategoryId

func (s *CreateCategoryRequest) SetParentCategoryId(v int64) *CreateCategoryRequest

func (CreateCategoryRequest) String

func (s CreateCategoryRequest) String() string

type CreateCategoryResponse

type CreateCategoryResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateCategoryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateCategoryResponse) GoString

func (s CreateCategoryResponse) GoString() string

func (*CreateCategoryResponse) SetBody

func (*CreateCategoryResponse) SetHeaders

func (*CreateCategoryResponse) SetStatusCode added in v2.0.6

func (CreateCategoryResponse) String

func (s CreateCategoryResponse) String() string

type CreateCategoryResponseBody

type CreateCategoryResponseBody struct {
	CategoryId *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success    *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateCategoryResponseBody) GoString

func (s CreateCategoryResponseBody) GoString() string

func (*CreateCategoryResponseBody) SetCategoryId

func (*CreateCategoryResponseBody) SetRequestId

func (*CreateCategoryResponseBody) SetSuccess

func (CreateCategoryResponseBody) String

type CreateCoreWordRequest

type CreateCoreWordRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CoreWordName *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
}

func (CreateCoreWordRequest) GoString

func (s CreateCoreWordRequest) GoString() string

func (*CreateCoreWordRequest) SetAgentKey

func (*CreateCoreWordRequest) SetCoreWordName

func (s *CreateCoreWordRequest) SetCoreWordName(v string) *CreateCoreWordRequest

func (CreateCoreWordRequest) String

func (s CreateCoreWordRequest) String() string

type CreateCoreWordResponse

type CreateCoreWordResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateCoreWordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateCoreWordResponse) GoString

func (s CreateCoreWordResponse) GoString() string

func (*CreateCoreWordResponse) SetBody

func (*CreateCoreWordResponse) SetHeaders

func (*CreateCoreWordResponse) SetStatusCode added in v2.0.6

func (CreateCoreWordResponse) String

func (s CreateCoreWordResponse) String() string

type CreateCoreWordResponseBody

type CreateCoreWordResponseBody struct {
	CoreWordCode *string `json:"CoreWordCode,omitempty" xml:"CoreWordCode,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateCoreWordResponseBody) GoString

func (s CreateCoreWordResponseBody) GoString() string

func (*CreateCoreWordResponseBody) SetCoreWordCode

func (*CreateCoreWordResponseBody) SetRequestId

func (CreateCoreWordResponseBody) String

type CreateDialogRequest

type CreateDialogRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey    *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	DialogName  *string `json:"DialogName,omitempty" xml:"DialogName,omitempty"`
	InstanceId  *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (CreateDialogRequest) GoString

func (s CreateDialogRequest) GoString() string

func (*CreateDialogRequest) SetAgentKey

func (s *CreateDialogRequest) SetAgentKey(v string) *CreateDialogRequest

func (*CreateDialogRequest) SetDescription

func (s *CreateDialogRequest) SetDescription(v string) *CreateDialogRequest

func (*CreateDialogRequest) SetDialogName

func (s *CreateDialogRequest) SetDialogName(v string) *CreateDialogRequest

func (*CreateDialogRequest) SetInstanceId

func (s *CreateDialogRequest) SetInstanceId(v string) *CreateDialogRequest

func (CreateDialogRequest) String

func (s CreateDialogRequest) String() string

type CreateDialogResponse

type CreateDialogResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateDialogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDialogResponse) GoString

func (s CreateDialogResponse) GoString() string

func (*CreateDialogResponse) SetBody

func (*CreateDialogResponse) SetHeaders

func (s *CreateDialogResponse) SetHeaders(v map[string]*string) *CreateDialogResponse

func (*CreateDialogResponse) SetStatusCode added in v2.0.6

func (s *CreateDialogResponse) SetStatusCode(v int32) *CreateDialogResponse

func (CreateDialogResponse) String

func (s CreateDialogResponse) String() string

type CreateDialogResponseBody

type CreateDialogResponseBody struct {
	DialogId  *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateDialogResponseBody) GoString

func (s CreateDialogResponseBody) GoString() string

func (*CreateDialogResponseBody) SetDialogId

func (*CreateDialogResponseBody) SetRequestId

func (CreateDialogResponseBody) String

func (s CreateDialogResponseBody) String() string

type CreateEntityRequest

type CreateEntityRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string                       `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId   *int64                        `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	EntityName *string                       `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
	EntityType *string                       `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	Members    []*CreateEntityRequestMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"`
	Regex      *string                       `json:"Regex,omitempty" xml:"Regex,omitempty"`
}

func (CreateEntityRequest) GoString

func (s CreateEntityRequest) GoString() string

func (*CreateEntityRequest) SetAgentKey

func (s *CreateEntityRequest) SetAgentKey(v string) *CreateEntityRequest

func (*CreateEntityRequest) SetDialogId

func (s *CreateEntityRequest) SetDialogId(v int64) *CreateEntityRequest

func (*CreateEntityRequest) SetEntityName

func (s *CreateEntityRequest) SetEntityName(v string) *CreateEntityRequest

func (*CreateEntityRequest) SetEntityType

func (s *CreateEntityRequest) SetEntityType(v string) *CreateEntityRequest

func (*CreateEntityRequest) SetMembers

func (*CreateEntityRequest) SetRegex

func (CreateEntityRequest) String

func (s CreateEntityRequest) String() string

type CreateEntityRequestMembers

type CreateEntityRequestMembers struct {
	MemberName *string   `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Synonyms   []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (CreateEntityRequestMembers) GoString

func (s CreateEntityRequestMembers) GoString() string

func (*CreateEntityRequestMembers) SetMemberName

func (*CreateEntityRequestMembers) SetSynonyms

func (CreateEntityRequestMembers) String

type CreateEntityResponse

type CreateEntityResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateEntityResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateEntityResponse) GoString

func (s CreateEntityResponse) GoString() string

func (*CreateEntityResponse) SetBody

func (*CreateEntityResponse) SetHeaders

func (s *CreateEntityResponse) SetHeaders(v map[string]*string) *CreateEntityResponse

func (*CreateEntityResponse) SetStatusCode added in v2.0.6

func (s *CreateEntityResponse) SetStatusCode(v int32) *CreateEntityResponse

func (CreateEntityResponse) String

func (s CreateEntityResponse) String() string

type CreateEntityResponseBody

type CreateEntityResponseBody struct {
	EntityId  *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateEntityResponseBody) GoString

func (s CreateEntityResponseBody) GoString() string

func (*CreateEntityResponseBody) SetEntityId

func (*CreateEntityResponseBody) SetRequestId

func (CreateEntityResponseBody) String

func (s CreateEntityResponseBody) String() string

type CreateEntityShrinkRequest

type CreateEntityShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey      *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId      *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	EntityName    *string `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
	EntityType    *string `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	MembersShrink *string `json:"Members,omitempty" xml:"Members,omitempty"`
	Regex         *string `json:"Regex,omitempty" xml:"Regex,omitempty"`
}

func (CreateEntityShrinkRequest) GoString

func (s CreateEntityShrinkRequest) GoString() string

func (*CreateEntityShrinkRequest) SetAgentKey

func (*CreateEntityShrinkRequest) SetDialogId

func (*CreateEntityShrinkRequest) SetEntityName

func (*CreateEntityShrinkRequest) SetEntityType

func (*CreateEntityShrinkRequest) SetMembersShrink

func (*CreateEntityShrinkRequest) SetRegex

func (CreateEntityShrinkRequest) String

func (s CreateEntityShrinkRequest) String() string

type CreateIntentRequest

type CreateIntentRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey         *string          `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId         *int64           `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	IntentDefinition *IntentCreateDTO `json:"IntentDefinition,omitempty" xml:"IntentDefinition,omitempty"`
}

func (CreateIntentRequest) GoString

func (s CreateIntentRequest) GoString() string

func (*CreateIntentRequest) SetAgentKey

func (s *CreateIntentRequest) SetAgentKey(v string) *CreateIntentRequest

func (*CreateIntentRequest) SetDialogId

func (s *CreateIntentRequest) SetDialogId(v int64) *CreateIntentRequest

func (*CreateIntentRequest) SetIntentDefinition

func (s *CreateIntentRequest) SetIntentDefinition(v *IntentCreateDTO) *CreateIntentRequest

func (CreateIntentRequest) String

func (s CreateIntentRequest) String() string

type CreateIntentResponse

type CreateIntentResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateIntentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateIntentResponse) GoString

func (s CreateIntentResponse) GoString() string

func (*CreateIntentResponse) SetBody

func (*CreateIntentResponse) SetHeaders

func (s *CreateIntentResponse) SetHeaders(v map[string]*string) *CreateIntentResponse

func (*CreateIntentResponse) SetStatusCode added in v2.0.6

func (s *CreateIntentResponse) SetStatusCode(v int32) *CreateIntentResponse

func (CreateIntentResponse) String

func (s CreateIntentResponse) String() string

type CreateIntentResponseBody

type CreateIntentResponseBody struct {
	IntentId  *int64  `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateIntentResponseBody) GoString

func (s CreateIntentResponseBody) GoString() string

func (*CreateIntentResponseBody) SetIntentId

func (*CreateIntentResponseBody) SetRequestId

func (CreateIntentResponseBody) String

func (s CreateIntentResponseBody) String() string

type CreateIntentShrinkRequest

type CreateIntentShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey               *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId               *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	IntentDefinitionShrink *string `json:"IntentDefinition,omitempty" xml:"IntentDefinition,omitempty"`
}

func (CreateIntentShrinkRequest) GoString

func (s CreateIntentShrinkRequest) GoString() string

func (*CreateIntentShrinkRequest) SetAgentKey

func (*CreateIntentShrinkRequest) SetDialogId

func (*CreateIntentShrinkRequest) SetIntentDefinitionShrink

func (s *CreateIntentShrinkRequest) SetIntentDefinitionShrink(v string) *CreateIntentShrinkRequest

func (CreateIntentShrinkRequest) String

func (s CreateIntentShrinkRequest) String() string

type CreateKnowledgeRequest

type CreateKnowledgeRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey  *string                          `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Knowledge *CreateKnowledgeRequestKnowledge `json:"Knowledge,omitempty" xml:"Knowledge,omitempty" type:"Struct"`
}

func (CreateKnowledgeRequest) GoString

func (s CreateKnowledgeRequest) GoString() string

func (*CreateKnowledgeRequest) SetAgentKey

func (*CreateKnowledgeRequest) SetKnowledge

func (CreateKnowledgeRequest) String

func (s CreateKnowledgeRequest) String() string

type CreateKnowledgeRequestKnowledge

type CreateKnowledgeRequestKnowledge struct {
	CategoryId     *int64                                         `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	EndDate        *string                                        `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	KnowledgeTitle *string                                        `json:"KnowledgeTitle,omitempty" xml:"KnowledgeTitle,omitempty"`
	KnowledgeType  *int32                                         `json:"KnowledgeType,omitempty" xml:"KnowledgeType,omitempty"`
	Outlines       []*CreateKnowledgeRequestKnowledgeOutlines     `json:"Outlines,omitempty" xml:"Outlines,omitempty" type:"Repeated"`
	SimQuestions   []*CreateKnowledgeRequestKnowledgeSimQuestions `json:"SimQuestions,omitempty" xml:"SimQuestions,omitempty" type:"Repeated"`
	Solutions      []*CreateKnowledgeRequestKnowledgeSolutions    `json:"Solutions,omitempty" xml:"Solutions,omitempty" type:"Repeated"`
	StartDate      *string                                        `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
}

func (CreateKnowledgeRequestKnowledge) GoString

func (*CreateKnowledgeRequestKnowledge) SetCategoryId

func (*CreateKnowledgeRequestKnowledge) SetEndDate

func (*CreateKnowledgeRequestKnowledge) SetKnowledgeTitle

func (*CreateKnowledgeRequestKnowledge) SetKnowledgeType

func (*CreateKnowledgeRequestKnowledge) SetStartDate

func (CreateKnowledgeRequestKnowledge) String

type CreateKnowledgeRequestKnowledgeOutlines

type CreateKnowledgeRequestKnowledgeOutlines struct {
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	OutlineId   *int64  `json:"OutlineId,omitempty" xml:"OutlineId,omitempty"`
	Title       *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (CreateKnowledgeRequestKnowledgeOutlines) GoString

func (*CreateKnowledgeRequestKnowledgeOutlines) SetKnowledgeId

func (*CreateKnowledgeRequestKnowledgeOutlines) SetOutlineId added in v2.0.5

func (*CreateKnowledgeRequestKnowledgeOutlines) SetTitle

func (CreateKnowledgeRequestKnowledgeOutlines) String

type CreateKnowledgeRequestKnowledgeSimQuestions

type CreateKnowledgeRequestKnowledgeSimQuestions struct {
	Title *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (CreateKnowledgeRequestKnowledgeSimQuestions) GoString

func (*CreateKnowledgeRequestKnowledgeSimQuestions) SetTitle

func (CreateKnowledgeRequestKnowledgeSimQuestions) String

type CreateKnowledgeRequestKnowledgeSolutions

type CreateKnowledgeRequestKnowledgeSolutions struct {
	Content        *string   `json:"Content,omitempty" xml:"Content,omitempty"`
	PerspectiveIds []*string `json:"PerspectiveIds,omitempty" xml:"PerspectiveIds,omitempty" type:"Repeated"`
	PlainText      *string   `json:"PlainText,omitempty" xml:"PlainText,omitempty"`
}

func (CreateKnowledgeRequestKnowledgeSolutions) GoString

func (*CreateKnowledgeRequestKnowledgeSolutions) SetContent

func (*CreateKnowledgeRequestKnowledgeSolutions) SetPerspectiveIds

func (*CreateKnowledgeRequestKnowledgeSolutions) SetPlainText

func (CreateKnowledgeRequestKnowledgeSolutions) String

type CreateKnowledgeResponse

type CreateKnowledgeResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateKnowledgeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateKnowledgeResponse) GoString

func (s CreateKnowledgeResponse) GoString() string

func (*CreateKnowledgeResponse) SetBody

func (*CreateKnowledgeResponse) SetHeaders

func (*CreateKnowledgeResponse) SetStatusCode added in v2.0.6

func (CreateKnowledgeResponse) String

func (s CreateKnowledgeResponse) String() string

type CreateKnowledgeResponseBody

type CreateKnowledgeResponseBody struct {
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateKnowledgeResponseBody) GoString

func (s CreateKnowledgeResponseBody) GoString() string

func (*CreateKnowledgeResponseBody) SetKnowledgeId

func (*CreateKnowledgeResponseBody) SetRequestId

func (CreateKnowledgeResponseBody) String

type CreateKnowledgeShrinkRequest

type CreateKnowledgeShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	KnowledgeShrink *string `json:"Knowledge,omitempty" xml:"Knowledge,omitempty"`
}

func (CreateKnowledgeShrinkRequest) GoString

func (s CreateKnowledgeShrinkRequest) GoString() string

func (*CreateKnowledgeShrinkRequest) SetAgentKey

func (*CreateKnowledgeShrinkRequest) SetKnowledgeShrink

func (CreateKnowledgeShrinkRequest) String

type CreatePerspectiveRequest

type CreatePerspectiveRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (CreatePerspectiveRequest) GoString

func (s CreatePerspectiveRequest) GoString() string

func (*CreatePerspectiveRequest) SetAgentKey

func (*CreatePerspectiveRequest) SetName

func (CreatePerspectiveRequest) String

func (s CreatePerspectiveRequest) String() string

type CreatePerspectiveResponse

type CreatePerspectiveResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreatePerspectiveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreatePerspectiveResponse) GoString

func (s CreatePerspectiveResponse) GoString() string

func (*CreatePerspectiveResponse) SetBody

func (*CreatePerspectiveResponse) SetHeaders

func (*CreatePerspectiveResponse) SetStatusCode added in v2.0.6

func (CreatePerspectiveResponse) String

func (s CreatePerspectiveResponse) String() string

type CreatePerspectiveResponseBody

type CreatePerspectiveResponseBody struct {
	PerspectiveId *string `json:"PerspectiveId,omitempty" xml:"PerspectiveId,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreatePerspectiveResponseBody) GoString

func (*CreatePerspectiveResponseBody) SetPerspectiveId

func (*CreatePerspectiveResponseBody) SetRequestId

func (CreatePerspectiveResponseBody) String

type DeleteBotRequest

type DeleteBotRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (DeleteBotRequest) GoString

func (s DeleteBotRequest) GoString() string

func (*DeleteBotRequest) SetAgentKey

func (s *DeleteBotRequest) SetAgentKey(v string) *DeleteBotRequest

func (*DeleteBotRequest) SetInstanceId

func (s *DeleteBotRequest) SetInstanceId(v string) *DeleteBotRequest

func (DeleteBotRequest) String

func (s DeleteBotRequest) String() string

type DeleteBotResponse

type DeleteBotResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteBotResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteBotResponse) GoString

func (s DeleteBotResponse) GoString() string

func (*DeleteBotResponse) SetBody

func (*DeleteBotResponse) SetHeaders

func (s *DeleteBotResponse) SetHeaders(v map[string]*string) *DeleteBotResponse

func (*DeleteBotResponse) SetStatusCode added in v2.0.6

func (s *DeleteBotResponse) SetStatusCode(v int32) *DeleteBotResponse

func (DeleteBotResponse) String

func (s DeleteBotResponse) String() string

type DeleteBotResponseBody

type DeleteBotResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteBotResponseBody) GoString

func (s DeleteBotResponseBody) GoString() string

func (*DeleteBotResponseBody) SetRequestId

func (DeleteBotResponseBody) String

func (s DeleteBotResponseBody) String() string

type DeleteCategoryRequest

type DeleteCategoryRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CategoryId *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
}

func (DeleteCategoryRequest) GoString

func (s DeleteCategoryRequest) GoString() string

func (*DeleteCategoryRequest) SetAgentKey

func (*DeleteCategoryRequest) SetCategoryId

func (s *DeleteCategoryRequest) SetCategoryId(v int64) *DeleteCategoryRequest

func (DeleteCategoryRequest) String

func (s DeleteCategoryRequest) String() string

type DeleteCategoryResponse

type DeleteCategoryResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteCategoryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteCategoryResponse) GoString

func (s DeleteCategoryResponse) GoString() string

func (*DeleteCategoryResponse) SetBody

func (*DeleteCategoryResponse) SetHeaders

func (*DeleteCategoryResponse) SetStatusCode added in v2.0.6

func (DeleteCategoryResponse) String

func (s DeleteCategoryResponse) String() string

type DeleteCategoryResponseBody

type DeleteCategoryResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteCategoryResponseBody) GoString

func (s DeleteCategoryResponseBody) GoString() string

func (*DeleteCategoryResponseBody) SetRequestId

func (*DeleteCategoryResponseBody) SetSuccess

func (DeleteCategoryResponseBody) String

type DeleteCoreWordRequest

type DeleteCoreWordRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CoreWordName *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
}

func (DeleteCoreWordRequest) GoString

func (s DeleteCoreWordRequest) GoString() string

func (*DeleteCoreWordRequest) SetAgentKey

func (*DeleteCoreWordRequest) SetCoreWordName

func (s *DeleteCoreWordRequest) SetCoreWordName(v string) *DeleteCoreWordRequest

func (DeleteCoreWordRequest) String

func (s DeleteCoreWordRequest) String() string

type DeleteCoreWordResponse

type DeleteCoreWordResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteCoreWordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteCoreWordResponse) GoString

func (s DeleteCoreWordResponse) GoString() string

func (*DeleteCoreWordResponse) SetBody

func (*DeleteCoreWordResponse) SetHeaders

func (*DeleteCoreWordResponse) SetStatusCode added in v2.0.6

func (DeleteCoreWordResponse) String

func (s DeleteCoreWordResponse) String() string

type DeleteCoreWordResponseBody

type DeleteCoreWordResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteCoreWordResponseBody) GoString

func (s DeleteCoreWordResponseBody) GoString() string

func (*DeleteCoreWordResponseBody) SetRequestId

func (*DeleteCoreWordResponseBody) SetSuccess

func (DeleteCoreWordResponseBody) String

type DeleteDialogRequest

type DeleteDialogRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
}

func (DeleteDialogRequest) GoString

func (s DeleteDialogRequest) GoString() string

func (*DeleteDialogRequest) SetAgentKey

func (s *DeleteDialogRequest) SetAgentKey(v string) *DeleteDialogRequest

func (*DeleteDialogRequest) SetDialogId

func (s *DeleteDialogRequest) SetDialogId(v int64) *DeleteDialogRequest

func (DeleteDialogRequest) String

func (s DeleteDialogRequest) String() string

type DeleteDialogResponse

type DeleteDialogResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteDialogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteDialogResponse) GoString

func (s DeleteDialogResponse) GoString() string

func (*DeleteDialogResponse) SetBody

func (*DeleteDialogResponse) SetHeaders

func (s *DeleteDialogResponse) SetHeaders(v map[string]*string) *DeleteDialogResponse

func (*DeleteDialogResponse) SetStatusCode added in v2.0.6

func (s *DeleteDialogResponse) SetStatusCode(v int32) *DeleteDialogResponse

func (DeleteDialogResponse) String

func (s DeleteDialogResponse) String() string

type DeleteDialogResponseBody

type DeleteDialogResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteDialogResponseBody) GoString

func (s DeleteDialogResponseBody) GoString() string

func (*DeleteDialogResponseBody) SetRequestId

func (DeleteDialogResponseBody) String

func (s DeleteDialogResponseBody) String() string

type DeleteEntityRequest

type DeleteEntityRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EntityId *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
}

func (DeleteEntityRequest) GoString

func (s DeleteEntityRequest) GoString() string

func (*DeleteEntityRequest) SetAgentKey

func (s *DeleteEntityRequest) SetAgentKey(v string) *DeleteEntityRequest

func (*DeleteEntityRequest) SetEntityId

func (s *DeleteEntityRequest) SetEntityId(v int64) *DeleteEntityRequest

func (DeleteEntityRequest) String

func (s DeleteEntityRequest) String() string

type DeleteEntityResponse

type DeleteEntityResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteEntityResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteEntityResponse) GoString

func (s DeleteEntityResponse) GoString() string

func (*DeleteEntityResponse) SetBody

func (*DeleteEntityResponse) SetHeaders

func (s *DeleteEntityResponse) SetHeaders(v map[string]*string) *DeleteEntityResponse

func (*DeleteEntityResponse) SetStatusCode added in v2.0.6

func (s *DeleteEntityResponse) SetStatusCode(v int32) *DeleteEntityResponse

func (DeleteEntityResponse) String

func (s DeleteEntityResponse) String() string

type DeleteEntityResponseBody

type DeleteEntityResponseBody struct {
	EntityId  *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteEntityResponseBody) GoString

func (s DeleteEntityResponseBody) GoString() string

func (*DeleteEntityResponseBody) SetEntityId

func (*DeleteEntityResponseBody) SetRequestId

func (DeleteEntityResponseBody) String

func (s DeleteEntityResponseBody) String() string

type DeleteIntentRequest

type DeleteIntentRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	IntentId *int64  `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
}

func (DeleteIntentRequest) GoString

func (s DeleteIntentRequest) GoString() string

func (*DeleteIntentRequest) SetAgentKey

func (s *DeleteIntentRequest) SetAgentKey(v string) *DeleteIntentRequest

func (*DeleteIntentRequest) SetIntentId

func (s *DeleteIntentRequest) SetIntentId(v int64) *DeleteIntentRequest

func (DeleteIntentRequest) String

func (s DeleteIntentRequest) String() string

type DeleteIntentResponse

type DeleteIntentResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteIntentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteIntentResponse) GoString

func (s DeleteIntentResponse) GoString() string

func (*DeleteIntentResponse) SetBody

func (*DeleteIntentResponse) SetHeaders

func (s *DeleteIntentResponse) SetHeaders(v map[string]*string) *DeleteIntentResponse

func (*DeleteIntentResponse) SetStatusCode added in v2.0.6

func (s *DeleteIntentResponse) SetStatusCode(v int32) *DeleteIntentResponse

func (DeleteIntentResponse) String

func (s DeleteIntentResponse) String() string

type DeleteIntentResponseBody

type DeleteIntentResponseBody struct {
	IntentId  *int64  `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteIntentResponseBody) GoString

func (s DeleteIntentResponseBody) GoString() string

func (*DeleteIntentResponseBody) SetIntentId

func (*DeleteIntentResponseBody) SetRequestId

func (DeleteIntentResponseBody) String

func (s DeleteIntentResponseBody) String() string

type DeleteKnowledgeRequest

type DeleteKnowledgeRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey    *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
}

func (DeleteKnowledgeRequest) GoString

func (s DeleteKnowledgeRequest) GoString() string

func (*DeleteKnowledgeRequest) SetAgentKey

func (*DeleteKnowledgeRequest) SetKnowledgeId

func (s *DeleteKnowledgeRequest) SetKnowledgeId(v int64) *DeleteKnowledgeRequest

func (DeleteKnowledgeRequest) String

func (s DeleteKnowledgeRequest) String() string

type DeleteKnowledgeResponse

type DeleteKnowledgeResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteKnowledgeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteKnowledgeResponse) GoString

func (s DeleteKnowledgeResponse) GoString() string

func (*DeleteKnowledgeResponse) SetBody

func (*DeleteKnowledgeResponse) SetHeaders

func (*DeleteKnowledgeResponse) SetStatusCode added in v2.0.6

func (DeleteKnowledgeResponse) String

func (s DeleteKnowledgeResponse) String() string

type DeleteKnowledgeResponseBody

type DeleteKnowledgeResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteKnowledgeResponseBody) GoString

func (s DeleteKnowledgeResponseBody) GoString() string

func (*DeleteKnowledgeResponseBody) SetRequestId

func (DeleteKnowledgeResponseBody) String

type DeletePerspectiveRequest added in v2.0.6

type DeletePerspectiveRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey      *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	PerspectiveId *string `json:"PerspectiveId,omitempty" xml:"PerspectiveId,omitempty"`
}

func (DeletePerspectiveRequest) GoString added in v2.0.6

func (s DeletePerspectiveRequest) GoString() string

func (*DeletePerspectiveRequest) SetAgentKey added in v2.0.6

func (*DeletePerspectiveRequest) SetPerspectiveId added in v2.0.6

func (DeletePerspectiveRequest) String added in v2.0.6

func (s DeletePerspectiveRequest) String() string

type DeletePerspectiveResponse added in v2.0.6

type DeletePerspectiveResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeletePerspectiveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeletePerspectiveResponse) GoString added in v2.0.6

func (s DeletePerspectiveResponse) GoString() string

func (*DeletePerspectiveResponse) SetBody added in v2.0.6

func (*DeletePerspectiveResponse) SetHeaders added in v2.0.6

func (*DeletePerspectiveResponse) SetStatusCode added in v2.0.6

func (DeletePerspectiveResponse) String added in v2.0.6

func (s DeletePerspectiveResponse) String() string

type DeletePerspectiveResponseBody added in v2.0.6

type DeletePerspectiveResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DeletePerspectiveResponseBody) GoString added in v2.0.6

func (*DeletePerspectiveResponseBody) SetRequestId added in v2.0.6

func (*DeletePerspectiveResponseBody) SetResult added in v2.0.6

func (DeletePerspectiveResponseBody) String added in v2.0.6

type DescribeBotRequest

type DescribeBotRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (DescribeBotRequest) GoString

func (s DescribeBotRequest) GoString() string

func (*DescribeBotRequest) SetAgentKey

func (s *DescribeBotRequest) SetAgentKey(v string) *DescribeBotRequest

func (*DescribeBotRequest) SetInstanceId

func (s *DescribeBotRequest) SetInstanceId(v string) *DescribeBotRequest

func (DescribeBotRequest) String

func (s DescribeBotRequest) String() string

type DescribeBotResponse

type DescribeBotResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeBotResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeBotResponse) GoString

func (s DescribeBotResponse) GoString() string

func (*DescribeBotResponse) SetBody

func (*DescribeBotResponse) SetHeaders

func (s *DescribeBotResponse) SetHeaders(v map[string]*string) *DescribeBotResponse

func (*DescribeBotResponse) SetStatusCode added in v2.0.6

func (s *DescribeBotResponse) SetStatusCode(v int32) *DescribeBotResponse

func (DescribeBotResponse) String

func (s DescribeBotResponse) String() string

type DescribeBotResponseBody

type DescribeBotResponseBody struct {
	Avatar       *string                              `json:"Avatar,omitempty" xml:"Avatar,omitempty"`
	Categories   []*DescribeBotResponseBodyCategories `json:"Categories,omitempty" xml:"Categories,omitempty" type:"Repeated"`
	CreateTime   *string                              `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	InstanceId   *string                              `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Introduction *string                              `json:"Introduction,omitempty" xml:"Introduction,omitempty"`
	LanguageCode *string                              `json:"LanguageCode,omitempty" xml:"LanguageCode,omitempty"`
	Name         *string                              `json:"Name,omitempty" xml:"Name,omitempty"`
	RequestId    *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TimeZone     *string                              `json:"TimeZone,omitempty" xml:"TimeZone,omitempty"`
}

func (DescribeBotResponseBody) GoString

func (s DescribeBotResponseBody) GoString() string

func (*DescribeBotResponseBody) SetAvatar

func (*DescribeBotResponseBody) SetCategories

func (*DescribeBotResponseBody) SetCreateTime

func (*DescribeBotResponseBody) SetInstanceId

func (*DescribeBotResponseBody) SetIntroduction

func (*DescribeBotResponseBody) SetLanguageCode

func (*DescribeBotResponseBody) SetName

func (*DescribeBotResponseBody) SetRequestId

func (*DescribeBotResponseBody) SetTimeZone

func (DescribeBotResponseBody) String

func (s DescribeBotResponseBody) String() string

type DescribeBotResponseBodyCategories

type DescribeBotResponseBodyCategories struct {
	CategoryId       *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	Name             *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ParentCategoryId *int64  `json:"ParentCategoryId,omitempty" xml:"ParentCategoryId,omitempty"`
}

func (DescribeBotResponseBodyCategories) GoString

func (*DescribeBotResponseBodyCategories) SetCategoryId

func (*DescribeBotResponseBodyCategories) SetName

func (*DescribeBotResponseBodyCategories) SetParentCategoryId

func (DescribeBotResponseBodyCategories) String

type DescribeCategoryRequest

type DescribeCategoryRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CategoryId *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
}

func (DescribeCategoryRequest) GoString

func (s DescribeCategoryRequest) GoString() string

func (*DescribeCategoryRequest) SetAgentKey

func (*DescribeCategoryRequest) SetCategoryId

func (DescribeCategoryRequest) String

func (s DescribeCategoryRequest) String() string

type DescribeCategoryResponse

type DescribeCategoryResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeCategoryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeCategoryResponse) GoString

func (s DescribeCategoryResponse) GoString() string

func (*DescribeCategoryResponse) SetBody

func (*DescribeCategoryResponse) SetHeaders

func (*DescribeCategoryResponse) SetStatusCode added in v2.0.6

func (DescribeCategoryResponse) String

func (s DescribeCategoryResponse) String() string

type DescribeCategoryResponseBody

type DescribeCategoryResponseBody struct {
	CategoryId       *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	Name             *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ParentCategoryId *int64  `json:"ParentCategoryId,omitempty" xml:"ParentCategoryId,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeCategoryResponseBody) GoString

func (s DescribeCategoryResponseBody) GoString() string

func (*DescribeCategoryResponseBody) SetCategoryId

func (*DescribeCategoryResponseBody) SetName

func (*DescribeCategoryResponseBody) SetParentCategoryId

func (*DescribeCategoryResponseBody) SetRequestId

func (DescribeCategoryResponseBody) String

type DescribeCoreWordRequest

type DescribeCoreWordRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CoreWordName *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
}

func (DescribeCoreWordRequest) GoString

func (s DescribeCoreWordRequest) GoString() string

func (*DescribeCoreWordRequest) SetAgentKey

func (*DescribeCoreWordRequest) SetCoreWordName

func (DescribeCoreWordRequest) String

func (s DescribeCoreWordRequest) String() string

type DescribeCoreWordResponse

type DescribeCoreWordResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeCoreWordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeCoreWordResponse) GoString

func (s DescribeCoreWordResponse) GoString() string

func (*DescribeCoreWordResponse) SetBody

func (*DescribeCoreWordResponse) SetHeaders

func (*DescribeCoreWordResponse) SetStatusCode added in v2.0.6

func (DescribeCoreWordResponse) String

func (s DescribeCoreWordResponse) String() string

type DescribeCoreWordResponseBody

type DescribeCoreWordResponseBody struct {
	CoreWordCode *string   `json:"CoreWordCode,omitempty" xml:"CoreWordCode,omitempty"`
	CoreWordName *string   `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
	CreateTime   *string   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ModifyTime   *string   `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	RequestId    *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Synonyms     []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (DescribeCoreWordResponseBody) GoString

func (s DescribeCoreWordResponseBody) GoString() string

func (*DescribeCoreWordResponseBody) SetCoreWordCode

func (*DescribeCoreWordResponseBody) SetCoreWordName

func (*DescribeCoreWordResponseBody) SetCreateTime

func (*DescribeCoreWordResponseBody) SetModifyTime

func (*DescribeCoreWordResponseBody) SetRequestId

func (*DescribeCoreWordResponseBody) SetSynonyms

func (DescribeCoreWordResponseBody) String

type DescribeDialogFlowRequest

type DescribeDialogFlowRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
}

func (DescribeDialogFlowRequest) GoString

func (s DescribeDialogFlowRequest) GoString() string

func (*DescribeDialogFlowRequest) SetAgentKey

func (*DescribeDialogFlowRequest) SetDialogId

func (DescribeDialogFlowRequest) String

func (s DescribeDialogFlowRequest) String() string

type DescribeDialogFlowResponse

type DescribeDialogFlowResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDialogFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDialogFlowResponse) GoString

func (s DescribeDialogFlowResponse) GoString() string

func (*DescribeDialogFlowResponse) SetBody

func (*DescribeDialogFlowResponse) SetHeaders

func (*DescribeDialogFlowResponse) SetStatusCode added in v2.0.6

func (DescribeDialogFlowResponse) String

type DescribeDialogFlowResponseBody

type DescribeDialogFlowResponseBody struct {
	AccountId        *string                `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	CreateTime       *string                `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId     *string                `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserName   *string                `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	DialogId         *int64                 `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	DialogName       *string                `json:"DialogName,omitempty" xml:"DialogName,omitempty"`
	GlobalVars       map[string]interface{} `json:"GlobalVars,omitempty" xml:"GlobalVars,omitempty"`
	InstanceId       *string                `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	ModifyTime       *string                `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserId     *string                `json:"ModifyUserId,omitempty" xml:"ModifyUserId,omitempty"`
	ModifyUserName   *string                `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	ModuleDefinition *PaasProcessData       `json:"ModuleDefinition,omitempty" xml:"ModuleDefinition,omitempty"`
	ModuleId         *int64                 `json:"ModuleId,omitempty" xml:"ModuleId,omitempty"`
	ModuleName       *string                `json:"ModuleName,omitempty" xml:"ModuleName,omitempty"`
	RequestId        *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status           *int32                 `json:"Status,omitempty" xml:"Status,omitempty"`
	Tags             *string                `json:"Tags,omitempty" xml:"Tags,omitempty"`
	Templates        *string                `json:"Templates,omitempty" xml:"Templates,omitempty"`
}

func (DescribeDialogFlowResponseBody) GoString

func (*DescribeDialogFlowResponseBody) SetAccountId

func (*DescribeDialogFlowResponseBody) SetCreateTime

func (*DescribeDialogFlowResponseBody) SetCreateUserId

func (*DescribeDialogFlowResponseBody) SetCreateUserName

func (*DescribeDialogFlowResponseBody) SetDialogId

func (*DescribeDialogFlowResponseBody) SetDialogName

func (*DescribeDialogFlowResponseBody) SetGlobalVars

func (s *DescribeDialogFlowResponseBody) SetGlobalVars(v map[string]interface{}) *DescribeDialogFlowResponseBody

func (*DescribeDialogFlowResponseBody) SetInstanceId

func (*DescribeDialogFlowResponseBody) SetModifyTime

func (*DescribeDialogFlowResponseBody) SetModifyUserId

func (*DescribeDialogFlowResponseBody) SetModifyUserName

func (*DescribeDialogFlowResponseBody) SetModuleDefinition

func (*DescribeDialogFlowResponseBody) SetModuleId

func (*DescribeDialogFlowResponseBody) SetModuleName

func (*DescribeDialogFlowResponseBody) SetRequestId

func (*DescribeDialogFlowResponseBody) SetStatus

func (*DescribeDialogFlowResponseBody) SetTags

func (*DescribeDialogFlowResponseBody) SetTemplates

func (DescribeDialogFlowResponseBody) String

type DescribeDialogRequest

type DescribeDialogRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
}

func (DescribeDialogRequest) GoString

func (s DescribeDialogRequest) GoString() string

func (*DescribeDialogRequest) SetAgentKey

func (*DescribeDialogRequest) SetDialogId

func (DescribeDialogRequest) String

func (s DescribeDialogRequest) String() string

type DescribeDialogResponse

type DescribeDialogResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDialogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDialogResponse) GoString

func (s DescribeDialogResponse) GoString() string

func (*DescribeDialogResponse) SetBody

func (*DescribeDialogResponse) SetHeaders

func (*DescribeDialogResponse) SetStatusCode added in v2.0.6

func (DescribeDialogResponse) String

func (s DescribeDialogResponse) String() string

type DescribeDialogResponseBody

type DescribeDialogResponseBody struct {
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId   *string `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserName *string `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	DialogId       *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	DialogName     *string `json:"DialogName,omitempty" xml:"DialogName,omitempty"`
	IsOnline       *bool   `json:"IsOnline,omitempty" xml:"IsOnline,omitempty"`
	IsSampleDialog *bool   `json:"IsSampleDialog,omitempty" xml:"IsSampleDialog,omitempty"`
	ModifyTime     *string `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserId   *string `json:"ModifyUserId,omitempty" xml:"ModifyUserId,omitempty"`
	ModifyUserName *string `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status         *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeDialogResponseBody) GoString

func (s DescribeDialogResponseBody) GoString() string

func (*DescribeDialogResponseBody) SetCreateTime

func (*DescribeDialogResponseBody) SetCreateUserId

func (*DescribeDialogResponseBody) SetCreateUserName

func (*DescribeDialogResponseBody) SetDescription

func (*DescribeDialogResponseBody) SetDialogId

func (*DescribeDialogResponseBody) SetDialogName

func (*DescribeDialogResponseBody) SetIsOnline

func (*DescribeDialogResponseBody) SetIsSampleDialog

func (*DescribeDialogResponseBody) SetModifyTime

func (*DescribeDialogResponseBody) SetModifyUserId

func (*DescribeDialogResponseBody) SetModifyUserName

func (*DescribeDialogResponseBody) SetRequestId

func (*DescribeDialogResponseBody) SetStatus

func (DescribeDialogResponseBody) String

type DescribeEntitiesRequest

type DescribeEntitiesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EntityId *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
}

func (DescribeEntitiesRequest) GoString

func (s DescribeEntitiesRequest) GoString() string

func (*DescribeEntitiesRequest) SetAgentKey

func (*DescribeEntitiesRequest) SetEntityId

func (DescribeEntitiesRequest) String

func (s DescribeEntitiesRequest) String() string

type DescribeEntitiesResponse

type DescribeEntitiesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeEntitiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeEntitiesResponse) GoString

func (s DescribeEntitiesResponse) GoString() string

func (*DescribeEntitiesResponse) SetBody

func (*DescribeEntitiesResponse) SetHeaders

func (*DescribeEntitiesResponse) SetStatusCode added in v2.0.6

func (DescribeEntitiesResponse) String

func (s DescribeEntitiesResponse) String() string

type DescribeEntitiesResponseBody

type DescribeEntitiesResponseBody struct {
	CreateTime     *string                                `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId   *string                                `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserName *string                                `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	EntityId       *int64                                 `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	EntityName     *string                                `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
	EntityType     *string                                `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	Members        []*DescribeEntitiesResponseBodyMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"`
	ModifyTime     *string                                `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserId   *string                                `json:"ModifyUserId,omitempty" xml:"ModifyUserId,omitempty"`
	ModifyUserName *string                                `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Regex          *string                                `json:"Regex,omitempty" xml:"Regex,omitempty"`
	RequestId      *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeEntitiesResponseBody) GoString

func (s DescribeEntitiesResponseBody) GoString() string

func (*DescribeEntitiesResponseBody) SetCreateTime

func (*DescribeEntitiesResponseBody) SetCreateUserId

func (*DescribeEntitiesResponseBody) SetCreateUserName

func (*DescribeEntitiesResponseBody) SetEntityId

func (*DescribeEntitiesResponseBody) SetEntityName

func (*DescribeEntitiesResponseBody) SetEntityType

func (*DescribeEntitiesResponseBody) SetMembers

func (*DescribeEntitiesResponseBody) SetModifyTime

func (*DescribeEntitiesResponseBody) SetModifyUserId

func (*DescribeEntitiesResponseBody) SetModifyUserName

func (*DescribeEntitiesResponseBody) SetRegex

func (*DescribeEntitiesResponseBody) SetRequestId

func (DescribeEntitiesResponseBody) String

type DescribeEntitiesResponseBodyMembers

type DescribeEntitiesResponseBodyMembers struct {
	MemberName *string   `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Synonyms   []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (DescribeEntitiesResponseBodyMembers) GoString

func (*DescribeEntitiesResponseBodyMembers) SetMemberName

func (*DescribeEntitiesResponseBodyMembers) SetSynonyms

func (DescribeEntitiesResponseBodyMembers) String

type DescribeIntentRequest

type DescribeIntentRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	IntentId *int64  `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
}

func (DescribeIntentRequest) GoString

func (s DescribeIntentRequest) GoString() string

func (*DescribeIntentRequest) SetAgentKey

func (*DescribeIntentRequest) SetIntentId

func (DescribeIntentRequest) String

func (s DescribeIntentRequest) String() string

type DescribeIntentResponse

type DescribeIntentResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeIntentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeIntentResponse) GoString

func (s DescribeIntentResponse) GoString() string

func (*DescribeIntentResponse) SetBody

func (*DescribeIntentResponse) SetHeaders

func (*DescribeIntentResponse) SetStatusCode added in v2.0.6

func (DescribeIntentResponse) String

func (s DescribeIntentResponse) String() string

type DescribeIntentResponseBody

type DescribeIntentResponseBody struct {
	CreateTime     *string                                `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId   *string                                `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserName *string                                `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	DialogId       *int64                                 `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	IntentId       *int64                                 `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
	ModifyTime     *string                                `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserId   *string                                `json:"ModifyUserId,omitempty" xml:"ModifyUserId,omitempty"`
	ModifyUserName *string                                `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Name           *string                                `json:"Name,omitempty" xml:"Name,omitempty"`
	RequestId      *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RuleCheck      []*DescribeIntentResponseBodyRuleCheck `json:"RuleCheck,omitempty" xml:"RuleCheck,omitempty" type:"Repeated"`
	Slot           []*DescribeIntentResponseBodySlot      `json:"Slot,omitempty" xml:"Slot,omitempty" type:"Repeated"`
	Type           *string                                `json:"Type,omitempty" xml:"Type,omitempty"`
	UserSay        []*DescribeIntentResponseBodyUserSay   `json:"UserSay,omitempty" xml:"UserSay,omitempty" type:"Repeated"`
}

func (DescribeIntentResponseBody) GoString

func (s DescribeIntentResponseBody) GoString() string

func (*DescribeIntentResponseBody) SetCreateTime

func (*DescribeIntentResponseBody) SetCreateUserId

func (*DescribeIntentResponseBody) SetCreateUserName

func (*DescribeIntentResponseBody) SetDialogId

func (*DescribeIntentResponseBody) SetIntentId

func (*DescribeIntentResponseBody) SetModifyTime

func (*DescribeIntentResponseBody) SetModifyUserId

func (*DescribeIntentResponseBody) SetModifyUserName

func (*DescribeIntentResponseBody) SetName

func (*DescribeIntentResponseBody) SetRequestId

func (*DescribeIntentResponseBody) SetRuleCheck

func (*DescribeIntentResponseBody) SetSlot

func (*DescribeIntentResponseBody) SetType

func (*DescribeIntentResponseBody) SetUserSay

func (DescribeIntentResponseBody) String

type DescribeIntentResponseBodyRuleCheck

type DescribeIntentResponseBodyRuleCheck struct {
	Error   []*string `json:"Error,omitempty" xml:"Error,omitempty" type:"Repeated"`
	Strict  *bool     `json:"Strict,omitempty" xml:"Strict,omitempty"`
	Text    *string   `json:"Text,omitempty" xml:"Text,omitempty"`
	Warning []*string `json:"Warning,omitempty" xml:"Warning,omitempty" type:"Repeated"`
}

func (DescribeIntentResponseBodyRuleCheck) GoString

func (*DescribeIntentResponseBodyRuleCheck) SetError

func (*DescribeIntentResponseBodyRuleCheck) SetStrict

func (*DescribeIntentResponseBodyRuleCheck) SetText

func (*DescribeIntentResponseBodyRuleCheck) SetWarning

func (DescribeIntentResponseBodyRuleCheck) String

type DescribeIntentResponseBodySlot

type DescribeIntentResponseBodySlot struct {
	IsArray     *bool                                 `json:"IsArray,omitempty" xml:"IsArray,omitempty"`
	IsNecessary *bool                                 `json:"IsNecessary,omitempty" xml:"IsNecessary,omitempty"`
	LifeSpan    *int32                                `json:"LifeSpan,omitempty" xml:"LifeSpan,omitempty"`
	Name        *string                               `json:"Name,omitempty" xml:"Name,omitempty"`
	Question    []*string                             `json:"Question,omitempty" xml:"Question,omitempty" type:"Repeated"`
	SlotId      *string                               `json:"SlotId,omitempty" xml:"SlotId,omitempty"`
	Tags        []*DescribeIntentResponseBodySlotTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	Value       *string                               `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeIntentResponseBodySlot) GoString

func (*DescribeIntentResponseBodySlot) SetIsArray

func (*DescribeIntentResponseBodySlot) SetIsNecessary

func (*DescribeIntentResponseBodySlot) SetLifeSpan

func (*DescribeIntentResponseBodySlot) SetName

func (*DescribeIntentResponseBodySlot) SetQuestion

func (*DescribeIntentResponseBodySlot) SetSlotId

func (*DescribeIntentResponseBodySlot) SetTags

func (*DescribeIntentResponseBodySlot) SetValue

func (DescribeIntentResponseBodySlot) String

type DescribeIntentResponseBodySlotTags

type DescribeIntentResponseBodySlotTags struct {
	UserSayId *string `json:"UserSayId,omitempty" xml:"UserSayId,omitempty"`
	Value     *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeIntentResponseBodySlotTags) GoString

func (*DescribeIntentResponseBodySlotTags) SetUserSayId

func (*DescribeIntentResponseBodySlotTags) SetValue

func (DescribeIntentResponseBodySlotTags) String

type DescribeIntentResponseBodyUserSay

type DescribeIntentResponseBodyUserSay struct {
	Data      []*DescribeIntentResponseBodyUserSayData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Strict    *bool                                    `json:"Strict,omitempty" xml:"Strict,omitempty"`
	UserSayId *string                                  `json:"UserSayId,omitempty" xml:"UserSayId,omitempty"`
}

func (DescribeIntentResponseBodyUserSay) GoString

func (*DescribeIntentResponseBodyUserSay) SetStrict

func (*DescribeIntentResponseBodyUserSay) SetUserSayId

func (DescribeIntentResponseBodyUserSay) String

type DescribeIntentResponseBodyUserSayData

type DescribeIntentResponseBodyUserSayData struct {
	SlotId *string `json:"SlotId,omitempty" xml:"SlotId,omitempty"`
	Text   *string `json:"Text,omitempty" xml:"Text,omitempty"`
}

func (DescribeIntentResponseBodyUserSayData) GoString

func (*DescribeIntentResponseBodyUserSayData) SetSlotId

func (*DescribeIntentResponseBodyUserSayData) SetText

func (DescribeIntentResponseBodyUserSayData) String

type DescribeKnowledgeRequest

type DescribeKnowledgeRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey    *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
}

func (DescribeKnowledgeRequest) GoString

func (s DescribeKnowledgeRequest) GoString() string

func (*DescribeKnowledgeRequest) SetAgentKey

func (*DescribeKnowledgeRequest) SetKnowledgeId

func (DescribeKnowledgeRequest) String

func (s DescribeKnowledgeRequest) String() string

type DescribeKnowledgeResponse

type DescribeKnowledgeResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeKnowledgeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeKnowledgeResponse) GoString

func (s DescribeKnowledgeResponse) GoString() string

func (*DescribeKnowledgeResponse) SetBody

func (*DescribeKnowledgeResponse) SetHeaders

func (*DescribeKnowledgeResponse) SetStatusCode added in v2.0.6

func (DescribeKnowledgeResponse) String

func (s DescribeKnowledgeResponse) String() string

type DescribeKnowledgeResponseBody

type DescribeKnowledgeResponseBody struct {
	CategoryId      *int64                                       `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	CoreWords       []*string                                    `json:"CoreWords,omitempty" xml:"CoreWords,omitempty" type:"Repeated"`
	CreateTime      *string                                      `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserName  *string                                      `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	EndDate         *string                                      `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	KeyWords        []*string                                    `json:"KeyWords,omitempty" xml:"KeyWords,omitempty" type:"Repeated"`
	KnowledgeId     *int64                                       `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	KnowledgeStatus *int32                                       `json:"KnowledgeStatus,omitempty" xml:"KnowledgeStatus,omitempty"`
	KnowledgeTitle  *string                                      `json:"KnowledgeTitle,omitempty" xml:"KnowledgeTitle,omitempty"`
	KnowledgeType   *int32                                       `json:"KnowledgeType,omitempty" xml:"KnowledgeType,omitempty"`
	ModifyTime      *string                                      `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserName  *string                                      `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Outlines        []*DescribeKnowledgeResponseBodyOutlines     `json:"Outlines,omitempty" xml:"Outlines,omitempty" type:"Repeated"`
	RequestId       *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SimQuestions    []*DescribeKnowledgeResponseBodySimQuestions `json:"SimQuestions,omitempty" xml:"SimQuestions,omitempty" type:"Repeated"`
	Solutions       []*DescribeKnowledgeResponseBodySolutions    `json:"Solutions,omitempty" xml:"Solutions,omitempty" type:"Repeated"`
	StartDate       *string                                      `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
	Version         *int32                                       `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeKnowledgeResponseBody) GoString

func (*DescribeKnowledgeResponseBody) SetCategoryId

func (*DescribeKnowledgeResponseBody) SetCoreWords

func (*DescribeKnowledgeResponseBody) SetCreateTime

func (*DescribeKnowledgeResponseBody) SetCreateUserName

func (*DescribeKnowledgeResponseBody) SetEndDate

func (*DescribeKnowledgeResponseBody) SetKeyWords

func (*DescribeKnowledgeResponseBody) SetKnowledgeId

func (*DescribeKnowledgeResponseBody) SetKnowledgeStatus

func (*DescribeKnowledgeResponseBody) SetKnowledgeTitle

func (*DescribeKnowledgeResponseBody) SetKnowledgeType

func (*DescribeKnowledgeResponseBody) SetModifyTime

func (*DescribeKnowledgeResponseBody) SetModifyUserName

func (*DescribeKnowledgeResponseBody) SetOutlines

func (*DescribeKnowledgeResponseBody) SetRequestId

func (*DescribeKnowledgeResponseBody) SetSolutions

func (*DescribeKnowledgeResponseBody) SetStartDate

func (*DescribeKnowledgeResponseBody) SetVersion

func (DescribeKnowledgeResponseBody) String

type DescribeKnowledgeResponseBodyOutlines

type DescribeKnowledgeResponseBodyOutlines struct {
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	OutlineId   *int64  `json:"OutlineId,omitempty" xml:"OutlineId,omitempty"`
	Title       *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (DescribeKnowledgeResponseBodyOutlines) GoString

func (*DescribeKnowledgeResponseBodyOutlines) SetKnowledgeId

func (*DescribeKnowledgeResponseBodyOutlines) SetOutlineId

func (*DescribeKnowledgeResponseBodyOutlines) SetTitle

func (DescribeKnowledgeResponseBodyOutlines) String

type DescribeKnowledgeResponseBodySimQuestions

type DescribeKnowledgeResponseBodySimQuestions struct {
	CreateTime    *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ModifyTime    *string `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	SimQuestionId *int64  `json:"SimQuestionId,omitempty" xml:"SimQuestionId,omitempty"`
	Title         *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (DescribeKnowledgeResponseBodySimQuestions) GoString

func (*DescribeKnowledgeResponseBodySimQuestions) SetCreateTime

func (*DescribeKnowledgeResponseBodySimQuestions) SetModifyTime

func (*DescribeKnowledgeResponseBodySimQuestions) SetSimQuestionId

func (*DescribeKnowledgeResponseBodySimQuestions) SetTitle

func (DescribeKnowledgeResponseBodySimQuestions) String

type DescribeKnowledgeResponseBodySolutions

type DescribeKnowledgeResponseBodySolutions struct {
	Content        *string   `json:"Content,omitempty" xml:"Content,omitempty"`
	CreateTime     *string   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ModifyTime     *string   `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	PerspectiveIds []*string `json:"PerspectiveIds,omitempty" xml:"PerspectiveIds,omitempty" type:"Repeated"`
	PlainText      *string   `json:"PlainText,omitempty" xml:"PlainText,omitempty"`
	SolutionId     *int64    `json:"SolutionId,omitempty" xml:"SolutionId,omitempty"`
	Summary        *string   `json:"Summary,omitempty" xml:"Summary,omitempty"`
}

func (DescribeKnowledgeResponseBodySolutions) GoString

func (*DescribeKnowledgeResponseBodySolutions) SetContent

func (*DescribeKnowledgeResponseBodySolutions) SetCreateTime

func (*DescribeKnowledgeResponseBodySolutions) SetModifyTime

func (*DescribeKnowledgeResponseBodySolutions) SetPerspectiveIds

func (*DescribeKnowledgeResponseBodySolutions) SetPlainText

func (*DescribeKnowledgeResponseBodySolutions) SetSolutionId

func (*DescribeKnowledgeResponseBodySolutions) SetSummary

func (DescribeKnowledgeResponseBodySolutions) String

type DescribePerspectiveRequest

type DescribePerspectiveRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey      *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	PerspectiveId *string `json:"PerspectiveId,omitempty" xml:"PerspectiveId,omitempty"`
}

func (DescribePerspectiveRequest) GoString

func (s DescribePerspectiveRequest) GoString() string

func (*DescribePerspectiveRequest) SetAgentKey

func (*DescribePerspectiveRequest) SetPerspectiveId

func (DescribePerspectiveRequest) String

type DescribePerspectiveResponse

type DescribePerspectiveResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribePerspectiveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribePerspectiveResponse) GoString

func (s DescribePerspectiveResponse) GoString() string

func (*DescribePerspectiveResponse) SetBody

func (*DescribePerspectiveResponse) SetHeaders

func (*DescribePerspectiveResponse) SetStatusCode added in v2.0.6

func (DescribePerspectiveResponse) String

type DescribePerspectiveResponseBody

type DescribePerspectiveResponseBody struct {
	CreateTime      *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserName  *string `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	ModifyTime      *string `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserName  *string `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PerspectiveCode *string `json:"PerspectiveCode,omitempty" xml:"PerspectiveCode,omitempty"`
	PerspectiveId   *string `json:"PerspectiveId,omitempty" xml:"PerspectiveId,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SelfDefine      *bool   `json:"SelfDefine,omitempty" xml:"SelfDefine,omitempty"`
	Status          *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribePerspectiveResponseBody) GoString

func (*DescribePerspectiveResponseBody) SetCreateTime

func (*DescribePerspectiveResponseBody) SetCreateUserName

func (*DescribePerspectiveResponseBody) SetModifyTime

func (*DescribePerspectiveResponseBody) SetModifyUserName

func (*DescribePerspectiveResponseBody) SetName

func (*DescribePerspectiveResponseBody) SetPerspectiveCode

func (*DescribePerspectiveResponseBody) SetPerspectiveId

func (*DescribePerspectiveResponseBody) SetRequestId

func (*DescribePerspectiveResponseBody) SetSelfDefine

func (*DescribePerspectiveResponseBody) SetStatus

func (DescribePerspectiveResponseBody) String

type DisableDialogFlowRequest

type DisableDialogFlowRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
}

func (DisableDialogFlowRequest) GoString

func (s DisableDialogFlowRequest) GoString() string

func (*DisableDialogFlowRequest) SetAgentKey

func (*DisableDialogFlowRequest) SetDialogId

func (DisableDialogFlowRequest) String

func (s DisableDialogFlowRequest) String() string

type DisableDialogFlowResponse

type DisableDialogFlowResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableDialogFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableDialogFlowResponse) GoString

func (s DisableDialogFlowResponse) GoString() string

func (*DisableDialogFlowResponse) SetBody

func (*DisableDialogFlowResponse) SetHeaders

func (*DisableDialogFlowResponse) SetStatusCode added in v2.0.6

func (DisableDialogFlowResponse) String

func (s DisableDialogFlowResponse) String() string

type DisableDialogFlowResponseBody

type DisableDialogFlowResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DisableDialogFlowResponseBody) GoString

func (*DisableDialogFlowResponseBody) SetRequestId

func (DisableDialogFlowResponseBody) String

type DisableKnowledgeRequest

type DisableKnowledgeRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey    *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
}

func (DisableKnowledgeRequest) GoString

func (s DisableKnowledgeRequest) GoString() string

func (*DisableKnowledgeRequest) SetAgentKey

func (*DisableKnowledgeRequest) SetKnowledgeId

func (DisableKnowledgeRequest) String

func (s DisableKnowledgeRequest) String() string

type DisableKnowledgeResponse

type DisableKnowledgeResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableKnowledgeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableKnowledgeResponse) GoString

func (s DisableKnowledgeResponse) GoString() string

func (*DisableKnowledgeResponse) SetBody

func (*DisableKnowledgeResponse) SetHeaders

func (*DisableKnowledgeResponse) SetStatusCode added in v2.0.6

func (DisableKnowledgeResponse) String

func (s DisableKnowledgeResponse) String() string

type DisableKnowledgeResponseBody

type DisableKnowledgeResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DisableKnowledgeResponseBody) GoString

func (s DisableKnowledgeResponseBody) GoString() string

func (*DisableKnowledgeResponseBody) SetRequestId

func (DisableKnowledgeResponseBody) String

type FeedbackRequest

type FeedbackRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Feedback   *string `json:"Feedback,omitempty" xml:"Feedback,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	MessageId  *string `json:"MessageId,omitempty" xml:"MessageId,omitempty"`
	SessionId  *string `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
}

func (FeedbackRequest) GoString

func (s FeedbackRequest) GoString() string

func (*FeedbackRequest) SetAgentKey

func (s *FeedbackRequest) SetAgentKey(v string) *FeedbackRequest

func (*FeedbackRequest) SetFeedback

func (s *FeedbackRequest) SetFeedback(v string) *FeedbackRequest

func (*FeedbackRequest) SetInstanceId

func (s *FeedbackRequest) SetInstanceId(v string) *FeedbackRequest

func (*FeedbackRequest) SetMessageId

func (s *FeedbackRequest) SetMessageId(v string) *FeedbackRequest

func (*FeedbackRequest) SetSessionId

func (s *FeedbackRequest) SetSessionId(v string) *FeedbackRequest

func (FeedbackRequest) String

func (s FeedbackRequest) String() string

type FeedbackResponse

type FeedbackResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *FeedbackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (FeedbackResponse) GoString

func (s FeedbackResponse) GoString() string

func (*FeedbackResponse) SetBody

func (*FeedbackResponse) SetHeaders

func (s *FeedbackResponse) SetHeaders(v map[string]*string) *FeedbackResponse

func (*FeedbackResponse) SetStatusCode added in v2.0.6

func (s *FeedbackResponse) SetStatusCode(v int32) *FeedbackResponse

func (FeedbackResponse) String

func (s FeedbackResponse) String() string

type FeedbackResponseBody

type FeedbackResponseBody struct {
	Feedback   *string `json:"Feedback,omitempty" xml:"Feedback,omitempty"`
	HttpStatus *int64  `json:"HttpStatus,omitempty" xml:"HttpStatus,omitempty"`
	MessageId  *string `json:"MessageId,omitempty" xml:"MessageId,omitempty"`
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success    *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (FeedbackResponseBody) GoString

func (s FeedbackResponseBody) GoString() string

func (*FeedbackResponseBody) SetFeedback

func (*FeedbackResponseBody) SetHttpStatus

func (s *FeedbackResponseBody) SetHttpStatus(v int64) *FeedbackResponseBody

func (*FeedbackResponseBody) SetMessageId

func (s *FeedbackResponseBody) SetMessageId(v string) *FeedbackResponseBody

func (*FeedbackResponseBody) SetRequestId

func (s *FeedbackResponseBody) SetRequestId(v string) *FeedbackResponseBody

func (*FeedbackResponseBody) SetSuccess

func (FeedbackResponseBody) String

func (s FeedbackResponseBody) String() string

type GetAsyncResultRequest

type GetAsyncResultRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	TaskId   *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (GetAsyncResultRequest) GoString

func (s GetAsyncResultRequest) GoString() string

func (*GetAsyncResultRequest) SetAgentKey

func (*GetAsyncResultRequest) SetTaskId

func (GetAsyncResultRequest) String

func (s GetAsyncResultRequest) String() string

type GetAsyncResultResponse

type GetAsyncResultResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAsyncResultResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAsyncResultResponse) GoString

func (s GetAsyncResultResponse) GoString() string

func (*GetAsyncResultResponse) SetBody

func (*GetAsyncResultResponse) SetHeaders

func (*GetAsyncResultResponse) SetStatusCode added in v2.0.6

func (GetAsyncResultResponse) String

func (s GetAsyncResultResponse) String() string

type GetAsyncResultResponseBody

type GetAsyncResultResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetAsyncResultResponseBody) GoString

func (s GetAsyncResultResponseBody) GoString() string

func (*GetAsyncResultResponseBody) SetCode

func (*GetAsyncResultResponseBody) SetData

func (*GetAsyncResultResponseBody) SetMessage

func (*GetAsyncResultResponseBody) SetRequestId

func (*GetAsyncResultResponseBody) SetSuccess

func (GetAsyncResultResponseBody) String

type GetBotChatDataRequest

type GetBotChatDataRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetBotChatDataRequest) GoString

func (s GetBotChatDataRequest) GoString() string

func (*GetBotChatDataRequest) SetAgentKey

func (*GetBotChatDataRequest) SetEndTime

func (*GetBotChatDataRequest) SetRobotInstanceId

func (s *GetBotChatDataRequest) SetRobotInstanceId(v string) *GetBotChatDataRequest

func (*GetBotChatDataRequest) SetStartTime

func (GetBotChatDataRequest) String

func (s GetBotChatDataRequest) String() string

type GetBotChatDataResponse

type GetBotChatDataResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetBotChatDataResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetBotChatDataResponse) GoString

func (s GetBotChatDataResponse) GoString() string

func (*GetBotChatDataResponse) SetBody

func (*GetBotChatDataResponse) SetHeaders

func (*GetBotChatDataResponse) SetStatusCode added in v2.0.6

func (GetBotChatDataResponse) String

func (s GetBotChatDataResponse) String() string

type GetBotChatDataResponseBody

type GetBotChatDataResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetBotChatDataResponseBody) GoString

func (s GetBotChatDataResponseBody) GoString() string

func (*GetBotChatDataResponseBody) SetCostTime

func (*GetBotChatDataResponseBody) SetDatas

func (s *GetBotChatDataResponseBody) SetDatas(v []map[string]interface{}) *GetBotChatDataResponseBody

func (*GetBotChatDataResponseBody) SetRequestId

func (GetBotChatDataResponseBody) String

type GetBotDsStatDataRequest

type GetBotDsStatDataRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetBotDsStatDataRequest) GoString

func (s GetBotDsStatDataRequest) GoString() string

func (*GetBotDsStatDataRequest) SetAgentKey

func (*GetBotDsStatDataRequest) SetEndTime

func (*GetBotDsStatDataRequest) SetRobotInstanceId

func (s *GetBotDsStatDataRequest) SetRobotInstanceId(v string) *GetBotDsStatDataRequest

func (*GetBotDsStatDataRequest) SetStartTime

func (GetBotDsStatDataRequest) String

func (s GetBotDsStatDataRequest) String() string

type GetBotDsStatDataResponse

type GetBotDsStatDataResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetBotDsStatDataResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetBotDsStatDataResponse) GoString

func (s GetBotDsStatDataResponse) GoString() string

func (*GetBotDsStatDataResponse) SetBody

func (*GetBotDsStatDataResponse) SetHeaders

func (*GetBotDsStatDataResponse) SetStatusCode added in v2.0.6

func (GetBotDsStatDataResponse) String

func (s GetBotDsStatDataResponse) String() string

type GetBotDsStatDataResponseBody

type GetBotDsStatDataResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetBotDsStatDataResponseBody) GoString

func (s GetBotDsStatDataResponseBody) GoString() string

func (*GetBotDsStatDataResponseBody) SetCostTime

func (*GetBotDsStatDataResponseBody) SetDatas

func (s *GetBotDsStatDataResponseBody) SetDatas(v []map[string]interface{}) *GetBotDsStatDataResponseBody

func (*GetBotDsStatDataResponseBody) SetRequestId

func (GetBotDsStatDataResponseBody) String

type GetBotKnowledgeStatDataRequest

type GetBotKnowledgeStatDataRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetBotKnowledgeStatDataRequest) GoString

func (*GetBotKnowledgeStatDataRequest) SetAgentKey

func (*GetBotKnowledgeStatDataRequest) SetEndTime

func (*GetBotKnowledgeStatDataRequest) SetRobotInstanceId

func (*GetBotKnowledgeStatDataRequest) SetStartTime

func (GetBotKnowledgeStatDataRequest) String

type GetBotKnowledgeStatDataResponse

type GetBotKnowledgeStatDataResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetBotKnowledgeStatDataResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetBotKnowledgeStatDataResponse) GoString

func (*GetBotKnowledgeStatDataResponse) SetHeaders

func (*GetBotKnowledgeStatDataResponse) SetStatusCode added in v2.0.6

func (GetBotKnowledgeStatDataResponse) String

type GetBotKnowledgeStatDataResponseBody

type GetBotKnowledgeStatDataResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetBotKnowledgeStatDataResponseBody) GoString

func (*GetBotKnowledgeStatDataResponseBody) SetCostTime

func (*GetBotKnowledgeStatDataResponseBody) SetDatas

func (*GetBotKnowledgeStatDataResponseBody) SetRequestId

func (GetBotKnowledgeStatDataResponseBody) String

type GetBotSessionDataRequest

type GetBotSessionDataRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetBotSessionDataRequest) GoString

func (s GetBotSessionDataRequest) GoString() string

func (*GetBotSessionDataRequest) SetAgentKey

func (*GetBotSessionDataRequest) SetEndTime

func (*GetBotSessionDataRequest) SetRobotInstanceId

func (s *GetBotSessionDataRequest) SetRobotInstanceId(v string) *GetBotSessionDataRequest

func (*GetBotSessionDataRequest) SetStartTime

func (GetBotSessionDataRequest) String

func (s GetBotSessionDataRequest) String() string

type GetBotSessionDataResponse

type GetBotSessionDataResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetBotSessionDataResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetBotSessionDataResponse) GoString

func (s GetBotSessionDataResponse) GoString() string

func (*GetBotSessionDataResponse) SetBody

func (*GetBotSessionDataResponse) SetHeaders

func (*GetBotSessionDataResponse) SetStatusCode added in v2.0.6

func (GetBotSessionDataResponse) String

func (s GetBotSessionDataResponse) String() string

type GetBotSessionDataResponseBody

type GetBotSessionDataResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetBotSessionDataResponseBody) GoString

func (*GetBotSessionDataResponseBody) SetCostTime

func (*GetBotSessionDataResponseBody) SetDatas

func (s *GetBotSessionDataResponseBody) SetDatas(v []map[string]interface{}) *GetBotSessionDataResponseBody

func (*GetBotSessionDataResponseBody) SetRequestId

func (GetBotSessionDataResponseBody) String

type GetConversationListRequest

type GetConversationListRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndDate    *string `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PageNumber *string `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SenderId   *string `json:"SenderId,omitempty" xml:"SenderId,omitempty"`
	SessionId  *string `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
	StartDate  *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
}

func (GetConversationListRequest) GoString

func (s GetConversationListRequest) GoString() string

func (*GetConversationListRequest) SetAgentKey

func (*GetConversationListRequest) SetEndDate

func (*GetConversationListRequest) SetInstanceId

func (*GetConversationListRequest) SetPageNumber

func (*GetConversationListRequest) SetPageSize

func (*GetConversationListRequest) SetSenderId

func (*GetConversationListRequest) SetSessionId

func (*GetConversationListRequest) SetStartDate

func (GetConversationListRequest) String

type GetConversationListResponse

type GetConversationListResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetConversationListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetConversationListResponse) GoString

func (s GetConversationListResponse) GoString() string

func (*GetConversationListResponse) SetBody

func (*GetConversationListResponse) SetHeaders

func (*GetConversationListResponse) SetStatusCode added in v2.0.6

func (GetConversationListResponse) String

type GetConversationListResponseBody

type GetConversationListResponseBody struct {
	Messages    []map[string]interface{} `json:"Messages,omitempty" xml:"Messages,omitempty" type:"Repeated"`
	PageNumber  *int64                   `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *int64                   `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId   *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCounts *int64                   `json:"TotalCounts,omitempty" xml:"TotalCounts,omitempty"`
}

func (GetConversationListResponseBody) GoString

func (*GetConversationListResponseBody) SetMessages

func (s *GetConversationListResponseBody) SetMessages(v []map[string]interface{}) *GetConversationListResponseBody

func (*GetConversationListResponseBody) SetPageNumber

func (*GetConversationListResponseBody) SetPageSize

func (*GetConversationListResponseBody) SetRequestId

func (*GetConversationListResponseBody) SetTotalCounts

func (GetConversationListResponseBody) String

type IntentCreateDTO

type IntentCreateDTO struct {
	// IntentId
	IntentId *int64 `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// RuleCheck
	RuleCheck []*RuleMtopDTO       `json:"RuleCheck,omitempty" xml:"RuleCheck,omitempty" type:"Repeated"`
	Slot      []*SlotrecordMtopDTO `json:"Slot,omitempty" xml:"Slot,omitempty" type:"Repeated"`
	// UserSay
	UserSay []*UsersayMtopDTO `json:"UserSay,omitempty" xml:"UserSay,omitempty" type:"Repeated"`
}

func (IntentCreateDTO) GoString

func (s IntentCreateDTO) GoString() string

func (*IntentCreateDTO) SetIntentId

func (s *IntentCreateDTO) SetIntentId(v int64) *IntentCreateDTO

func (*IntentCreateDTO) SetName

func (s *IntentCreateDTO) SetName(v string) *IntentCreateDTO

func (*IntentCreateDTO) SetRuleCheck

func (s *IntentCreateDTO) SetRuleCheck(v []*RuleMtopDTO) *IntentCreateDTO

func (*IntentCreateDTO) SetSlot

func (*IntentCreateDTO) SetUserSay

func (s *IntentCreateDTO) SetUserSay(v []*UsersayMtopDTO) *IntentCreateDTO

func (IntentCreateDTO) String

func (s IntentCreateDTO) String() string

type ListBotChatHistorysRequest

type ListBotChatHistorysRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Limit           *int32  `json:"Limit,omitempty" xml:"Limit,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotChatHistorysRequest) GoString

func (s ListBotChatHistorysRequest) GoString() string

func (*ListBotChatHistorysRequest) SetAgentKey

func (*ListBotChatHistorysRequest) SetEndTime

func (*ListBotChatHistorysRequest) SetLimit

func (*ListBotChatHistorysRequest) SetRobotInstanceId

func (*ListBotChatHistorysRequest) SetStartTime

func (ListBotChatHistorysRequest) String

type ListBotChatHistorysResponse

type ListBotChatHistorysResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotChatHistorysResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotChatHistorysResponse) GoString

func (s ListBotChatHistorysResponse) GoString() string

func (*ListBotChatHistorysResponse) SetBody

func (*ListBotChatHistorysResponse) SetHeaders

func (*ListBotChatHistorysResponse) SetStatusCode added in v2.0.6

func (ListBotChatHistorysResponse) String

type ListBotChatHistorysResponseBody

type ListBotChatHistorysResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotChatHistorysResponseBody) GoString

func (*ListBotChatHistorysResponseBody) SetCostTime

func (*ListBotChatHistorysResponseBody) SetDatas

func (*ListBotChatHistorysResponseBody) SetRequestId

func (ListBotChatHistorysResponseBody) String

type ListBotColdDsDatasRequest

type ListBotColdDsDatasRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Limit           *int32  `json:"Limit,omitempty" xml:"Limit,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotColdDsDatasRequest) GoString

func (s ListBotColdDsDatasRequest) GoString() string

func (*ListBotColdDsDatasRequest) SetAgentKey

func (*ListBotColdDsDatasRequest) SetEndTime

func (*ListBotColdDsDatasRequest) SetLimit

func (*ListBotColdDsDatasRequest) SetRobotInstanceId

func (*ListBotColdDsDatasRequest) SetStartTime

func (ListBotColdDsDatasRequest) String

func (s ListBotColdDsDatasRequest) String() string

type ListBotColdDsDatasResponse

type ListBotColdDsDatasResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotColdDsDatasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotColdDsDatasResponse) GoString

func (s ListBotColdDsDatasResponse) GoString() string

func (*ListBotColdDsDatasResponse) SetBody

func (*ListBotColdDsDatasResponse) SetHeaders

func (*ListBotColdDsDatasResponse) SetStatusCode added in v2.0.6

func (ListBotColdDsDatasResponse) String

type ListBotColdDsDatasResponseBody

type ListBotColdDsDatasResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotColdDsDatasResponseBody) GoString

func (*ListBotColdDsDatasResponseBody) SetCostTime

func (*ListBotColdDsDatasResponseBody) SetDatas

func (s *ListBotColdDsDatasResponseBody) SetDatas(v []map[string]interface{}) *ListBotColdDsDatasResponseBody

func (*ListBotColdDsDatasResponseBody) SetRequestId

func (ListBotColdDsDatasResponseBody) String

type ListBotColdKnowledgesRequest

type ListBotColdKnowledgesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Limit           *int32  `json:"Limit,omitempty" xml:"Limit,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotColdKnowledgesRequest) GoString

func (s ListBotColdKnowledgesRequest) GoString() string

func (*ListBotColdKnowledgesRequest) SetAgentKey

func (*ListBotColdKnowledgesRequest) SetEndTime

func (*ListBotColdKnowledgesRequest) SetLimit

func (*ListBotColdKnowledgesRequest) SetRobotInstanceId

func (*ListBotColdKnowledgesRequest) SetStartTime

func (ListBotColdKnowledgesRequest) String

type ListBotColdKnowledgesResponse

type ListBotColdKnowledgesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotColdKnowledgesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotColdKnowledgesResponse) GoString

func (*ListBotColdKnowledgesResponse) SetBody

func (*ListBotColdKnowledgesResponse) SetHeaders

func (*ListBotColdKnowledgesResponse) SetStatusCode added in v2.0.6

func (ListBotColdKnowledgesResponse) String

type ListBotColdKnowledgesResponseBody

type ListBotColdKnowledgesResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotColdKnowledgesResponseBody) GoString

func (*ListBotColdKnowledgesResponseBody) SetCostTime

func (*ListBotColdKnowledgesResponseBody) SetDatas

func (*ListBotColdKnowledgesResponseBody) SetRequestId

func (ListBotColdKnowledgesResponseBody) String

type ListBotDsDetailsRequest

type ListBotDsDetailsRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Limit           *int32  `json:"Limit,omitempty" xml:"Limit,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotDsDetailsRequest) GoString

func (s ListBotDsDetailsRequest) GoString() string

func (*ListBotDsDetailsRequest) SetAgentKey

func (*ListBotDsDetailsRequest) SetEndTime

func (*ListBotDsDetailsRequest) SetLimit

func (*ListBotDsDetailsRequest) SetRobotInstanceId

func (s *ListBotDsDetailsRequest) SetRobotInstanceId(v string) *ListBotDsDetailsRequest

func (*ListBotDsDetailsRequest) SetStartTime

func (ListBotDsDetailsRequest) String

func (s ListBotDsDetailsRequest) String() string

type ListBotDsDetailsResponse

type ListBotDsDetailsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotDsDetailsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotDsDetailsResponse) GoString

func (s ListBotDsDetailsResponse) GoString() string

func (*ListBotDsDetailsResponse) SetBody

func (*ListBotDsDetailsResponse) SetHeaders

func (*ListBotDsDetailsResponse) SetStatusCode added in v2.0.6

func (ListBotDsDetailsResponse) String

func (s ListBotDsDetailsResponse) String() string

type ListBotDsDetailsResponseBody

type ListBotDsDetailsResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotDsDetailsResponseBody) GoString

func (s ListBotDsDetailsResponseBody) GoString() string

func (*ListBotDsDetailsResponseBody) SetCostTime

func (*ListBotDsDetailsResponseBody) SetDatas

func (s *ListBotDsDetailsResponseBody) SetDatas(v []map[string]interface{}) *ListBotDsDetailsResponseBody

func (*ListBotDsDetailsResponseBody) SetRequestId

func (ListBotDsDetailsResponseBody) String

type ListBotHotDsDatasRequest

type ListBotHotDsDatasRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Limit           *int32  `json:"Limit,omitempty" xml:"Limit,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotHotDsDatasRequest) GoString

func (s ListBotHotDsDatasRequest) GoString() string

func (*ListBotHotDsDatasRequest) SetAgentKey

func (*ListBotHotDsDatasRequest) SetEndTime

func (*ListBotHotDsDatasRequest) SetLimit

func (*ListBotHotDsDatasRequest) SetRobotInstanceId

func (s *ListBotHotDsDatasRequest) SetRobotInstanceId(v string) *ListBotHotDsDatasRequest

func (*ListBotHotDsDatasRequest) SetStartTime

func (ListBotHotDsDatasRequest) String

func (s ListBotHotDsDatasRequest) String() string

type ListBotHotDsDatasResponse

type ListBotHotDsDatasResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotHotDsDatasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotHotDsDatasResponse) GoString

func (s ListBotHotDsDatasResponse) GoString() string

func (*ListBotHotDsDatasResponse) SetBody

func (*ListBotHotDsDatasResponse) SetHeaders

func (*ListBotHotDsDatasResponse) SetStatusCode added in v2.0.6

func (ListBotHotDsDatasResponse) String

func (s ListBotHotDsDatasResponse) String() string

type ListBotHotDsDatasResponseBody

type ListBotHotDsDatasResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotHotDsDatasResponseBody) GoString

func (*ListBotHotDsDatasResponseBody) SetCostTime

func (*ListBotHotDsDatasResponseBody) SetDatas

func (s *ListBotHotDsDatasResponseBody) SetDatas(v []map[string]interface{}) *ListBotHotDsDatasResponseBody

func (*ListBotHotDsDatasResponseBody) SetRequestId

func (ListBotHotDsDatasResponseBody) String

type ListBotHotKnowledgesRequest

type ListBotHotKnowledgesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Limit           *int32  `json:"Limit,omitempty" xml:"Limit,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotHotKnowledgesRequest) GoString

func (s ListBotHotKnowledgesRequest) GoString() string

func (*ListBotHotKnowledgesRequest) SetAgentKey

func (*ListBotHotKnowledgesRequest) SetEndTime

func (*ListBotHotKnowledgesRequest) SetLimit

func (*ListBotHotKnowledgesRequest) SetRobotInstanceId

func (*ListBotHotKnowledgesRequest) SetStartTime

func (ListBotHotKnowledgesRequest) String

type ListBotHotKnowledgesResponse

type ListBotHotKnowledgesResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotHotKnowledgesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotHotKnowledgesResponse) GoString

func (s ListBotHotKnowledgesResponse) GoString() string

func (*ListBotHotKnowledgesResponse) SetBody

func (*ListBotHotKnowledgesResponse) SetHeaders

func (*ListBotHotKnowledgesResponse) SetStatusCode added in v2.0.6

func (ListBotHotKnowledgesResponse) String

type ListBotHotKnowledgesResponseBody

type ListBotHotKnowledgesResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotHotKnowledgesResponseBody) GoString

func (*ListBotHotKnowledgesResponseBody) SetCostTime

func (*ListBotHotKnowledgesResponseBody) SetDatas

func (*ListBotHotKnowledgesResponseBody) SetRequestId

func (ListBotHotKnowledgesResponseBody) String

type ListBotKnowledgeDetailsRequest

type ListBotKnowledgeDetailsRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Limit           *string `json:"Limit,omitempty" xml:"Limit,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotKnowledgeDetailsRequest) GoString

func (*ListBotKnowledgeDetailsRequest) SetAgentKey

func (*ListBotKnowledgeDetailsRequest) SetEndTime

func (*ListBotKnowledgeDetailsRequest) SetLimit

func (*ListBotKnowledgeDetailsRequest) SetRobotInstanceId

func (*ListBotKnowledgeDetailsRequest) SetStartTime

func (ListBotKnowledgeDetailsRequest) String

type ListBotKnowledgeDetailsResponse

type ListBotKnowledgeDetailsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotKnowledgeDetailsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotKnowledgeDetailsResponse) GoString

func (*ListBotKnowledgeDetailsResponse) SetHeaders

func (*ListBotKnowledgeDetailsResponse) SetStatusCode added in v2.0.6

func (ListBotKnowledgeDetailsResponse) String

type ListBotKnowledgeDetailsResponseBody

type ListBotKnowledgeDetailsResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotKnowledgeDetailsResponseBody) GoString

func (*ListBotKnowledgeDetailsResponseBody) SetCostTime

func (*ListBotKnowledgeDetailsResponseBody) SetDatas

func (*ListBotKnowledgeDetailsResponseBody) SetRequestId

func (ListBotKnowledgeDetailsResponseBody) String

type ListBotReceptionDetailDatasRequest

type ListBotReceptionDetailDatasRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RobotInstanceId *string `json:"RobotInstanceId,omitempty" xml:"RobotInstanceId,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListBotReceptionDetailDatasRequest) GoString

func (*ListBotReceptionDetailDatasRequest) SetAgentKey

func (*ListBotReceptionDetailDatasRequest) SetEndTime

func (*ListBotReceptionDetailDatasRequest) SetRobotInstanceId

func (*ListBotReceptionDetailDatasRequest) SetStartTime

func (ListBotReceptionDetailDatasRequest) String

type ListBotReceptionDetailDatasResponse

type ListBotReceptionDetailDatasResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBotReceptionDetailDatasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBotReceptionDetailDatasResponse) GoString

func (*ListBotReceptionDetailDatasResponse) SetHeaders

func (*ListBotReceptionDetailDatasResponse) SetStatusCode added in v2.0.6

func (ListBotReceptionDetailDatasResponse) String

type ListBotReceptionDetailDatasResponseBody

type ListBotReceptionDetailDatasResponseBody struct {
	CostTime  *string                  `json:"CostTime,omitempty" xml:"CostTime,omitempty"`
	Datas     []map[string]interface{} `json:"Datas,omitempty" xml:"Datas,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBotReceptionDetailDatasResponseBody) GoString

func (*ListBotReceptionDetailDatasResponseBody) SetCostTime

func (*ListBotReceptionDetailDatasResponseBody) SetDatas

func (*ListBotReceptionDetailDatasResponseBody) SetRequestId

func (ListBotReceptionDetailDatasResponseBody) String

type ListConversationLogsRequest

type ListConversationLogsRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey  *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	SessionId *string `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
}

func (ListConversationLogsRequest) GoString

func (s ListConversationLogsRequest) GoString() string

func (*ListConversationLogsRequest) SetAgentKey

func (*ListConversationLogsRequest) SetSessionId

func (ListConversationLogsRequest) String

type ListConversationLogsResponse

type ListConversationLogsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListConversationLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListConversationLogsResponse) GoString

func (s ListConversationLogsResponse) GoString() string

func (*ListConversationLogsResponse) SetBody

func (*ListConversationLogsResponse) SetHeaders

func (*ListConversationLogsResponse) SetStatusCode added in v2.0.6

func (ListConversationLogsResponse) String

type ListConversationLogsResponseBody

type ListConversationLogsResponseBody struct {
	ChatLogs  []map[string]interface{} `json:"ChatLogs,omitempty" xml:"ChatLogs,omitempty" type:"Repeated"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Rounds    *int64                   `json:"Rounds,omitempty" xml:"Rounds,omitempty"`
}

func (ListConversationLogsResponseBody) GoString

func (*ListConversationLogsResponseBody) SetChatLogs

func (s *ListConversationLogsResponseBody) SetChatLogs(v []map[string]interface{}) *ListConversationLogsResponseBody

func (*ListConversationLogsResponseBody) SetRequestId

func (*ListConversationLogsResponseBody) SetRounds

func (ListConversationLogsResponseBody) String

type MoveKnowledgeCategoryRequest

type MoveKnowledgeCategoryRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey    *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CategoryId  *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
}

func (MoveKnowledgeCategoryRequest) GoString

func (s MoveKnowledgeCategoryRequest) GoString() string

func (*MoveKnowledgeCategoryRequest) SetAgentKey

func (*MoveKnowledgeCategoryRequest) SetCategoryId

func (*MoveKnowledgeCategoryRequest) SetKnowledgeId

func (MoveKnowledgeCategoryRequest) String

type MoveKnowledgeCategoryResponse

type MoveKnowledgeCategoryResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *MoveKnowledgeCategoryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MoveKnowledgeCategoryResponse) GoString

func (*MoveKnowledgeCategoryResponse) SetBody

func (*MoveKnowledgeCategoryResponse) SetHeaders

func (*MoveKnowledgeCategoryResponse) SetStatusCode added in v2.0.6

func (MoveKnowledgeCategoryResponse) String

type MoveKnowledgeCategoryResponseBody

type MoveKnowledgeCategoryResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (MoveKnowledgeCategoryResponseBody) GoString

func (*MoveKnowledgeCategoryResponseBody) SetRequestId

func (MoveKnowledgeCategoryResponseBody) String

type PaasButtonDTO

type PaasButtonDTO struct {
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// Text
	Text *string `json:"Text,omitempty" xml:"Text,omitempty"`
	// Type
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (PaasButtonDTO) GoString

func (s PaasButtonDTO) GoString() string

func (*PaasButtonDTO) SetName

func (s *PaasButtonDTO) SetName(v string) *PaasButtonDTO

func (*PaasButtonDTO) SetText

func (s *PaasButtonDTO) SetText(v string) *PaasButtonDTO

func (*PaasButtonDTO) SetType

func (s *PaasButtonDTO) SetType(v string) *PaasButtonDTO

func (PaasButtonDTO) String

func (s PaasButtonDTO) String() string

type PaasButtonListDTO

type PaasButtonListDTO struct {
	// Button
	Button []*PaasButtonDTO `json:"Button,omitempty" xml:"Button,omitempty" type:"Repeated"`
	// Intro
	Intro *string `json:"Intro,omitempty" xml:"Intro,omitempty"`
}

func (PaasButtonListDTO) GoString

func (s PaasButtonListDTO) GoString() string

func (*PaasButtonListDTO) SetButton

func (*PaasButtonListDTO) SetIntro

func (s *PaasButtonListDTO) SetIntro(v string) *PaasButtonListDTO

func (PaasButtonListDTO) String

func (s PaasButtonListDTO) String() string

type PaasConditionEntryDTO

type PaasConditionEntryDTO struct {
	// Id
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// Term
	Term *string `json:"Term,omitempty" xml:"Term,omitempty"`
	// Type
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
	// Value
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (PaasConditionEntryDTO) GoString

func (s PaasConditionEntryDTO) GoString() string

func (*PaasConditionEntryDTO) SetId

func (*PaasConditionEntryDTO) SetName

func (*PaasConditionEntryDTO) SetTerm

func (*PaasConditionEntryDTO) SetType

func (*PaasConditionEntryDTO) SetValue

func (PaasConditionEntryDTO) String

func (s PaasConditionEntryDTO) String() string

type PaasConditionSetDTO

type PaasConditionSetDTO struct {
	// ConditionEntries
	ConditionEntries []*PaasConditionEntryDTO `json:"ConditionEntries,omitempty" xml:"ConditionEntries,omitempty" type:"Repeated"`
}

func (PaasConditionSetDTO) GoString

func (s PaasConditionSetDTO) GoString() string

func (*PaasConditionSetDTO) SetConditionEntries

func (s *PaasConditionSetDTO) SetConditionEntries(v []*PaasConditionEntryDTO) *PaasConditionSetDTO

func (PaasConditionSetDTO) String

func (s PaasConditionSetDTO) String() string

type PaasEdgeDTO

type PaasEdgeDTO struct {
	// Id
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// Label
	Label *string `json:"Label,omitempty" xml:"Label,omitempty"`
	// Source
	Source *string `json:"Source,omitempty" xml:"Source,omitempty"`
	// Target
	Target *string `json:"Target,omitempty" xml:"Target,omitempty"`
}

func (PaasEdgeDTO) GoString

func (s PaasEdgeDTO) GoString() string

func (*PaasEdgeDTO) SetId

func (s *PaasEdgeDTO) SetId(v string) *PaasEdgeDTO

func (*PaasEdgeDTO) SetLabel

func (s *PaasEdgeDTO) SetLabel(v string) *PaasEdgeDTO

func (*PaasEdgeDTO) SetSource

func (s *PaasEdgeDTO) SetSource(v string) *PaasEdgeDTO

func (*PaasEdgeDTO) SetTarget

func (s *PaasEdgeDTO) SetTarget(v string) *PaasEdgeDTO

func (PaasEdgeDTO) String

func (s PaasEdgeDTO) String() string

type PaasEntryDTO

type PaasEntryDTO struct {
	// PluginFieldDataEntry
	PluginFieldDataEntry *PaasEntryPluginFieldDataDTO `json:"PluginFieldDataEntry,omitempty" xml:"PluginFieldDataEntry,omitempty"`
}

func (PaasEntryDTO) GoString

func (s PaasEntryDTO) GoString() string

func (*PaasEntryDTO) SetPluginFieldDataEntry

func (s *PaasEntryDTO) SetPluginFieldDataEntry(v *PaasEntryPluginFieldDataDTO) *PaasEntryDTO

func (PaasEntryDTO) String

func (s PaasEntryDTO) String() string

type PaasEntryPluginFieldDataDTO

type PaasEntryPluginFieldDataDTO struct {
	// ContentEntry
	ContentEntry []*PaasConditionSetDTO `json:"ContentEntry,omitempty" xml:"ContentEntry,omitempty" type:"Repeated"`
	// LifeSpan
	LifeSpan *int64 `json:"LifeSpan,omitempty" xml:"LifeSpan,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (PaasEntryPluginFieldDataDTO) GoString

func (s PaasEntryPluginFieldDataDTO) GoString() string

func (*PaasEntryPluginFieldDataDTO) SetContentEntry

func (*PaasEntryPluginFieldDataDTO) SetLifeSpan

func (*PaasEntryPluginFieldDataDTO) SetName

func (PaasEntryPluginFieldDataDTO) String

type PaasFunctionDTO

type PaasFunctionDTO struct {
	// PluginFieldDataFunction
	PluginFieldDataFunction *PaasFunctionPluginFieldDataDTO `json:"PluginFieldDataFunction,omitempty" xml:"PluginFieldDataFunction,omitempty"`
}

func (PaasFunctionDTO) GoString

func (s PaasFunctionDTO) GoString() string

func (*PaasFunctionDTO) SetPluginFieldDataFunction

func (s *PaasFunctionDTO) SetPluginFieldDataFunction(v *PaasFunctionPluginFieldDataDTO) *PaasFunctionDTO

func (PaasFunctionDTO) String

func (s PaasFunctionDTO) String() string

type PaasFunctionPluginFieldDataDTO

type PaasFunctionPluginFieldDataDTO struct {
	// AliyunFunction
	AliyunFunction *string `json:"AliyunFunction,omitempty" xml:"AliyunFunction,omitempty"`
	// AliyunService
	AliyunService *string `json:"AliyunService,omitempty" xml:"AliyunService,omitempty"`
	// Code
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Description
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// EndPoint
	EndPoint *string `json:"EndPoint,omitempty" xml:"EndPoint,omitempty"`
	// Function
	Function *string `json:"Function,omitempty" xml:"Function,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// Params
	Params map[string]interface{} `json:"Params,omitempty" xml:"Params,omitempty"`
	// Switch
	Switch []*PaasSwitchCaseDTO `json:"Switch,omitempty" xml:"Switch,omitempty" type:"Repeated"`
	// Type
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (PaasFunctionPluginFieldDataDTO) GoString

func (*PaasFunctionPluginFieldDataDTO) SetAliyunFunction

func (*PaasFunctionPluginFieldDataDTO) SetAliyunService

func (*PaasFunctionPluginFieldDataDTO) SetCode

func (*PaasFunctionPluginFieldDataDTO) SetDescription

func (*PaasFunctionPluginFieldDataDTO) SetEndPoint

func (*PaasFunctionPluginFieldDataDTO) SetFunction

func (*PaasFunctionPluginFieldDataDTO) SetName

func (*PaasFunctionPluginFieldDataDTO) SetParams

func (s *PaasFunctionPluginFieldDataDTO) SetParams(v map[string]interface{}) *PaasFunctionPluginFieldDataDTO

func (*PaasFunctionPluginFieldDataDTO) SetSwitch

func (*PaasFunctionPluginFieldDataDTO) SetType

func (PaasFunctionPluginFieldDataDTO) String

type PaasFunctionPluginParams

type PaasFunctionPluginParams struct {
	// Body
	Body *string `json:"Body,omitempty" xml:"Body,omitempty"`
	// Header
	Header map[string]*string `json:"Header,omitempty" xml:"Header,omitempty"`
	// Method
	Method *string `json:"Method,omitempty" xml:"Method,omitempty"`
	// Query
	Query map[string]*string `json:"Query,omitempty" xml:"Query,omitempty"`
	// Url
	Url *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (PaasFunctionPluginParams) GoString

func (s PaasFunctionPluginParams) GoString() string

func (*PaasFunctionPluginParams) SetBody

func (*PaasFunctionPluginParams) SetHeader

func (*PaasFunctionPluginParams) SetMethod

func (*PaasFunctionPluginParams) SetQuery

func (*PaasFunctionPluginParams) SetUrl

func (PaasFunctionPluginParams) String

func (s PaasFunctionPluginParams) String() string

type PaasNodeDTO

type PaasNodeDTO struct {
	// Code
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Id
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// Label
	Label *string `json:"Label,omitempty" xml:"Label,omitempty"`
	// PluginData
	PluginData *PaasPluginDataDTO `json:"PluginData,omitempty" xml:"PluginData,omitempty"`
	// Xx
	Xx *float64 `json:"Xx,omitempty" xml:"Xx,omitempty"`
	// Yy
	Yy *float64 `json:"Yy,omitempty" xml:"Yy,omitempty"`
}

func (PaasNodeDTO) GoString

func (s PaasNodeDTO) GoString() string

func (*PaasNodeDTO) SetCode

func (s *PaasNodeDTO) SetCode(v string) *PaasNodeDTO

func (*PaasNodeDTO) SetId

func (s *PaasNodeDTO) SetId(v string) *PaasNodeDTO

func (*PaasNodeDTO) SetLabel

func (s *PaasNodeDTO) SetLabel(v string) *PaasNodeDTO

func (*PaasNodeDTO) SetPluginData

func (s *PaasNodeDTO) SetPluginData(v *PaasPluginDataDTO) *PaasNodeDTO

func (*PaasNodeDTO) SetXx

func (s *PaasNodeDTO) SetXx(v float64) *PaasNodeDTO

func (*PaasNodeDTO) SetYy

func (s *PaasNodeDTO) SetYy(v float64) *PaasNodeDTO

func (PaasNodeDTO) String

func (s PaasNodeDTO) String() string

type PaasPluginDataDTO

type PaasPluginDataDTO struct {
	Entry    *PaasEntryDTO    `json:"Entry,omitempty" xml:"Entry,omitempty"`
	Function *PaasFunctionDTO `json:"Function,omitempty" xml:"Function,omitempty"`
	Response *PaasResponseDTO `json:"Response,omitempty" xml:"Response,omitempty"`
	Slot     *PaasSlotDTO     `json:"Slot,omitempty" xml:"Slot,omitempty"`
}

func (PaasPluginDataDTO) GoString

func (s PaasPluginDataDTO) GoString() string

func (*PaasPluginDataDTO) SetEntry

func (*PaasPluginDataDTO) SetFunction

func (*PaasPluginDataDTO) SetResponse

func (*PaasPluginDataDTO) SetSlot

func (PaasPluginDataDTO) String

func (s PaasPluginDataDTO) String() string

type PaasProcessData

type PaasProcessData struct {
	// Edges
	Edges []*PaasEdgeDTO `json:"Edges,omitempty" xml:"Edges,omitempty" type:"Repeated"`
	// Nodes
	Nodes []*PaasNodeDTO `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Repeated"`
}

func (PaasProcessData) GoString

func (s PaasProcessData) GoString() string

func (*PaasProcessData) SetEdges

func (s *PaasProcessData) SetEdges(v []*PaasEdgeDTO) *PaasProcessData

func (*PaasProcessData) SetNodes

func (s *PaasProcessData) SetNodes(v []*PaasNodeDTO) *PaasProcessData

func (PaasProcessData) String

func (s PaasProcessData) String() string

type PaasResponseDTO

type PaasResponseDTO struct {
	PluginFieldDataResponse *PaasResponsePluginFieldDataDTO `json:"PluginFieldDataResponse,omitempty" xml:"PluginFieldDataResponse,omitempty"`
}

func (PaasResponseDTO) GoString

func (s PaasResponseDTO) GoString() string

func (*PaasResponseDTO) SetPluginFieldDataResponse

func (s *PaasResponseDTO) SetPluginFieldDataResponse(v *PaasResponsePluginFieldDataDTO) *PaasResponseDTO

func (PaasResponseDTO) String

func (s PaasResponseDTO) String() string

type PaasResponseNodeContentDTO

type PaasResponseNodeContentDTO struct {
	// ButtonList
	ButtonList *PaasButtonListDTO `json:"ButtonList,omitempty" xml:"ButtonList,omitempty"`
	// Image
	Image *string `json:"Image,omitempty" xml:"Image,omitempty"`
	// Text
	Text *string `json:"Text,omitempty" xml:"Text,omitempty"`
	// Type
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (PaasResponseNodeContentDTO) GoString

func (s PaasResponseNodeContentDTO) GoString() string

func (*PaasResponseNodeContentDTO) SetButtonList

func (*PaasResponseNodeContentDTO) SetImage

func (*PaasResponseNodeContentDTO) SetText

func (*PaasResponseNodeContentDTO) SetType

func (PaasResponseNodeContentDTO) String

type PaasResponsePluginFieldDataDTO

type PaasResponsePluginFieldDataDTO struct {
	// ContentResponse
	ContentResponse *PaasResponseNodeContentDTO `json:"ContentResponse,omitempty" xml:"ContentResponse,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (PaasResponsePluginFieldDataDTO) GoString

func (*PaasResponsePluginFieldDataDTO) SetContentResponse

func (*PaasResponsePluginFieldDataDTO) SetName

func (PaasResponsePluginFieldDataDTO) String

type PaasSlotConfigDTO

type PaasSlotConfigDTO struct {
	// IsArray
	IsArray *bool `json:"IsArray,omitempty" xml:"IsArray,omitempty"`
	// IsNecessary
	IsNecessary *bool `json:"IsNecessary,omitempty" xml:"IsNecessary,omitempty"`
	// LifeSpan
	LifeSpan *int32 `json:"LifeSpan,omitempty" xml:"LifeSpan,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// Question
	Question []*string `json:"Question,omitempty" xml:"Question,omitempty" type:"Repeated"`
	// Value
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (PaasSlotConfigDTO) GoString

func (s PaasSlotConfigDTO) GoString() string

func (*PaasSlotConfigDTO) SetIsArray

func (s *PaasSlotConfigDTO) SetIsArray(v bool) *PaasSlotConfigDTO

func (*PaasSlotConfigDTO) SetIsNecessary

func (s *PaasSlotConfigDTO) SetIsNecessary(v bool) *PaasSlotConfigDTO

func (*PaasSlotConfigDTO) SetLifeSpan

func (s *PaasSlotConfigDTO) SetLifeSpan(v int32) *PaasSlotConfigDTO

func (*PaasSlotConfigDTO) SetName

func (*PaasSlotConfigDTO) SetQuestion

func (s *PaasSlotConfigDTO) SetQuestion(v []*string) *PaasSlotConfigDTO

func (*PaasSlotConfigDTO) SetValue

func (s *PaasSlotConfigDTO) SetValue(v string) *PaasSlotConfigDTO

func (PaasSlotConfigDTO) String

func (s PaasSlotConfigDTO) String() string

type PaasSlotDTO

type PaasSlotDTO struct {
	PluginFieldDataSlot *PaasSlotPluginFieldDataDTO `json:"PluginFieldDataSlot,omitempty" xml:"PluginFieldDataSlot,omitempty"`
}

func (PaasSlotDTO) GoString

func (s PaasSlotDTO) GoString() string

func (*PaasSlotDTO) SetPluginFieldDataSlot

func (s *PaasSlotDTO) SetPluginFieldDataSlot(v *PaasSlotPluginFieldDataDTO) *PaasSlotDTO

func (PaasSlotDTO) String

func (s PaasSlotDTO) String() string

type PaasSlotPluginFieldDataDTO

type PaasSlotPluginFieldDataDTO struct {
	// ContentSlot
	ContentSlot []*PaasSlotConfigDTO `json:"ContentSlot,omitempty" xml:"ContentSlot,omitempty" type:"Repeated"`
	// IntentId
	IntentId *string `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
	// IntentName
	IntentName *string `json:"IntentName,omitempty" xml:"IntentName,omitempty"`
	// IsSysIntent
	IsSysIntent *bool `json:"IsSysIntent,omitempty" xml:"IsSysIntent,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (PaasSlotPluginFieldDataDTO) GoString

func (s PaasSlotPluginFieldDataDTO) GoString() string

func (*PaasSlotPluginFieldDataDTO) SetContentSlot

func (*PaasSlotPluginFieldDataDTO) SetIntentId

func (*PaasSlotPluginFieldDataDTO) SetIntentName

func (*PaasSlotPluginFieldDataDTO) SetIsSysIntent

func (*PaasSlotPluginFieldDataDTO) SetName

func (PaasSlotPluginFieldDataDTO) String

type PaasSwitchCaseDTO

type PaasSwitchCaseDTO struct {
	// Id
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// Label
	Label *string `json:"Label,omitempty" xml:"Label,omitempty"`
	// Type
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
	// Value
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
	// VariableName
	VariableName *string `json:"VariableName,omitempty" xml:"VariableName,omitempty"`
}

func (PaasSwitchCaseDTO) GoString

func (s PaasSwitchCaseDTO) GoString() string

func (*PaasSwitchCaseDTO) SetId

func (*PaasSwitchCaseDTO) SetLabel

func (s *PaasSwitchCaseDTO) SetLabel(v string) *PaasSwitchCaseDTO

func (*PaasSwitchCaseDTO) SetType

func (*PaasSwitchCaseDTO) SetValue

func (s *PaasSwitchCaseDTO) SetValue(v string) *PaasSwitchCaseDTO

func (*PaasSwitchCaseDTO) SetVariableName

func (s *PaasSwitchCaseDTO) SetVariableName(v string) *PaasSwitchCaseDTO

func (PaasSwitchCaseDTO) String

func (s PaasSwitchCaseDTO) String() string

type PublishDialogFlowRequest

type PublishDialogFlowRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
}

func (PublishDialogFlowRequest) GoString

func (s PublishDialogFlowRequest) GoString() string

func (*PublishDialogFlowRequest) SetAgentKey

func (*PublishDialogFlowRequest) SetDialogId

func (PublishDialogFlowRequest) String

func (s PublishDialogFlowRequest) String() string

type PublishDialogFlowResponse

type PublishDialogFlowResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PublishDialogFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PublishDialogFlowResponse) GoString

func (s PublishDialogFlowResponse) GoString() string

func (*PublishDialogFlowResponse) SetBody

func (*PublishDialogFlowResponse) SetHeaders

func (*PublishDialogFlowResponse) SetStatusCode added in v2.0.6

func (PublishDialogFlowResponse) String

func (s PublishDialogFlowResponse) String() string

type PublishDialogFlowResponseBody

type PublishDialogFlowResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (PublishDialogFlowResponseBody) GoString

func (*PublishDialogFlowResponseBody) SetRequestId

func (PublishDialogFlowResponseBody) String

type PublishKnowledgeRequest

type PublishKnowledgeRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey    *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Async       *bool   `json:"Async,omitempty" xml:"Async,omitempty"`
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
}

func (PublishKnowledgeRequest) GoString

func (s PublishKnowledgeRequest) GoString() string

func (*PublishKnowledgeRequest) SetAgentKey

func (*PublishKnowledgeRequest) SetAsync

func (*PublishKnowledgeRequest) SetKnowledgeId

func (PublishKnowledgeRequest) String

func (s PublishKnowledgeRequest) String() string

type PublishKnowledgeResponse

type PublishKnowledgeResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PublishKnowledgeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PublishKnowledgeResponse) GoString

func (s PublishKnowledgeResponse) GoString() string

func (*PublishKnowledgeResponse) SetBody

func (*PublishKnowledgeResponse) SetHeaders

func (*PublishKnowledgeResponse) SetStatusCode added in v2.0.6

func (PublishKnowledgeResponse) String

func (s PublishKnowledgeResponse) String() string

type PublishKnowledgeResponseBody

type PublishKnowledgeResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (PublishKnowledgeResponseBody) GoString

func (s PublishKnowledgeResponseBody) GoString() string

func (*PublishKnowledgeResponseBody) SetRequestId

func (PublishKnowledgeResponseBody) String

type QueryBotsRequest

type QueryBotsRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (QueryBotsRequest) GoString

func (s QueryBotsRequest) GoString() string

func (*QueryBotsRequest) SetAgentKey

func (s *QueryBotsRequest) SetAgentKey(v string) *QueryBotsRequest

func (*QueryBotsRequest) SetPageNumber

func (s *QueryBotsRequest) SetPageNumber(v int32) *QueryBotsRequest

func (*QueryBotsRequest) SetPageSize

func (s *QueryBotsRequest) SetPageSize(v int32) *QueryBotsRequest

func (QueryBotsRequest) String

func (s QueryBotsRequest) String() string

type QueryBotsResponse

type QueryBotsResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryBotsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryBotsResponse) GoString

func (s QueryBotsResponse) GoString() string

func (*QueryBotsResponse) SetBody

func (*QueryBotsResponse) SetHeaders

func (s *QueryBotsResponse) SetHeaders(v map[string]*string) *QueryBotsResponse

func (*QueryBotsResponse) SetStatusCode added in v2.0.6

func (s *QueryBotsResponse) SetStatusCode(v int32) *QueryBotsResponse

func (QueryBotsResponse) String

func (s QueryBotsResponse) String() string

type QueryBotsResponseBody

type QueryBotsResponseBody struct {
	Bots       []*QueryBotsResponseBodyBots `json:"Bots,omitempty" xml:"Bots,omitempty" type:"Repeated"`
	PageNumber *int32                       `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                       `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                       `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (QueryBotsResponseBody) GoString

func (s QueryBotsResponseBody) GoString() string

func (*QueryBotsResponseBody) SetBots

func (*QueryBotsResponseBody) SetPageNumber

func (s *QueryBotsResponseBody) SetPageNumber(v int32) *QueryBotsResponseBody

func (*QueryBotsResponseBody) SetPageSize

func (*QueryBotsResponseBody) SetRequestId

func (*QueryBotsResponseBody) SetTotalCount

func (s *QueryBotsResponseBody) SetTotalCount(v int32) *QueryBotsResponseBody

func (QueryBotsResponseBody) String

func (s QueryBotsResponseBody) String() string

type QueryBotsResponseBodyBots

type QueryBotsResponseBodyBots struct {
	Avatar       *string `json:"Avatar,omitempty" xml:"Avatar,omitempty"`
	CreateTime   *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	InstanceId   *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Introduction *string `json:"Introduction,omitempty" xml:"Introduction,omitempty"`
	LanguageCode *string `json:"LanguageCode,omitempty" xml:"LanguageCode,omitempty"`
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	TimeZone     *string `json:"TimeZone,omitempty" xml:"TimeZone,omitempty"`
}

func (QueryBotsResponseBodyBots) GoString

func (s QueryBotsResponseBodyBots) GoString() string

func (*QueryBotsResponseBodyBots) SetAvatar

func (*QueryBotsResponseBodyBots) SetCreateTime

func (*QueryBotsResponseBodyBots) SetInstanceId

func (*QueryBotsResponseBodyBots) SetIntroduction

func (*QueryBotsResponseBodyBots) SetLanguageCode

func (*QueryBotsResponseBodyBots) SetName

func (*QueryBotsResponseBodyBots) SetTimeZone

func (QueryBotsResponseBodyBots) String

func (s QueryBotsResponseBodyBots) String() string

type QueryCategoriesRequest

type QueryCategoriesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey         *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	KnowledgeType    *int64  `json:"KnowledgeType,omitempty" xml:"KnowledgeType,omitempty"`
	ParentCategoryId *int64  `json:"ParentCategoryId,omitempty" xml:"ParentCategoryId,omitempty"`
	ShowChildrens    *bool   `json:"ShowChildrens,omitempty" xml:"ShowChildrens,omitempty"`
}

func (QueryCategoriesRequest) GoString

func (s QueryCategoriesRequest) GoString() string

func (*QueryCategoriesRequest) SetAgentKey

func (*QueryCategoriesRequest) SetKnowledgeType

func (s *QueryCategoriesRequest) SetKnowledgeType(v int64) *QueryCategoriesRequest

func (*QueryCategoriesRequest) SetParentCategoryId

func (s *QueryCategoriesRequest) SetParentCategoryId(v int64) *QueryCategoriesRequest

func (*QueryCategoriesRequest) SetShowChildrens

func (s *QueryCategoriesRequest) SetShowChildrens(v bool) *QueryCategoriesRequest

func (QueryCategoriesRequest) String

func (s QueryCategoriesRequest) String() string

type QueryCategoriesResponse

type QueryCategoriesResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryCategoriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryCategoriesResponse) GoString

func (s QueryCategoriesResponse) GoString() string

func (*QueryCategoriesResponse) SetBody

func (*QueryCategoriesResponse) SetHeaders

func (*QueryCategoriesResponse) SetStatusCode added in v2.0.6

func (QueryCategoriesResponse) String

func (s QueryCategoriesResponse) String() string

type QueryCategoriesResponseBody

type QueryCategoriesResponseBody struct {
	Categories []*Children `json:"Categories,omitempty" xml:"Categories,omitempty" type:"Repeated"`
	RequestId  *string     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryCategoriesResponseBody) GoString

func (s QueryCategoriesResponseBody) GoString() string

func (*QueryCategoriesResponseBody) SetCategories

func (*QueryCategoriesResponseBody) SetRequestId

func (QueryCategoriesResponseBody) String

type QueryCoreWordsRequest

type QueryCoreWordsRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CoreWordName *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Synonym      *string `json:"Synonym,omitempty" xml:"Synonym,omitempty"`
}

func (QueryCoreWordsRequest) GoString

func (s QueryCoreWordsRequest) GoString() string

func (*QueryCoreWordsRequest) SetAgentKey

func (*QueryCoreWordsRequest) SetCoreWordName

func (s *QueryCoreWordsRequest) SetCoreWordName(v string) *QueryCoreWordsRequest

func (*QueryCoreWordsRequest) SetPageNumber

func (s *QueryCoreWordsRequest) SetPageNumber(v int32) *QueryCoreWordsRequest

func (*QueryCoreWordsRequest) SetPageSize

func (*QueryCoreWordsRequest) SetSynonym

func (QueryCoreWordsRequest) String

func (s QueryCoreWordsRequest) String() string

type QueryCoreWordsResponse

type QueryCoreWordsResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryCoreWordsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryCoreWordsResponse) GoString

func (s QueryCoreWordsResponse) GoString() string

func (*QueryCoreWordsResponse) SetBody

func (*QueryCoreWordsResponse) SetHeaders

func (*QueryCoreWordsResponse) SetStatusCode added in v2.0.6

func (QueryCoreWordsResponse) String

func (s QueryCoreWordsResponse) String() string

type QueryCoreWordsResponseBody

type QueryCoreWordsResponseBody struct {
	CoreWords  []*QueryCoreWordsResponseBodyCoreWords `json:"CoreWords,omitempty" xml:"CoreWords,omitempty" type:"Repeated"`
	PageNumber *int32                                 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (QueryCoreWordsResponseBody) GoString

func (s QueryCoreWordsResponseBody) GoString() string

func (*QueryCoreWordsResponseBody) SetCoreWords

func (*QueryCoreWordsResponseBody) SetPageNumber

func (*QueryCoreWordsResponseBody) SetPageSize

func (*QueryCoreWordsResponseBody) SetRequestId

func (*QueryCoreWordsResponseBody) SetTotalCount

func (QueryCoreWordsResponseBody) String

type QueryCoreWordsResponseBodyCoreWords

type QueryCoreWordsResponseBodyCoreWords struct {
	CoreWordCode *string   `json:"CoreWordCode,omitempty" xml:"CoreWordCode,omitempty"`
	CoreWordName *string   `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
	CreateTime   *string   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ModifyTime   *string   `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	Synonyms     []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (QueryCoreWordsResponseBodyCoreWords) GoString

func (*QueryCoreWordsResponseBodyCoreWords) SetCoreWordCode

func (*QueryCoreWordsResponseBodyCoreWords) SetCoreWordName

func (*QueryCoreWordsResponseBodyCoreWords) SetCreateTime

func (*QueryCoreWordsResponseBodyCoreWords) SetModifyTime

func (*QueryCoreWordsResponseBodyCoreWords) SetSynonyms

func (QueryCoreWordsResponseBodyCoreWords) String

type QueryDialogsRequest

type QueryDialogsRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogName *string `json:"DialogName,omitempty" xml:"DialogName,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (QueryDialogsRequest) GoString

func (s QueryDialogsRequest) GoString() string

func (*QueryDialogsRequest) SetAgentKey

func (s *QueryDialogsRequest) SetAgentKey(v string) *QueryDialogsRequest

func (*QueryDialogsRequest) SetDialogName

func (s *QueryDialogsRequest) SetDialogName(v string) *QueryDialogsRequest

func (*QueryDialogsRequest) SetInstanceId

func (s *QueryDialogsRequest) SetInstanceId(v string) *QueryDialogsRequest

func (*QueryDialogsRequest) SetPageNumber

func (s *QueryDialogsRequest) SetPageNumber(v int32) *QueryDialogsRequest

func (*QueryDialogsRequest) SetPageSize

func (s *QueryDialogsRequest) SetPageSize(v int32) *QueryDialogsRequest

func (QueryDialogsRequest) String

func (s QueryDialogsRequest) String() string

type QueryDialogsResponse

type QueryDialogsResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryDialogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryDialogsResponse) GoString

func (s QueryDialogsResponse) GoString() string

func (*QueryDialogsResponse) SetBody

func (*QueryDialogsResponse) SetHeaders

func (s *QueryDialogsResponse) SetHeaders(v map[string]*string) *QueryDialogsResponse

func (*QueryDialogsResponse) SetStatusCode added in v2.0.6

func (s *QueryDialogsResponse) SetStatusCode(v int32) *QueryDialogsResponse

func (QueryDialogsResponse) String

func (s QueryDialogsResponse) String() string

type QueryDialogsResponseBody

type QueryDialogsResponseBody struct {
	Dialogs    []*QueryDialogsResponseBodyDialogs `json:"Dialogs,omitempty" xml:"Dialogs,omitempty" type:"Repeated"`
	PageNumber *int32                             `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                             `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                             `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (QueryDialogsResponseBody) GoString

func (s QueryDialogsResponseBody) GoString() string

func (*QueryDialogsResponseBody) SetDialogs

func (*QueryDialogsResponseBody) SetPageNumber

func (*QueryDialogsResponseBody) SetPageSize

func (*QueryDialogsResponseBody) SetRequestId

func (*QueryDialogsResponseBody) SetTotalCount

func (QueryDialogsResponseBody) String

func (s QueryDialogsResponseBody) String() string

type QueryDialogsResponseBodyDialogs

type QueryDialogsResponseBodyDialogs struct {
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId   *string `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserName *string `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	DialogId       *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	DialogName     *string `json:"DialogName,omitempty" xml:"DialogName,omitempty"`
	IsOnline       *bool   `json:"IsOnline,omitempty" xml:"IsOnline,omitempty"`
	IsSampleDialog *bool   `json:"IsSampleDialog,omitempty" xml:"IsSampleDialog,omitempty"`
	ModifyTime     *string `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserId   *string `json:"ModifyUserId,omitempty" xml:"ModifyUserId,omitempty"`
	ModifyUserName *string `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Status         *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (QueryDialogsResponseBodyDialogs) GoString

func (*QueryDialogsResponseBodyDialogs) SetCreateTime

func (*QueryDialogsResponseBodyDialogs) SetCreateUserId

func (*QueryDialogsResponseBodyDialogs) SetCreateUserName

func (*QueryDialogsResponseBodyDialogs) SetDescription

func (*QueryDialogsResponseBodyDialogs) SetDialogId

func (*QueryDialogsResponseBodyDialogs) SetDialogName

func (*QueryDialogsResponseBodyDialogs) SetIsOnline

func (*QueryDialogsResponseBodyDialogs) SetIsSampleDialog

func (*QueryDialogsResponseBodyDialogs) SetModifyTime

func (*QueryDialogsResponseBodyDialogs) SetModifyUserId

func (*QueryDialogsResponseBodyDialogs) SetModifyUserName

func (*QueryDialogsResponseBodyDialogs) SetStatus

func (QueryDialogsResponseBodyDialogs) String

type QueryEntitiesRequest

type QueryEntitiesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId   *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	EntityName *string `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (QueryEntitiesRequest) GoString

func (s QueryEntitiesRequest) GoString() string

func (*QueryEntitiesRequest) SetAgentKey

func (*QueryEntitiesRequest) SetDialogId

func (s *QueryEntitiesRequest) SetDialogId(v int64) *QueryEntitiesRequest

func (*QueryEntitiesRequest) SetEntityName

func (s *QueryEntitiesRequest) SetEntityName(v string) *QueryEntitiesRequest

func (*QueryEntitiesRequest) SetPageNumber

func (s *QueryEntitiesRequest) SetPageNumber(v int32) *QueryEntitiesRequest

func (*QueryEntitiesRequest) SetPageSize

func (s *QueryEntitiesRequest) SetPageSize(v int32) *QueryEntitiesRequest

func (QueryEntitiesRequest) String

func (s QueryEntitiesRequest) String() string

type QueryEntitiesResponse

type QueryEntitiesResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryEntitiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryEntitiesResponse) GoString

func (s QueryEntitiesResponse) GoString() string

func (*QueryEntitiesResponse) SetBody

func (*QueryEntitiesResponse) SetHeaders

func (*QueryEntitiesResponse) SetStatusCode added in v2.0.6

func (s *QueryEntitiesResponse) SetStatusCode(v int32) *QueryEntitiesResponse

func (QueryEntitiesResponse) String

func (s QueryEntitiesResponse) String() string

type QueryEntitiesResponseBody

type QueryEntitiesResponseBody struct {
	Entities   []*QueryEntitiesResponseBodyEntities `json:"Entities,omitempty" xml:"Entities,omitempty" type:"Repeated"`
	PageNumber *int32                               `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                               `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                               `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (QueryEntitiesResponseBody) GoString

func (s QueryEntitiesResponseBody) GoString() string

func (*QueryEntitiesResponseBody) SetEntities

func (*QueryEntitiesResponseBody) SetPageNumber

func (*QueryEntitiesResponseBody) SetPageSize

func (*QueryEntitiesResponseBody) SetRequestId

func (*QueryEntitiesResponseBody) SetTotalCount

func (QueryEntitiesResponseBody) String

func (s QueryEntitiesResponseBody) String() string

type QueryEntitiesResponseBodyEntities

type QueryEntitiesResponseBodyEntities struct {
	CreateTime     *string                                     `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId   *string                                     `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserName *string                                     `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	EntityId       *int64                                      `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	EntityName     *string                                     `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
	EntityType     *string                                     `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	Members        []*QueryEntitiesResponseBodyEntitiesMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"`
	ModifyTime     *string                                     `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserId   *string                                     `json:"ModifyUserId,omitempty" xml:"ModifyUserId,omitempty"`
	ModifyUserName *string                                     `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Regex          *string                                     `json:"Regex,omitempty" xml:"Regex,omitempty"`
}

func (QueryEntitiesResponseBodyEntities) GoString

func (*QueryEntitiesResponseBodyEntities) SetCreateTime

func (*QueryEntitiesResponseBodyEntities) SetCreateUserId

func (*QueryEntitiesResponseBodyEntities) SetCreateUserName

func (*QueryEntitiesResponseBodyEntities) SetEntityId

func (*QueryEntitiesResponseBodyEntities) SetEntityName

func (*QueryEntitiesResponseBodyEntities) SetEntityType

func (*QueryEntitiesResponseBodyEntities) SetModifyTime

func (*QueryEntitiesResponseBodyEntities) SetModifyUserId

func (*QueryEntitiesResponseBodyEntities) SetModifyUserName

func (*QueryEntitiesResponseBodyEntities) SetRegex

func (QueryEntitiesResponseBodyEntities) String

type QueryEntitiesResponseBodyEntitiesMembers

type QueryEntitiesResponseBodyEntitiesMembers struct {
	MemberName *string   `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Synonyms   []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (QueryEntitiesResponseBodyEntitiesMembers) GoString

func (*QueryEntitiesResponseBodyEntitiesMembers) SetMemberName

func (*QueryEntitiesResponseBodyEntitiesMembers) SetSynonyms

func (QueryEntitiesResponseBodyEntitiesMembers) String

type QueryIntentsRequest

type QueryIntentsRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	// 机器人实例 ID
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IntentName *string `json:"IntentName,omitempty" xml:"IntentName,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (QueryIntentsRequest) GoString

func (s QueryIntentsRequest) GoString() string

func (*QueryIntentsRequest) SetAgentKey

func (s *QueryIntentsRequest) SetAgentKey(v string) *QueryIntentsRequest

func (*QueryIntentsRequest) SetDialogId

func (s *QueryIntentsRequest) SetDialogId(v int64) *QueryIntentsRequest

func (*QueryIntentsRequest) SetInstanceId added in v2.0.4

func (s *QueryIntentsRequest) SetInstanceId(v string) *QueryIntentsRequest

func (*QueryIntentsRequest) SetIntentName

func (s *QueryIntentsRequest) SetIntentName(v string) *QueryIntentsRequest

func (*QueryIntentsRequest) SetPageNumber

func (s *QueryIntentsRequest) SetPageNumber(v int32) *QueryIntentsRequest

func (*QueryIntentsRequest) SetPageSize

func (s *QueryIntentsRequest) SetPageSize(v int32) *QueryIntentsRequest

func (QueryIntentsRequest) String

func (s QueryIntentsRequest) String() string

type QueryIntentsResponse

type QueryIntentsResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryIntentsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryIntentsResponse) GoString

func (s QueryIntentsResponse) GoString() string

func (*QueryIntentsResponse) SetBody

func (*QueryIntentsResponse) SetHeaders

func (s *QueryIntentsResponse) SetHeaders(v map[string]*string) *QueryIntentsResponse

func (*QueryIntentsResponse) SetStatusCode added in v2.0.6

func (s *QueryIntentsResponse) SetStatusCode(v int32) *QueryIntentsResponse

func (QueryIntentsResponse) String

func (s QueryIntentsResponse) String() string

type QueryIntentsResponseBody

type QueryIntentsResponseBody struct {
	Intents    []*QueryIntentsResponseBodyIntents `json:"Intents,omitempty" xml:"Intents,omitempty" type:"Repeated"`
	PageNumber *int32                             `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                             `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                             `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (QueryIntentsResponseBody) GoString

func (s QueryIntentsResponseBody) GoString() string

func (*QueryIntentsResponseBody) SetIntents

func (*QueryIntentsResponseBody) SetPageNumber

func (*QueryIntentsResponseBody) SetPageSize

func (*QueryIntentsResponseBody) SetRequestId

func (*QueryIntentsResponseBody) SetTotalCount

func (QueryIntentsResponseBody) String

func (s QueryIntentsResponseBody) String() string

type QueryIntentsResponseBodyIntents

type QueryIntentsResponseBodyIntents struct {
	CreateTime     *string                                     `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId   *string                                     `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserName *string                                     `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	IntentId       *int64                                      `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
	ModifyTime     *string                                     `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserId   *string                                     `json:"ModifyUserId,omitempty" xml:"ModifyUserId,omitempty"`
	ModifyUserName *string                                     `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Name           *string                                     `json:"Name,omitempty" xml:"Name,omitempty"`
	RuleCheck      []*QueryIntentsResponseBodyIntentsRuleCheck `json:"RuleCheck,omitempty" xml:"RuleCheck,omitempty" type:"Repeated"`
	Slot           []*QueryIntentsResponseBodyIntentsSlot      `json:"Slot,omitempty" xml:"Slot,omitempty" type:"Repeated"`
	UserSay        []*QueryIntentsResponseBodyIntentsUserSay   `json:"UserSay,omitempty" xml:"UserSay,omitempty" type:"Repeated"`
}

func (QueryIntentsResponseBodyIntents) GoString

func (*QueryIntentsResponseBodyIntents) SetCreateTime

func (*QueryIntentsResponseBodyIntents) SetCreateUserId

func (*QueryIntentsResponseBodyIntents) SetCreateUserName

func (*QueryIntentsResponseBodyIntents) SetIntentId

func (*QueryIntentsResponseBodyIntents) SetModifyTime

func (*QueryIntentsResponseBodyIntents) SetModifyUserId

func (*QueryIntentsResponseBodyIntents) SetModifyUserName

func (*QueryIntentsResponseBodyIntents) SetName

func (*QueryIntentsResponseBodyIntents) SetSlot

func (QueryIntentsResponseBodyIntents) String

type QueryIntentsResponseBodyIntentsRuleCheck

type QueryIntentsResponseBodyIntentsRuleCheck struct {
	Error   []*string `json:"Error,omitempty" xml:"Error,omitempty" type:"Repeated"`
	Strict  *bool     `json:"Strict,omitempty" xml:"Strict,omitempty"`
	Text    *string   `json:"Text,omitempty" xml:"Text,omitempty"`
	Warning []*string `json:"Warning,omitempty" xml:"Warning,omitempty" type:"Repeated"`
}

func (QueryIntentsResponseBodyIntentsRuleCheck) GoString

func (*QueryIntentsResponseBodyIntentsRuleCheck) SetError

func (*QueryIntentsResponseBodyIntentsRuleCheck) SetStrict

func (*QueryIntentsResponseBodyIntentsRuleCheck) SetText

func (*QueryIntentsResponseBodyIntentsRuleCheck) SetWarning

func (QueryIntentsResponseBodyIntentsRuleCheck) String

type QueryIntentsResponseBodyIntentsSlot

type QueryIntentsResponseBodyIntentsSlot struct {
	IsArray     *bool                                      `json:"IsArray,omitempty" xml:"IsArray,omitempty"`
	IsNecessary *bool                                      `json:"IsNecessary,omitempty" xml:"IsNecessary,omitempty"`
	LifeSpan    *int32                                     `json:"LifeSpan,omitempty" xml:"LifeSpan,omitempty"`
	Name        *string                                    `json:"Name,omitempty" xml:"Name,omitempty"`
	Question    []*string                                  `json:"Question,omitempty" xml:"Question,omitempty" type:"Repeated"`
	SlotId      *string                                    `json:"SlotId,omitempty" xml:"SlotId,omitempty"`
	Tags        []*QueryIntentsResponseBodyIntentsSlotTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	Value       *string                                    `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (QueryIntentsResponseBodyIntentsSlot) GoString

func (*QueryIntentsResponseBodyIntentsSlot) SetIsArray

func (*QueryIntentsResponseBodyIntentsSlot) SetIsNecessary

func (*QueryIntentsResponseBodyIntentsSlot) SetLifeSpan

func (*QueryIntentsResponseBodyIntentsSlot) SetName

func (*QueryIntentsResponseBodyIntentsSlot) SetQuestion

func (*QueryIntentsResponseBodyIntentsSlot) SetSlotId

func (*QueryIntentsResponseBodyIntentsSlot) SetValue

func (QueryIntentsResponseBodyIntentsSlot) String

type QueryIntentsResponseBodyIntentsSlotTags

type QueryIntentsResponseBodyIntentsSlotTags struct {
	UserSayId *string `json:"UserSayId,omitempty" xml:"UserSayId,omitempty"`
	Value     *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (QueryIntentsResponseBodyIntentsSlotTags) GoString

func (*QueryIntentsResponseBodyIntentsSlotTags) SetUserSayId

func (*QueryIntentsResponseBodyIntentsSlotTags) SetValue

func (QueryIntentsResponseBodyIntentsSlotTags) String

type QueryIntentsResponseBodyIntentsUserSay

type QueryIntentsResponseBodyIntentsUserSay struct {
	Data      []*QueryIntentsResponseBodyIntentsUserSayData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Strict    *bool                                         `json:"Strict,omitempty" xml:"Strict,omitempty"`
	UserSayId *string                                       `json:"UserSayId,omitempty" xml:"UserSayId,omitempty"`
}

func (QueryIntentsResponseBodyIntentsUserSay) GoString

func (*QueryIntentsResponseBodyIntentsUserSay) SetStrict

func (*QueryIntentsResponseBodyIntentsUserSay) SetUserSayId

func (QueryIntentsResponseBodyIntentsUserSay) String

type QueryIntentsResponseBodyIntentsUserSayData

type QueryIntentsResponseBodyIntentsUserSayData struct {
	SlotId *string `json:"SlotId,omitempty" xml:"SlotId,omitempty"`
	Text   *string `json:"Text,omitempty" xml:"Text,omitempty"`
}

func (QueryIntentsResponseBodyIntentsUserSayData) GoString

func (*QueryIntentsResponseBodyIntentsUserSayData) SetSlotId

func (*QueryIntentsResponseBodyIntentsUserSayData) SetText

func (QueryIntentsResponseBodyIntentsUserSayData) String

type QueryKnowledgesRequest

type QueryKnowledgesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey       *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CategoryId     *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	CoreWordName   *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
	KnowledgeTitle *string `json:"KnowledgeTitle,omitempty" xml:"KnowledgeTitle,omitempty"`
	PageNumber     *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (QueryKnowledgesRequest) GoString

func (s QueryKnowledgesRequest) GoString() string

func (*QueryKnowledgesRequest) SetAgentKey

func (*QueryKnowledgesRequest) SetCategoryId

func (*QueryKnowledgesRequest) SetCoreWordName

func (s *QueryKnowledgesRequest) SetCoreWordName(v string) *QueryKnowledgesRequest

func (*QueryKnowledgesRequest) SetKnowledgeTitle

func (s *QueryKnowledgesRequest) SetKnowledgeTitle(v string) *QueryKnowledgesRequest

func (*QueryKnowledgesRequest) SetPageNumber

func (*QueryKnowledgesRequest) SetPageSize

func (QueryKnowledgesRequest) String

func (s QueryKnowledgesRequest) String() string

type QueryKnowledgesResponse

type QueryKnowledgesResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryKnowledgesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryKnowledgesResponse) GoString

func (s QueryKnowledgesResponse) GoString() string

func (*QueryKnowledgesResponse) SetBody

func (*QueryKnowledgesResponse) SetHeaders

func (*QueryKnowledgesResponse) SetStatusCode added in v2.0.6

func (QueryKnowledgesResponse) String

func (s QueryKnowledgesResponse) String() string

type QueryKnowledgesResponseBody

type QueryKnowledgesResponseBody struct {
	Knowledges []*QueryKnowledgesResponseBodyKnowledges `json:"Knowledges,omitempty" xml:"Knowledges,omitempty" type:"Repeated"`
	PageNumber *int32                                   `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                   `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                   `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (QueryKnowledgesResponseBody) GoString

func (s QueryKnowledgesResponseBody) GoString() string

func (*QueryKnowledgesResponseBody) SetKnowledges

func (*QueryKnowledgesResponseBody) SetPageNumber

func (*QueryKnowledgesResponseBody) SetPageSize

func (*QueryKnowledgesResponseBody) SetRequestId

func (*QueryKnowledgesResponseBody) SetTotalCount

func (QueryKnowledgesResponseBody) String

type QueryKnowledgesResponseBodyKnowledges

type QueryKnowledgesResponseBodyKnowledges struct {
	CategoryId      *int64    `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	CoreWords       []*string `json:"CoreWords,omitempty" xml:"CoreWords,omitempty" type:"Repeated"`
	CreateTime      *string   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserName  *string   `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	EndDate         *string   `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	KnowledgeId     *int64    `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	KnowledgeStatus *int32    `json:"KnowledgeStatus,omitempty" xml:"KnowledgeStatus,omitempty"`
	KnowledgeTitle  *string   `json:"KnowledgeTitle,omitempty" xml:"KnowledgeTitle,omitempty"`
	ModifyTime      *string   `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserName  *string   `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	StartDate       *string   `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
	Version         *string   `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (QueryKnowledgesResponseBodyKnowledges) GoString

func (*QueryKnowledgesResponseBodyKnowledges) SetCategoryId

func (*QueryKnowledgesResponseBodyKnowledges) SetCoreWords

func (*QueryKnowledgesResponseBodyKnowledges) SetCreateTime

func (*QueryKnowledgesResponseBodyKnowledges) SetCreateUserName

func (*QueryKnowledgesResponseBodyKnowledges) SetEndDate

func (*QueryKnowledgesResponseBodyKnowledges) SetKnowledgeId

func (*QueryKnowledgesResponseBodyKnowledges) SetKnowledgeStatus

func (*QueryKnowledgesResponseBodyKnowledges) SetKnowledgeTitle

func (*QueryKnowledgesResponseBodyKnowledges) SetModifyTime

func (*QueryKnowledgesResponseBodyKnowledges) SetModifyUserName

func (*QueryKnowledgesResponseBodyKnowledges) SetStartDate

func (*QueryKnowledgesResponseBodyKnowledges) SetVersion

func (QueryKnowledgesResponseBodyKnowledges) String

type QueryPerspectivesRequest

type QueryPerspectivesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
}

func (QueryPerspectivesRequest) GoString

func (s QueryPerspectivesRequest) GoString() string

func (*QueryPerspectivesRequest) SetAgentKey

func (QueryPerspectivesRequest) String

func (s QueryPerspectivesRequest) String() string

type QueryPerspectivesResponse

type QueryPerspectivesResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryPerspectivesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryPerspectivesResponse) GoString

func (s QueryPerspectivesResponse) GoString() string

func (*QueryPerspectivesResponse) SetBody

func (*QueryPerspectivesResponse) SetHeaders

func (*QueryPerspectivesResponse) SetStatusCode added in v2.0.6

func (QueryPerspectivesResponse) String

func (s QueryPerspectivesResponse) String() string

type QueryPerspectivesResponseBody

type QueryPerspectivesResponseBody struct {
	Perspectives []*QueryPerspectivesResponseBodyPerspectives `json:"Perspectives,omitempty" xml:"Perspectives,omitempty" type:"Repeated"`
	RequestId    *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryPerspectivesResponseBody) GoString

func (*QueryPerspectivesResponseBody) SetRequestId

func (QueryPerspectivesResponseBody) String

type QueryPerspectivesResponseBodyPerspectives

type QueryPerspectivesResponseBodyPerspectives struct {
	CreateTime      *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserName  *string `json:"CreateUserName,omitempty" xml:"CreateUserName,omitempty"`
	ModifyTime      *string `json:"ModifyTime,omitempty" xml:"ModifyTime,omitempty"`
	ModifyUserName  *string `json:"ModifyUserName,omitempty" xml:"ModifyUserName,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PerspectiveCode *string `json:"PerspectiveCode,omitempty" xml:"PerspectiveCode,omitempty"`
	PerspectiveId   *string `json:"PerspectiveId,omitempty" xml:"PerspectiveId,omitempty"`
	SelfDefine      *bool   `json:"SelfDefine,omitempty" xml:"SelfDefine,omitempty"`
	Status          *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (QueryPerspectivesResponseBodyPerspectives) GoString

func (*QueryPerspectivesResponseBodyPerspectives) SetCreateTime

func (*QueryPerspectivesResponseBodyPerspectives) SetCreateUserName

func (*QueryPerspectivesResponseBodyPerspectives) SetModifyTime

func (*QueryPerspectivesResponseBodyPerspectives) SetModifyUserName

func (*QueryPerspectivesResponseBodyPerspectives) SetName

func (*QueryPerspectivesResponseBodyPerspectives) SetPerspectiveCode

func (*QueryPerspectivesResponseBodyPerspectives) SetPerspectiveId

func (*QueryPerspectivesResponseBodyPerspectives) SetSelfDefine

func (*QueryPerspectivesResponseBodyPerspectives) SetStatus

func (QueryPerspectivesResponseBodyPerspectives) String

type QuerySystemEntitiesRequest

type QuerySystemEntitiesRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EntityName *string `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
}

func (QuerySystemEntitiesRequest) GoString

func (s QuerySystemEntitiesRequest) GoString() string

func (*QuerySystemEntitiesRequest) SetAgentKey

func (*QuerySystemEntitiesRequest) SetEntityName

func (QuerySystemEntitiesRequest) String

type QuerySystemEntitiesResponse

type QuerySystemEntitiesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QuerySystemEntitiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QuerySystemEntitiesResponse) GoString

func (s QuerySystemEntitiesResponse) GoString() string

func (*QuerySystemEntitiesResponse) SetBody

func (*QuerySystemEntitiesResponse) SetHeaders

func (*QuerySystemEntitiesResponse) SetStatusCode added in v2.0.6

func (QuerySystemEntitiesResponse) String

type QuerySystemEntitiesResponseBody

type QuerySystemEntitiesResponseBody struct {
	RequestId      *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SystemEntities []*QuerySystemEntitiesResponseBodySystemEntities `json:"SystemEntities,omitempty" xml:"SystemEntities,omitempty" type:"Repeated"`
}

func (QuerySystemEntitiesResponseBody) GoString

func (*QuerySystemEntitiesResponseBody) SetRequestId

func (QuerySystemEntitiesResponseBody) String

type QuerySystemEntitiesResponseBodySystemEntities

type QuerySystemEntitiesResponseBodySystemEntities struct {
	DefaultQuestion *string `json:"DefaultQuestion,omitempty" xml:"DefaultQuestion,omitempty"`
	EntityCode      *string `json:"EntityCode,omitempty" xml:"EntityCode,omitempty"`
	EntityName      *string `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
}

func (QuerySystemEntitiesResponseBodySystemEntities) GoString

func (*QuerySystemEntitiesResponseBodySystemEntities) SetDefaultQuestion

func (*QuerySystemEntitiesResponseBodySystemEntities) SetEntityCode

func (*QuerySystemEntitiesResponseBodySystemEntities) SetEntityName

func (QuerySystemEntitiesResponseBodySystemEntities) String

type RemoveEntityMemberRequest

type RemoveEntityMemberRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string                          `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EntityId   *int64                           `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	Member     *RemoveEntityMemberRequestMember `json:"Member,omitempty" xml:"Member,omitempty" type:"Struct"`
	RemoveType *string                          `json:"RemoveType,omitempty" xml:"RemoveType,omitempty"`
}

func (RemoveEntityMemberRequest) GoString

func (s RemoveEntityMemberRequest) GoString() string

func (*RemoveEntityMemberRequest) SetAgentKey

func (*RemoveEntityMemberRequest) SetEntityId

func (*RemoveEntityMemberRequest) SetMember

func (*RemoveEntityMemberRequest) SetRemoveType

func (RemoveEntityMemberRequest) String

func (s RemoveEntityMemberRequest) String() string

type RemoveEntityMemberRequestMember

type RemoveEntityMemberRequestMember struct {
	MemberName *string   `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Synonyms   []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (RemoveEntityMemberRequestMember) GoString

func (*RemoveEntityMemberRequestMember) SetMemberName

func (*RemoveEntityMemberRequestMember) SetSynonyms

func (RemoveEntityMemberRequestMember) String

type RemoveEntityMemberResponse

type RemoveEntityMemberResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveEntityMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveEntityMemberResponse) GoString

func (s RemoveEntityMemberResponse) GoString() string

func (*RemoveEntityMemberResponse) SetBody

func (*RemoveEntityMemberResponse) SetHeaders

func (*RemoveEntityMemberResponse) SetStatusCode added in v2.0.6

func (RemoveEntityMemberResponse) String

type RemoveEntityMemberResponseBody

type RemoveEntityMemberResponseBody struct {
	EntityId  *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RemoveEntityMemberResponseBody) GoString

func (*RemoveEntityMemberResponseBody) SetEntityId

func (*RemoveEntityMemberResponseBody) SetRequestId

func (RemoveEntityMemberResponseBody) String

type RemoveEntityMemberShrinkRequest

type RemoveEntityMemberShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EntityId     *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	MemberShrink *string `json:"Member,omitempty" xml:"Member,omitempty"`
	RemoveType   *string `json:"RemoveType,omitempty" xml:"RemoveType,omitempty"`
}

func (RemoveEntityMemberShrinkRequest) GoString

func (*RemoveEntityMemberShrinkRequest) SetAgentKey

func (*RemoveEntityMemberShrinkRequest) SetEntityId

func (*RemoveEntityMemberShrinkRequest) SetMemberShrink

func (*RemoveEntityMemberShrinkRequest) SetRemoveType

func (RemoveEntityMemberShrinkRequest) String

type RemoveSynonymRequest

type RemoveSynonymRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CoreWordName *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
	Synonym      *string `json:"Synonym,omitempty" xml:"Synonym,omitempty"`
}

func (RemoveSynonymRequest) GoString

func (s RemoveSynonymRequest) GoString() string

func (*RemoveSynonymRequest) SetAgentKey

func (*RemoveSynonymRequest) SetCoreWordName

func (s *RemoveSynonymRequest) SetCoreWordName(v string) *RemoveSynonymRequest

func (*RemoveSynonymRequest) SetSynonym

func (RemoveSynonymRequest) String

func (s RemoveSynonymRequest) String() string

type RemoveSynonymResponse

type RemoveSynonymResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveSynonymResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveSynonymResponse) GoString

func (s RemoveSynonymResponse) GoString() string

func (*RemoveSynonymResponse) SetBody

func (*RemoveSynonymResponse) SetHeaders

func (*RemoveSynonymResponse) SetStatusCode added in v2.0.6

func (s *RemoveSynonymResponse) SetStatusCode(v int32) *RemoveSynonymResponse

func (RemoveSynonymResponse) String

func (s RemoveSynonymResponse) String() string

type RemoveSynonymResponseBody

type RemoveSynonymResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RemoveSynonymResponseBody) GoString

func (s RemoveSynonymResponseBody) GoString() string

func (*RemoveSynonymResponseBody) SetRequestId

func (RemoveSynonymResponseBody) String

func (s RemoveSynonymResponseBody) String() string

type RuleMtopDTO

type RuleMtopDTO struct {
	// Error
	Error []*string `json:"Error,omitempty" xml:"Error,omitempty" type:"Repeated"`
	// Strict
	Strict *bool `json:"Strict,omitempty" xml:"Strict,omitempty"`
	// Text
	Text *string `json:"Text,omitempty" xml:"Text,omitempty"`
	// Warning
	Warning []*string `json:"Warning,omitempty" xml:"Warning,omitempty" type:"Repeated"`
}

func (RuleMtopDTO) GoString

func (s RuleMtopDTO) GoString() string

func (*RuleMtopDTO) SetError

func (s *RuleMtopDTO) SetError(v []*string) *RuleMtopDTO

func (*RuleMtopDTO) SetStrict

func (s *RuleMtopDTO) SetStrict(v bool) *RuleMtopDTO

func (*RuleMtopDTO) SetText

func (s *RuleMtopDTO) SetText(v string) *RuleMtopDTO

func (*RuleMtopDTO) SetWarning

func (s *RuleMtopDTO) SetWarning(v []*string) *RuleMtopDTO

func (RuleMtopDTO) String

func (s RuleMtopDTO) String() string

type SectionMtopDTO

type SectionMtopDTO struct {
	// SlotId
	SlotId *string `json:"SlotId,omitempty" xml:"SlotId,omitempty"`
	// Text
	Text *string `json:"Text,omitempty" xml:"Text,omitempty"`
}

func (SectionMtopDTO) GoString

func (s SectionMtopDTO) GoString() string

func (*SectionMtopDTO) SetSlotId

func (s *SectionMtopDTO) SetSlotId(v string) *SectionMtopDTO

func (*SectionMtopDTO) SetText

func (s *SectionMtopDTO) SetText(v string) *SectionMtopDTO

func (SectionMtopDTO) String

func (s SectionMtopDTO) String() string

type SlotrecordMtopDTO

type SlotrecordMtopDTO struct {
	// Id
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// IsArray
	IsArray *bool `json:"IsArray,omitempty" xml:"IsArray,omitempty"`
	// IsNecessary
	IsNecessary *bool `json:"IsNecessary,omitempty" xml:"IsNecessary,omitempty"`
	// LifeSpan
	LifeSpan *int32 `json:"LifeSpan,omitempty" xml:"LifeSpan,omitempty"`
	// Name
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// Question
	Question []*string `json:"Question,omitempty" xml:"Question,omitempty" type:"Repeated"`
	// Tags
	Tags []*TagMtopDTO `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	// Value
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (SlotrecordMtopDTO) GoString

func (s SlotrecordMtopDTO) GoString() string

func (*SlotrecordMtopDTO) SetId

func (*SlotrecordMtopDTO) SetIsArray

func (s *SlotrecordMtopDTO) SetIsArray(v bool) *SlotrecordMtopDTO

func (*SlotrecordMtopDTO) SetIsNecessary

func (s *SlotrecordMtopDTO) SetIsNecessary(v bool) *SlotrecordMtopDTO

func (*SlotrecordMtopDTO) SetLifeSpan

func (s *SlotrecordMtopDTO) SetLifeSpan(v int32) *SlotrecordMtopDTO

func (*SlotrecordMtopDTO) SetName

func (*SlotrecordMtopDTO) SetQuestion

func (s *SlotrecordMtopDTO) SetQuestion(v []*string) *SlotrecordMtopDTO

func (*SlotrecordMtopDTO) SetTags

func (*SlotrecordMtopDTO) SetValue

func (s *SlotrecordMtopDTO) SetValue(v string) *SlotrecordMtopDTO

func (SlotrecordMtopDTO) String

func (s SlotrecordMtopDTO) String() string

type TagMtopDTO

type TagMtopDTO struct {
	// UserSayId
	UserSayId *string `json:"UserSayId,omitempty" xml:"UserSayId,omitempty"`
	// Value
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (TagMtopDTO) GoString

func (s TagMtopDTO) GoString() string

func (*TagMtopDTO) SetUserSayId

func (s *TagMtopDTO) SetUserSayId(v string) *TagMtopDTO

func (*TagMtopDTO) SetValue

func (s *TagMtopDTO) SetValue(v string) *TagMtopDTO

func (TagMtopDTO) String

func (s TagMtopDTO) String() string

type TestDialogFlowRequest

type TestDialogFlowRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
}

func (TestDialogFlowRequest) GoString

func (s TestDialogFlowRequest) GoString() string

func (*TestDialogFlowRequest) SetAgentKey

func (*TestDialogFlowRequest) SetDialogId

func (TestDialogFlowRequest) String

func (s TestDialogFlowRequest) String() string

type TestDialogFlowResponse

type TestDialogFlowResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TestDialogFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TestDialogFlowResponse) GoString

func (s TestDialogFlowResponse) GoString() string

func (*TestDialogFlowResponse) SetBody

func (*TestDialogFlowResponse) SetHeaders

func (*TestDialogFlowResponse) SetStatusCode added in v2.0.6

func (TestDialogFlowResponse) String

func (s TestDialogFlowResponse) String() string

type TestDialogFlowResponseBody

type TestDialogFlowResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (TestDialogFlowResponseBody) GoString

func (s TestDialogFlowResponseBody) GoString() string

func (*TestDialogFlowResponseBody) SetRequestId

func (TestDialogFlowResponseBody) String

type UpdateCategoryRequest

type UpdateCategoryRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CategoryId *int64  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (UpdateCategoryRequest) GoString

func (s UpdateCategoryRequest) GoString() string

func (*UpdateCategoryRequest) SetAgentKey

func (*UpdateCategoryRequest) SetCategoryId

func (s *UpdateCategoryRequest) SetCategoryId(v int64) *UpdateCategoryRequest

func (*UpdateCategoryRequest) SetName

func (UpdateCategoryRequest) String

func (s UpdateCategoryRequest) String() string

type UpdateCategoryResponse

type UpdateCategoryResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateCategoryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateCategoryResponse) GoString

func (s UpdateCategoryResponse) GoString() string

func (*UpdateCategoryResponse) SetBody

func (*UpdateCategoryResponse) SetHeaders

func (*UpdateCategoryResponse) SetStatusCode added in v2.0.6

func (UpdateCategoryResponse) String

func (s UpdateCategoryResponse) String() string

type UpdateCategoryResponseBody

type UpdateCategoryResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateCategoryResponseBody) GoString

func (s UpdateCategoryResponseBody) GoString() string

func (*UpdateCategoryResponseBody) SetRequestId

func (*UpdateCategoryResponseBody) SetSuccess

func (UpdateCategoryResponseBody) String

type UpdateCoreWordRequest

type UpdateCoreWordRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey     *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	CoreWordCode *string `json:"CoreWordCode,omitempty" xml:"CoreWordCode,omitempty"`
	CoreWordName *string `json:"CoreWordName,omitempty" xml:"CoreWordName,omitempty"`
}

func (UpdateCoreWordRequest) GoString

func (s UpdateCoreWordRequest) GoString() string

func (*UpdateCoreWordRequest) SetAgentKey

func (*UpdateCoreWordRequest) SetCoreWordCode

func (s *UpdateCoreWordRequest) SetCoreWordCode(v string) *UpdateCoreWordRequest

func (*UpdateCoreWordRequest) SetCoreWordName

func (s *UpdateCoreWordRequest) SetCoreWordName(v string) *UpdateCoreWordRequest

func (UpdateCoreWordRequest) String

func (s UpdateCoreWordRequest) String() string

type UpdateCoreWordResponse

type UpdateCoreWordResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateCoreWordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateCoreWordResponse) GoString

func (s UpdateCoreWordResponse) GoString() string

func (*UpdateCoreWordResponse) SetBody

func (*UpdateCoreWordResponse) SetHeaders

func (*UpdateCoreWordResponse) SetStatusCode added in v2.0.6

func (UpdateCoreWordResponse) String

func (s UpdateCoreWordResponse) String() string

type UpdateCoreWordResponseBody

type UpdateCoreWordResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateCoreWordResponseBody) GoString

func (s UpdateCoreWordResponseBody) GoString() string

func (*UpdateCoreWordResponseBody) SetRequestId

func (*UpdateCoreWordResponseBody) SetSuccess

func (UpdateCoreWordResponseBody) String

type UpdateDialogFlowModuleDefinition

type UpdateDialogFlowModuleDefinition struct {
	// Edges
	Edges []*PaasEdgeDTO `json:"Edges,omitempty" xml:"Edges,omitempty" type:"Repeated"`
	// Nodes
	Nodes []*PaasNodeDTO `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Repeated"`
}

func (UpdateDialogFlowModuleDefinition) GoString

func (*UpdateDialogFlowModuleDefinition) SetEdges

func (*UpdateDialogFlowModuleDefinition) SetNodes

func (UpdateDialogFlowModuleDefinition) String

type UpdateDialogFlowRequest

type UpdateDialogFlowRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey         *string                                  `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId         *int64                                   `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	ModuleDefinition *UpdateDialogFlowRequestModuleDefinition `json:"ModuleDefinition,omitempty" xml:"ModuleDefinition,omitempty" type:"Struct"`
}

func (UpdateDialogFlowRequest) GoString

func (s UpdateDialogFlowRequest) GoString() string

func (*UpdateDialogFlowRequest) SetAgentKey

func (*UpdateDialogFlowRequest) SetDialogId

func (*UpdateDialogFlowRequest) SetModuleDefinition

func (UpdateDialogFlowRequest) String

func (s UpdateDialogFlowRequest) String() string

type UpdateDialogFlowRequestModuleDefinition

type UpdateDialogFlowRequestModuleDefinition struct {
	GlobalVars       map[string]interface{} `json:"GlobalVars,omitempty" xml:"GlobalVars,omitempty"`
	ModuleDefinition *PaasProcessData       `json:"ModuleDefinition,omitempty" xml:"ModuleDefinition,omitempty"`
}

func (UpdateDialogFlowRequestModuleDefinition) GoString

func (*UpdateDialogFlowRequestModuleDefinition) SetGlobalVars

func (*UpdateDialogFlowRequestModuleDefinition) SetModuleDefinition

func (UpdateDialogFlowRequestModuleDefinition) String

type UpdateDialogFlowResponse

type UpdateDialogFlowResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateDialogFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateDialogFlowResponse) GoString

func (s UpdateDialogFlowResponse) GoString() string

func (*UpdateDialogFlowResponse) SetBody

func (*UpdateDialogFlowResponse) SetHeaders

func (*UpdateDialogFlowResponse) SetStatusCode added in v2.0.6

func (UpdateDialogFlowResponse) String

func (s UpdateDialogFlowResponse) String() string

type UpdateDialogFlowResponseBody

type UpdateDialogFlowResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateDialogFlowResponseBody) GoString

func (s UpdateDialogFlowResponseBody) GoString() string

func (*UpdateDialogFlowResponseBody) SetRequestId

func (UpdateDialogFlowResponseBody) String

type UpdateDialogFlowShrinkRequest

type UpdateDialogFlowShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey               *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	DialogId               *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	ModuleDefinitionShrink *string `json:"ModuleDefinition,omitempty" xml:"ModuleDefinition,omitempty"`
}

func (UpdateDialogFlowShrinkRequest) GoString

func (*UpdateDialogFlowShrinkRequest) SetAgentKey

func (*UpdateDialogFlowShrinkRequest) SetDialogId

func (*UpdateDialogFlowShrinkRequest) SetModuleDefinitionShrink

func (s *UpdateDialogFlowShrinkRequest) SetModuleDefinitionShrink(v string) *UpdateDialogFlowShrinkRequest

func (UpdateDialogFlowShrinkRequest) String

type UpdateDialogRequest

type UpdateDialogRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey    *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	DialogId    *int64  `json:"DialogId,omitempty" xml:"DialogId,omitempty"`
	DialogName  *string `json:"DialogName,omitempty" xml:"DialogName,omitempty"`
}

func (UpdateDialogRequest) GoString

func (s UpdateDialogRequest) GoString() string

func (*UpdateDialogRequest) SetAgentKey

func (s *UpdateDialogRequest) SetAgentKey(v string) *UpdateDialogRequest

func (*UpdateDialogRequest) SetDescription

func (s *UpdateDialogRequest) SetDescription(v string) *UpdateDialogRequest

func (*UpdateDialogRequest) SetDialogId

func (s *UpdateDialogRequest) SetDialogId(v int64) *UpdateDialogRequest

func (*UpdateDialogRequest) SetDialogName

func (s *UpdateDialogRequest) SetDialogName(v string) *UpdateDialogRequest

func (UpdateDialogRequest) String

func (s UpdateDialogRequest) String() string

type UpdateDialogResponse

type UpdateDialogResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateDialogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateDialogResponse) GoString

func (s UpdateDialogResponse) GoString() string

func (*UpdateDialogResponse) SetBody

func (*UpdateDialogResponse) SetHeaders

func (s *UpdateDialogResponse) SetHeaders(v map[string]*string) *UpdateDialogResponse

func (*UpdateDialogResponse) SetStatusCode added in v2.0.6

func (s *UpdateDialogResponse) SetStatusCode(v int32) *UpdateDialogResponse

func (UpdateDialogResponse) String

func (s UpdateDialogResponse) String() string

type UpdateDialogResponseBody

type UpdateDialogResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateDialogResponseBody) GoString

func (s UpdateDialogResponseBody) GoString() string

func (*UpdateDialogResponseBody) SetRequestId

func (UpdateDialogResponseBody) String

func (s UpdateDialogResponseBody) String() string

type UpdateEntityRequest

type UpdateEntityRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey   *string                       `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EntityId   *int64                        `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	EntityName *string                       `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
	EntityType *string                       `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	Members    []*UpdateEntityRequestMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"`
	Regex      *string                       `json:"Regex,omitempty" xml:"Regex,omitempty"`
}

func (UpdateEntityRequest) GoString

func (s UpdateEntityRequest) GoString() string

func (*UpdateEntityRequest) SetAgentKey

func (s *UpdateEntityRequest) SetAgentKey(v string) *UpdateEntityRequest

func (*UpdateEntityRequest) SetEntityId

func (s *UpdateEntityRequest) SetEntityId(v int64) *UpdateEntityRequest

func (*UpdateEntityRequest) SetEntityName

func (s *UpdateEntityRequest) SetEntityName(v string) *UpdateEntityRequest

func (*UpdateEntityRequest) SetEntityType

func (s *UpdateEntityRequest) SetEntityType(v string) *UpdateEntityRequest

func (*UpdateEntityRequest) SetMembers

func (*UpdateEntityRequest) SetRegex

func (UpdateEntityRequest) String

func (s UpdateEntityRequest) String() string

type UpdateEntityRequestMembers

type UpdateEntityRequestMembers struct {
	MemberName *string   `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Synonyms   []*string `json:"Synonyms,omitempty" xml:"Synonyms,omitempty" type:"Repeated"`
}

func (UpdateEntityRequestMembers) GoString

func (s UpdateEntityRequestMembers) GoString() string

func (*UpdateEntityRequestMembers) SetMemberName

func (*UpdateEntityRequestMembers) SetSynonyms

func (UpdateEntityRequestMembers) String

type UpdateEntityResponse

type UpdateEntityResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateEntityResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateEntityResponse) GoString

func (s UpdateEntityResponse) GoString() string

func (*UpdateEntityResponse) SetBody

func (*UpdateEntityResponse) SetHeaders

func (s *UpdateEntityResponse) SetHeaders(v map[string]*string) *UpdateEntityResponse

func (*UpdateEntityResponse) SetStatusCode added in v2.0.6

func (s *UpdateEntityResponse) SetStatusCode(v int32) *UpdateEntityResponse

func (UpdateEntityResponse) String

func (s UpdateEntityResponse) String() string

type UpdateEntityResponseBody

type UpdateEntityResponseBody struct {
	EntityId  *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateEntityResponseBody) GoString

func (s UpdateEntityResponseBody) GoString() string

func (*UpdateEntityResponseBody) SetEntityId

func (*UpdateEntityResponseBody) SetRequestId

func (UpdateEntityResponseBody) String

func (s UpdateEntityResponseBody) String() string

type UpdateEntityShrinkRequest

type UpdateEntityShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey      *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	EntityId      *int64  `json:"EntityId,omitempty" xml:"EntityId,omitempty"`
	EntityName    *string `json:"EntityName,omitempty" xml:"EntityName,omitempty"`
	EntityType    *string `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	MembersShrink *string `json:"Members,omitempty" xml:"Members,omitempty"`
	Regex         *string `json:"Regex,omitempty" xml:"Regex,omitempty"`
}

func (UpdateEntityShrinkRequest) GoString

func (s UpdateEntityShrinkRequest) GoString() string

func (*UpdateEntityShrinkRequest) SetAgentKey

func (*UpdateEntityShrinkRequest) SetEntityId

func (*UpdateEntityShrinkRequest) SetEntityName

func (*UpdateEntityShrinkRequest) SetEntityType

func (*UpdateEntityShrinkRequest) SetMembersShrink

func (*UpdateEntityShrinkRequest) SetRegex

func (UpdateEntityShrinkRequest) String

func (s UpdateEntityShrinkRequest) String() string

type UpdateIntentRequest

type UpdateIntentRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey         *string          `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	IntentDefinition *IntentCreateDTO `json:"IntentDefinition,omitempty" xml:"IntentDefinition,omitempty"`
	IntentId         *int64           `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
}

func (UpdateIntentRequest) GoString

func (s UpdateIntentRequest) GoString() string

func (*UpdateIntentRequest) SetAgentKey

func (s *UpdateIntentRequest) SetAgentKey(v string) *UpdateIntentRequest

func (*UpdateIntentRequest) SetIntentDefinition

func (s *UpdateIntentRequest) SetIntentDefinition(v *IntentCreateDTO) *UpdateIntentRequest

func (*UpdateIntentRequest) SetIntentId

func (s *UpdateIntentRequest) SetIntentId(v int64) *UpdateIntentRequest

func (UpdateIntentRequest) String

func (s UpdateIntentRequest) String() string

type UpdateIntentResponse

type UpdateIntentResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateIntentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateIntentResponse) GoString

func (s UpdateIntentResponse) GoString() string

func (*UpdateIntentResponse) SetBody

func (*UpdateIntentResponse) SetHeaders

func (s *UpdateIntentResponse) SetHeaders(v map[string]*string) *UpdateIntentResponse

func (*UpdateIntentResponse) SetStatusCode added in v2.0.6

func (s *UpdateIntentResponse) SetStatusCode(v int32) *UpdateIntentResponse

func (UpdateIntentResponse) String

func (s UpdateIntentResponse) String() string

type UpdateIntentResponseBody

type UpdateIntentResponseBody struct {
	IntentId  *int64  `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateIntentResponseBody) GoString

func (s UpdateIntentResponseBody) GoString() string

func (*UpdateIntentResponseBody) SetIntentId

func (*UpdateIntentResponseBody) SetRequestId

func (UpdateIntentResponseBody) String

func (s UpdateIntentResponseBody) String() string

type UpdateIntentShrinkRequest

type UpdateIntentShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey               *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	IntentDefinitionShrink *string `json:"IntentDefinition,omitempty" xml:"IntentDefinition,omitempty"`
	IntentId               *int64  `json:"IntentId,omitempty" xml:"IntentId,omitempty"`
}

func (UpdateIntentShrinkRequest) GoString

func (s UpdateIntentShrinkRequest) GoString() string

func (*UpdateIntentShrinkRequest) SetAgentKey

func (*UpdateIntentShrinkRequest) SetIntentDefinitionShrink

func (s *UpdateIntentShrinkRequest) SetIntentDefinitionShrink(v string) *UpdateIntentShrinkRequest

func (*UpdateIntentShrinkRequest) SetIntentId

func (UpdateIntentShrinkRequest) String

func (s UpdateIntentShrinkRequest) String() string

type UpdateKnowledgeRequest

type UpdateKnowledgeRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey  *string                          `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Knowledge *UpdateKnowledgeRequestKnowledge `json:"Knowledge,omitempty" xml:"Knowledge,omitempty" type:"Struct"`
}

func (UpdateKnowledgeRequest) GoString

func (s UpdateKnowledgeRequest) GoString() string

func (*UpdateKnowledgeRequest) SetAgentKey

func (*UpdateKnowledgeRequest) SetKnowledge

func (UpdateKnowledgeRequest) String

func (s UpdateKnowledgeRequest) String() string

type UpdateKnowledgeRequestKnowledge

type UpdateKnowledgeRequestKnowledge struct {
	CategoryId     *int64                                         `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	EndDate        *string                                        `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	KnowledgeId    *int64                                         `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	KnowledgeTitle *string                                        `json:"KnowledgeTitle,omitempty" xml:"KnowledgeTitle,omitempty"`
	KnowledgeType  *int32                                         `json:"KnowledgeType,omitempty" xml:"KnowledgeType,omitempty"`
	Outlines       []*UpdateKnowledgeRequestKnowledgeOutlines     `json:"Outlines,omitempty" xml:"Outlines,omitempty" type:"Repeated"`
	SimQuestions   []*UpdateKnowledgeRequestKnowledgeSimQuestions `json:"SimQuestions,omitempty" xml:"SimQuestions,omitempty" type:"Repeated"`
	Solutions      []*UpdateKnowledgeRequestKnowledgeSolutions    `json:"Solutions,omitempty" xml:"Solutions,omitempty" type:"Repeated"`
	StartDate      *string                                        `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
}

func (UpdateKnowledgeRequestKnowledge) GoString

func (*UpdateKnowledgeRequestKnowledge) SetCategoryId

func (*UpdateKnowledgeRequestKnowledge) SetEndDate

func (*UpdateKnowledgeRequestKnowledge) SetKnowledgeId

func (*UpdateKnowledgeRequestKnowledge) SetKnowledgeTitle

func (*UpdateKnowledgeRequestKnowledge) SetKnowledgeType

func (*UpdateKnowledgeRequestKnowledge) SetStartDate

func (UpdateKnowledgeRequestKnowledge) String

type UpdateKnowledgeRequestKnowledgeOutlines

type UpdateKnowledgeRequestKnowledgeOutlines struct {
	Action      *string `json:"Action,omitempty" xml:"Action,omitempty"`
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	OutlineId   *int64  `json:"OutlineId,omitempty" xml:"OutlineId,omitempty"`
	Title       *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (UpdateKnowledgeRequestKnowledgeOutlines) GoString

func (*UpdateKnowledgeRequestKnowledgeOutlines) SetAction

func (*UpdateKnowledgeRequestKnowledgeOutlines) SetKnowledgeId

func (*UpdateKnowledgeRequestKnowledgeOutlines) SetOutlineId

func (*UpdateKnowledgeRequestKnowledgeOutlines) SetTitle

func (UpdateKnowledgeRequestKnowledgeOutlines) String

type UpdateKnowledgeRequestKnowledgeSimQuestions

type UpdateKnowledgeRequestKnowledgeSimQuestions struct {
	Action        *string `json:"Action,omitempty" xml:"Action,omitempty"`
	SimQuestionId *int64  `json:"SimQuestionId,omitempty" xml:"SimQuestionId,omitempty"`
	Title         *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (UpdateKnowledgeRequestKnowledgeSimQuestions) GoString

func (*UpdateKnowledgeRequestKnowledgeSimQuestions) SetAction

func (*UpdateKnowledgeRequestKnowledgeSimQuestions) SetSimQuestionId

func (*UpdateKnowledgeRequestKnowledgeSimQuestions) SetTitle

func (UpdateKnowledgeRequestKnowledgeSimQuestions) String

type UpdateKnowledgeRequestKnowledgeSolutions

type UpdateKnowledgeRequestKnowledgeSolutions struct {
	Action         *string   `json:"Action,omitempty" xml:"Action,omitempty"`
	Content        *string   `json:"Content,omitempty" xml:"Content,omitempty"`
	PerspectiveIds []*string `json:"PerspectiveIds,omitempty" xml:"PerspectiveIds,omitempty" type:"Repeated"`
	PlainText      *string   `json:"PlainText,omitempty" xml:"PlainText,omitempty"`
	SolutionId     *int64    `json:"SolutionId,omitempty" xml:"SolutionId,omitempty"`
}

func (UpdateKnowledgeRequestKnowledgeSolutions) GoString

func (*UpdateKnowledgeRequestKnowledgeSolutions) SetAction

func (*UpdateKnowledgeRequestKnowledgeSolutions) SetContent

func (*UpdateKnowledgeRequestKnowledgeSolutions) SetPerspectiveIds

func (*UpdateKnowledgeRequestKnowledgeSolutions) SetPlainText

func (*UpdateKnowledgeRequestKnowledgeSolutions) SetSolutionId

func (UpdateKnowledgeRequestKnowledgeSolutions) String

type UpdateKnowledgeResponse

type UpdateKnowledgeResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateKnowledgeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateKnowledgeResponse) GoString

func (s UpdateKnowledgeResponse) GoString() string

func (*UpdateKnowledgeResponse) SetBody

func (*UpdateKnowledgeResponse) SetHeaders

func (*UpdateKnowledgeResponse) SetStatusCode added in v2.0.6

func (UpdateKnowledgeResponse) String

func (s UpdateKnowledgeResponse) String() string

type UpdateKnowledgeResponseBody

type UpdateKnowledgeResponseBody struct {
	KnowledgeId *int64  `json:"KnowledgeId,omitempty" xml:"KnowledgeId,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateKnowledgeResponseBody) GoString

func (s UpdateKnowledgeResponseBody) GoString() string

func (*UpdateKnowledgeResponseBody) SetKnowledgeId

func (*UpdateKnowledgeResponseBody) SetRequestId

func (UpdateKnowledgeResponseBody) String

type UpdateKnowledgeShrinkRequest

type UpdateKnowledgeShrinkRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey        *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	KnowledgeShrink *string `json:"Knowledge,omitempty" xml:"Knowledge,omitempty"`
}

func (UpdateKnowledgeShrinkRequest) GoString

func (s UpdateKnowledgeShrinkRequest) GoString() string

func (*UpdateKnowledgeShrinkRequest) SetAgentKey

func (*UpdateKnowledgeShrinkRequest) SetKnowledgeShrink

func (UpdateKnowledgeShrinkRequest) String

type UpdatePerspectiveRequest

type UpdatePerspectiveRequest struct {
	// 业务空间key,不设置则访问默认业务空间,key值在主账号业务管理页面获取
	AgentKey      *string `json:"AgentKey,omitempty" xml:"AgentKey,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PerspectiveId *string `json:"PerspectiveId,omitempty" xml:"PerspectiveId,omitempty"`
}

func (UpdatePerspectiveRequest) GoString

func (s UpdatePerspectiveRequest) GoString() string

func (*UpdatePerspectiveRequest) SetAgentKey

func (*UpdatePerspectiveRequest) SetName

func (*UpdatePerspectiveRequest) SetPerspectiveId

func (UpdatePerspectiveRequest) String

func (s UpdatePerspectiveRequest) String() string

type UpdatePerspectiveResponse

type UpdatePerspectiveResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdatePerspectiveResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdatePerspectiveResponse) GoString

func (s UpdatePerspectiveResponse) GoString() string

func (*UpdatePerspectiveResponse) SetBody

func (*UpdatePerspectiveResponse) SetHeaders

func (*UpdatePerspectiveResponse) SetStatusCode added in v2.0.6

func (UpdatePerspectiveResponse) String

func (s UpdatePerspectiveResponse) String() string

type UpdatePerspectiveResponseBody

type UpdatePerspectiveResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdatePerspectiveResponseBody) GoString

func (*UpdatePerspectiveResponseBody) SetRequestId

func (UpdatePerspectiveResponseBody) String

type UsersayMtopDTO

type UsersayMtopDTO struct {
	// Data
	Data []*SectionMtopDTO `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	// Id
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// Strict
	Strict *bool `json:"Strict,omitempty" xml:"Strict,omitempty"`
}

func (UsersayMtopDTO) GoString

func (s UsersayMtopDTO) GoString() string

func (*UsersayMtopDTO) SetData

func (s *UsersayMtopDTO) SetData(v []*SectionMtopDTO) *UsersayMtopDTO

func (*UsersayMtopDTO) SetId

func (s *UsersayMtopDTO) SetId(v string) *UsersayMtopDTO

func (*UsersayMtopDTO) SetStrict

func (s *UsersayMtopDTO) SetStrict(v bool) *UsersayMtopDTO

func (UsersayMtopDTO) String

func (s UsersayMtopDTO) String() string

Jump to

Keyboard shortcuts

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