kclub

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaKclubKcGetcategorytreeAPIResponse

type AlibabaKclubKcGetcategorytreeAPIResponse struct {
	model.CommonResponse
	AlibabaKclubKcGetcategorytreeResponse
}

知识云-查询租户下类目树 APIResponse alibaba.kclub.kc.getcategorytree

知识云-查询租户下类目树。通过租户id、类型(外部类目、帮助中心类目、内部类目)。

type AlibabaKclubKcGetcategorytreeRequest

type AlibabaKclubKcGetcategorytreeRequest struct {
	model.Params
	// contains filtered or unexported fields
}

知识云-查询租户下类目树 APIRequest alibaba.kclub.kc.getcategorytree

知识云-查询租户下类目树。通过租户id、类型(外部类目、帮助中心类目、内部类目)。

func NewAlibabaKclubKcGetcategorytreeRequest

func NewAlibabaKclubKcGetcategorytreeRequest() *AlibabaKclubKcGetcategorytreeRequest

func (AlibabaKclubKcGetcategorytreeRequest) GetApiMethodName

func (r AlibabaKclubKcGetcategorytreeRequest) GetApiMethodName() string

func (AlibabaKclubKcGetcategorytreeRequest) GetApiParams

func (AlibabaKclubKcGetcategorytreeRequest) GetAuth

func (AlibabaKclubKcGetcategorytreeRequest) GetTenantId

func (*AlibabaKclubKcGetcategorytreeRequest) SetAuth

func (*AlibabaKclubKcGetcategorytreeRequest) SetTenantId

func (r *AlibabaKclubKcGetcategorytreeRequest) SetTenantId(tenantId int64) error

type AlibabaKclubKcGetcategorytreeResponse

type AlibabaKclubKcGetcategorytreeResponse struct {
	XMLName xml.Name `xml:"alibaba_kclub_kc_getcategorytree_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaKclubKcGetcategorytreeResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaKclubKcGetcategorytreeResult

type AlibabaKclubKcGetcategorytreeResult struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Data string `json:"data,omitempty" xml:"data,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaKclubKcGetcategorytreeResult

type AlibabaKclubKcQaGetAPIResponse

type AlibabaKclubKcQaGetAPIResponse struct {
	model.CommonResponse
	AlibabaKclubKcQaGetResponse
}

知识云-查询单个知识详情 APIResponse alibaba.kclub.kc.qa.get

知识云-查询单个知识详情。通过租户id、问题id查询问题详情

type AlibabaKclubKcQaGetRequest

type AlibabaKclubKcQaGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

知识云-查询单个知识详情 APIRequest alibaba.kclub.kc.qa.get

知识云-查询单个知识详情。通过租户id、问题id查询问题详情

func NewAlibabaKclubKcQaGetRequest

func NewAlibabaKclubKcQaGetRequest() *AlibabaKclubKcQaGetRequest

func (AlibabaKclubKcQaGetRequest) GetApiMethodName

func (r AlibabaKclubKcQaGetRequest) GetApiMethodName() string

func (AlibabaKclubKcQaGetRequest) GetApiParams

func (r AlibabaKclubKcQaGetRequest) GetApiParams() url.Values

func (AlibabaKclubKcQaGetRequest) GetAuth

func (AlibabaKclubKcQaGetRequest) GetFilter

func (r AlibabaKclubKcQaGetRequest) GetFilter() *KcQaFilter

func (AlibabaKclubKcQaGetRequest) GetQuestionId

func (r AlibabaKclubKcQaGetRequest) GetQuestionId() int64

func (*AlibabaKclubKcQaGetRequest) SetAuth

func (r *AlibabaKclubKcQaGetRequest) SetAuth(auth *TenancyAuth) error

func (*AlibabaKclubKcQaGetRequest) SetFilter

func (r *AlibabaKclubKcQaGetRequest) SetFilter(filter *KcQaFilter) error

func (*AlibabaKclubKcQaGetRequest) SetQuestionId

func (r *AlibabaKclubKcQaGetRequest) SetQuestionId(questionId int64) error

type AlibabaKclubKcQaGetResponse

type AlibabaKclubKcQaGetResponse struct {
	XMLName xml.Name `xml:"alibaba_kclub_kc_qa_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaKclubKcQaGetResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaKclubKcQaGetResult

type AlibabaKclubKcQaGetResult struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Data *KcQaRead `json:"data,omitempty" xml:"data,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaKclubKcQaGetResult

type AlibabaKclubKcQaSearchAPIResponse

type AlibabaKclubKcQaSearchAPIResponse struct {
	model.CommonResponse
	AlibabaKclubKcQaSearchResponse
}

知识云-知识检索 APIResponse alibaba.kclub.kc.qa.search

知识云-知识搜索服务

type AlibabaKclubKcQaSearchPageAPIResponse

type AlibabaKclubKcQaSearchPageAPIResponse struct {
	model.CommonResponse
	AlibabaKclubKcQaSearchPageResponse
}

知识云-知识检索(分页) APIResponse alibaba.kclub.kc.qa.search.page

知识云-知识搜索服务

type AlibabaKclubKcQaSearchPageRequest

type AlibabaKclubKcQaSearchPageRequest struct {
	model.Params
	// contains filtered or unexported fields
}

知识云-知识检索(分页) APIRequest alibaba.kclub.kc.qa.search.page

知识云-知识搜索服务

func NewAlibabaKclubKcQaSearchPageRequest

func NewAlibabaKclubKcQaSearchPageRequest() *AlibabaKclubKcQaSearchPageRequest

func (AlibabaKclubKcQaSearchPageRequest) GetApiMethodName

func (r AlibabaKclubKcQaSearchPageRequest) GetApiMethodName() string

func (AlibabaKclubKcQaSearchPageRequest) GetApiParams

func (r AlibabaKclubKcQaSearchPageRequest) GetApiParams() url.Values

func (AlibabaKclubKcQaSearchPageRequest) GetAuth

func (AlibabaKclubKcQaSearchPageRequest) GetQuery

func (*AlibabaKclubKcQaSearchPageRequest) SetAuth

func (*AlibabaKclubKcQaSearchPageRequest) SetQuery

type AlibabaKclubKcQaSearchPageResponse

type AlibabaKclubKcQaSearchPageResponse struct {
	XMLName xml.Name `xml:"alibaba_kclub_kc_qa_search_page_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaKclubKcQaSearchPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaKclubKcQaSearchPageResult

type AlibabaKclubKcQaSearchPageResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Data *Paging `json:"data,omitempty" xml:"data,omitempty"`
}

AlibabaKclubKcQaSearchPageResult

type AlibabaKclubKcQaSearchRequest

type AlibabaKclubKcQaSearchRequest struct {
	model.Params
	// contains filtered or unexported fields
}

知识云-知识检索 APIRequest alibaba.kclub.kc.qa.search

知识云-知识搜索服务

func NewAlibabaKclubKcQaSearchRequest

func NewAlibabaKclubKcQaSearchRequest() *AlibabaKclubKcQaSearchRequest

func (AlibabaKclubKcQaSearchRequest) GetApiMethodName

func (r AlibabaKclubKcQaSearchRequest) GetApiMethodName() string

func (AlibabaKclubKcQaSearchRequest) GetApiParams

func (r AlibabaKclubKcQaSearchRequest) GetApiParams() url.Values

func (AlibabaKclubKcQaSearchRequest) GetAuth

func (AlibabaKclubKcQaSearchRequest) GetQuery

func (*AlibabaKclubKcQaSearchRequest) SetAuth

func (*AlibabaKclubKcQaSearchRequest) SetQuery

type AlibabaKclubKcQaSearchResponse

type AlibabaKclubKcQaSearchResponse struct {
	XMLName xml.Name `xml:"alibaba_kclub_kc_qa_search_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaKclubKcQaSearchResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaKclubKcQaSearchResult

type AlibabaKclubKcQaSearchResult struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	DataList []KcSearchQuestion `json:"data_list,omitempty" xml:"data_list,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaKclubKcQaSearchResult

type AlibabaKclubKcQueryknowledgeAPIResponse

type AlibabaKclubKcQueryknowledgeAPIResponse struct {
	model.CommonResponse
	AlibabaKclubKcQueryknowledgeResponse
}

知识云-通用知识查询服务 APIResponse alibaba.kclub.kc.queryknowledge

知识云-通用知识查询服务。通过租户id、类目id、知识类型、知识状态等条件查询类目。

type AlibabaKclubKcQueryknowledgeRequest

type AlibabaKclubKcQueryknowledgeRequest struct {
	model.Params
	// contains filtered or unexported fields
}

知识云-通用知识查询服务 APIRequest alibaba.kclub.kc.queryknowledge

知识云-通用知识查询服务。通过租户id、类目id、知识类型、知识状态等条件查询类目。

func NewAlibabaKclubKcQueryknowledgeRequest

func NewAlibabaKclubKcQueryknowledgeRequest() *AlibabaKclubKcQueryknowledgeRequest

func (AlibabaKclubKcQueryknowledgeRequest) GetApiMethodName

func (r AlibabaKclubKcQueryknowledgeRequest) GetApiMethodName() string

func (AlibabaKclubKcQueryknowledgeRequest) GetApiParams

func (AlibabaKclubKcQueryknowledgeRequest) GetAuth

func (AlibabaKclubKcQueryknowledgeRequest) GetKcQaQuery

func (*AlibabaKclubKcQueryknowledgeRequest) SetAuth

func (*AlibabaKclubKcQueryknowledgeRequest) SetKcQaQuery

func (r *AlibabaKclubKcQueryknowledgeRequest) SetKcQaQuery(kcQaQuery *KcQaQuery) error

type AlibabaKclubKcQueryknowledgeResponse

type AlibabaKclubKcQueryknowledgeResponse struct {
	XMLName xml.Name `xml:"alibaba_kclub_kc_queryknowledge_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaKclubKcQueryknowledgeResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaKclubKcQueryknowledgeResult

type AlibabaKclubKcQueryknowledgeResult struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Data *Paging `json:"data,omitempty" xml:"data,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaKclubKcQueryknowledgeResult

type KcQaFilter

type KcQaFilter struct {
	NeedChildKnowledge bool `json:"need_child_knowledge,omitempty" xml:"need_child_knowledge,omitempty"`

	Views []int64 `json:"views,omitempty" xml:"views>int64,omitempty"`

	Statuses []int64 `json:"statuses,omitempty" xml:"statuses>int64,omitempty"`
}

KcQaFilter

type KcQaQuery

type KcQaQuery struct {
	TenantId int64 `json:"tenant_id,omitempty" xml:"tenant_id,omitempty"`

	ContextList []int64 `json:"context_list,omitempty" xml:"context_list>int64,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	QuestionTypes []int64 `json:"question_types,omitempty" xml:"question_types>int64,omitempty"`

	Context int64 `json:"context,omitempty" xml:"context,omitempty"`

	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`

	StatusList []int64 `json:"status_list,omitempty" xml:"status_list>int64,omitempty"`

	CatId int64 `json:"cat_id,omitempty" xml:"cat_id,omitempty"`

	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`

	QuestionType int64 `json:"question_type,omitempty" xml:"question_type,omitempty"`

	SorterConfig *SorterConfig `json:"sorter_config,omitempty" xml:"sorter_config,omitempty"`

	Views []int64 `json:"views,omitempty" xml:"views>int64,omitempty"`
}

KcQaQuery

type KcQaRead

type KcQaRead struct {
	ChildQas []KcQaRead `json:"child_qas,omitempty" xml:"child_qas,omitempty"`

	Solutions []KcQaSolution `json:"solutions,omitempty" xml:"solutions,omitempty"`

	Context int64 `json:"context,omitempty" xml:"context,omitempty"`

	QuestionType int64 `json:"question_type,omitempty" xml:"question_type,omitempty"`

	EntityCode string `json:"entity_code,omitempty" xml:"entity_code,omitempty"`

	ParentCats []int64 `json:"parent_cats,omitempty" xml:"parent_cats>int64,omitempty"`

	CatPath string `json:"cat_path,omitempty" xml:"cat_path,omitempty"`

	CatId int64 `json:"cat_id,omitempty" xml:"cat_id,omitempty"`

	TenantId int64 `json:"tenant_id,omitempty" xml:"tenant_id,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

KcQaRead

type KcQaReadDto

type KcQaReadDto struct {
	CatPath string `json:"cat_path,omitempty" xml:"cat_path,omitempty"`

	CatId int64 `json:"cat_id,omitempty" xml:"cat_id,omitempty"`

	TenantId int64 `json:"tenant_id,omitempty" xml:"tenant_id,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	ChildQas []KcQaReadDto `json:"child_qas,omitempty" xml:"child_qas,omitempty"`

	Solutions []KcQaSolutionDto `json:"solutions,omitempty" xml:"solutions,omitempty"`

	Context int64 `json:"context,omitempty" xml:"context,omitempty"`

	QuestionType int64 `json:"question_type,omitempty" xml:"question_type,omitempty"`

	EntityCode string `json:"entity_code,omitempty" xml:"entity_code,omitempty"`

	ParentCats []int64 `json:"parent_cats,omitempty" xml:"parent_cats>int64,omitempty"`

	QaPv *QaPvDto `json:"qa_pv,omitempty" xml:"qa_pv,omitempty"`
}

KcQaReadDto

type KcQaSolution

type KcQaSolution struct {
	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`

	Type int64 `json:"type,omitempty" xml:"type,omitempty"`

	ExtraContent string `json:"extra_content,omitempty" xml:"extra_content,omitempty"`

	ContentView string `json:"content_view,omitempty" xml:"content_view,omitempty"`

	ContentType int64 `json:"content_type,omitempty" xml:"content_type,omitempty"`

	Content string `json:"content,omitempty" xml:"content,omitempty"`

	QuestionId int64 `json:"question_id,omitempty" xml:"question_id,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	PlainText string `json:"plain_text,omitempty" xml:"plain_text,omitempty"`
}

KcQaSolution

type KcQaSolutionDto

type KcQaSolutionDto struct {
	QuestionId int64 `json:"question_id,omitempty" xml:"question_id,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	PlainText string `json:"plain_text,omitempty" xml:"plain_text,omitempty"`

	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`

	Type int64 `json:"type,omitempty" xml:"type,omitempty"`

	ExtraContent string `json:"extra_content,omitempty" xml:"extra_content,omitempty"`

	ContentView string `json:"content_view,omitempty" xml:"content_view,omitempty"`

	ContentType int64 `json:"content_type,omitempty" xml:"content_type,omitempty"`

	Content string `json:"content,omitempty" xml:"content,omitempty"`
}

KcQaSolutionDto

type KcSearchQuestion

type KcSearchQuestion struct {
	EntityCode string `json:"entity_code,omitempty" xml:"entity_code,omitempty"`

	QuestionType int64 `json:"question_type,omitempty" xml:"question_type,omitempty"`

	ModifiedUserName string `json:"modified_user_name,omitempty" xml:"modified_user_name,omitempty"`

	CreateUserName string `json:"create_user_name,omitempty" xml:"create_user_name,omitempty"`

	TenantId int64 `json:"tenant_id,omitempty" xml:"tenant_id,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	TitleSegment string `json:"title_segment,omitempty" xml:"title_segment,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	Type int64 `json:"type,omitempty" xml:"type,omitempty"`

	QuestionId int64 `json:"question_id,omitempty" xml:"question_id,omitempty"`

	IsSimilarTitle int64 `json:"is_similar_title,omitempty" xml:"is_similar_title,omitempty"`

	Source int64 `json:"source,omitempty" xml:"source,omitempty"`

	Version int64 `json:"version,omitempty" xml:"version,omitempty"`

	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`

	StartDate string `json:"start_date,omitempty" xml:"start_date,omitempty"`

	CatId int64 `json:"cat_id,omitempty" xml:"cat_id,omitempty"`

	Ext string `json:"ext,omitempty" xml:"ext,omitempty"`

	CatName string `json:"cat_name,omitempty" xml:"cat_name,omitempty"`

	CatPathName string `json:"cat_path_name,omitempty" xml:"cat_path_name,omitempty"`

	SimilarId int64 `json:"similar_id,omitempty" xml:"similar_id,omitempty"`

	CatIdPathList []int64 `json:"cat_id_path_list,omitempty" xml:"cat_id_path_list>int64,omitempty"`

	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`

	Score string `json:"score,omitempty" xml:"score,omitempty"`

	SimilarTitle string `json:"similar_title,omitempty" xml:"similar_title,omitempty"`
}

KcSearchQuestion

type KcSearchQuestionDto

type KcSearchQuestionDto struct {
	StartDate string `json:"start_date,omitempty" xml:"start_date,omitempty"`

	CatId int64 `json:"cat_id,omitempty" xml:"cat_id,omitempty"`

	Ext string `json:"ext,omitempty" xml:"ext,omitempty"`

	CatName string `json:"cat_name,omitempty" xml:"cat_name,omitempty"`

	CatPathName string `json:"cat_path_name,omitempty" xml:"cat_path_name,omitempty"`

	SimilarId int64 `json:"similar_id,omitempty" xml:"similar_id,omitempty"`

	QuestionType int64 `json:"question_type,omitempty" xml:"question_type,omitempty"`

	ModifiedUserName string `json:"modified_user_name,omitempty" xml:"modified_user_name,omitempty"`

	CreateUserName string `json:"create_user_name,omitempty" xml:"create_user_name,omitempty"`

	ModifiedUserId int64 `json:"modified_user_id,omitempty" xml:"modified_user_id,omitempty"`

	CreateUserId int64 `json:"create_user_id,omitempty" xml:"create_user_id,omitempty"`

	TenantId int64 `json:"tenant_id,omitempty" xml:"tenant_id,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	TitleSegment string `json:"title_segment,omitempty" xml:"title_segment,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	EntityCode string `json:"entity_code,omitempty" xml:"entity_code,omitempty"`

	CatIdPathList []int64 `json:"cat_id_path_list,omitempty" xml:"cat_id_path_list>int64,omitempty"`

	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`

	Score string `json:"score,omitempty" xml:"score,omitempty"`

	SimilarTitle string `json:"similar_title,omitempty" xml:"similar_title,omitempty"`

	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	Type int64 `json:"type,omitempty" xml:"type,omitempty"`

	QuestionId int64 `json:"question_id,omitempty" xml:"question_id,omitempty"`

	IsSimilarTitle int64 `json:"is_similar_title,omitempty" xml:"is_similar_title,omitempty"`

	Source int64 `json:"source,omitempty" xml:"source,omitempty"`

	Version int64 `json:"version,omitempty" xml:"version,omitempty"`

	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`

	TenDayPv int64 `json:"ten_day_pv,omitempty" xml:"ten_day_pv,omitempty"`

	SevenDayPv int64 `json:"seven_day_pv,omitempty" xml:"seven_day_pv,omitempty"`

	FiveDayPv int64 `json:"five_day_pv,omitempty" xml:"five_day_pv,omitempty"`

	ThreeDayPv int64 `json:"three_day_pv,omitempty" xml:"three_day_pv,omitempty"`

	OneDayPv int64 `json:"one_day_pv,omitempty" xml:"one_day_pv,omitempty"`
}

KcSearchQuestionDto

type KcSearchQuestionQuery

type KcSearchQuestionQuery struct {
	TenantId int64 `json:"tenant_id,omitempty" xml:"tenant_id,omitempty"`

	TenantIdList []int64 `json:"tenant_id_list,omitempty" xml:"tenant_id_list>int64,omitempty"`

	SearchString string `json:"search_string,omitempty" xml:"search_string,omitempty"`

	KnowledgeId int64 `json:"knowledge_id,omitempty" xml:"knowledge_id,omitempty"`

	Highlight bool `json:"highlight,omitempty" xml:"highlight,omitempty"`

	EditorId int64 `json:"editor_id,omitempty" xml:"editor_id,omitempty"`

	QuestionType int64 `json:"question_type,omitempty" xml:"question_type,omitempty"`

	NeedContent bool `json:"need_content,omitempty" xml:"need_content,omitempty"`

	ContextList []int64 `json:"context_list,omitempty" xml:"context_list>int64,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`

	CreatorId int64 `json:"creator_id,omitempty" xml:"creator_id,omitempty"`

	IncludeSubCategorys bool `json:"include_sub_categorys,omitempty" xml:"include_sub_categorys,omitempty"`

	Views []int64 `json:"views,omitempty" xml:"views>int64,omitempty"`

	CategoryIdList []int64 `json:"category_id_list,omitempty" xml:"category_id_list>int64,omitempty"`

	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`

	DisplayExtTitle bool `json:"display_ext_title,omitempty" xml:"display_ext_title,omitempty"`

	SearchRule string `json:"search_rule,omitempty" xml:"search_rule,omitempty"`

	SorterConfig *SorterConfig `json:"sorter_config,omitempty" xml:"sorter_config,omitempty"`
}

KcSearchQuestionQuery

type Paging

type Paging struct {
	RowCount int64 `json:"row_count,omitempty" xml:"row_count,omitempty"`

	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`

	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`

	DataList []KcSearchQuestionDto `json:"data_list,omitempty" xml:"data_list,omitempty"`
}

Paging

type QaPvDto

type QaPvDto struct {
	TenDayPv int64 `json:"ten_day_pv,omitempty" xml:"ten_day_pv,omitempty"`

	SevenDayPv int64 `json:"seven_day_pv,omitempty" xml:"seven_day_pv,omitempty"`

	FiveDayPv int64 `json:"five_day_pv,omitempty" xml:"five_day_pv,omitempty"`

	ThreeDayPv int64 `json:"three_day_pv,omitempty" xml:"three_day_pv,omitempty"`

	OneDayPv int64 `json:"one_day_pv,omitempty" xml:"one_day_pv,omitempty"`
}

QaPvDto

type SorterConfig

type SorterConfig struct {
	Order string `json:"order,omitempty" xml:"order,omitempty"`

	Field string `json:"field,omitempty" xml:"field,omitempty"`
}

SorterConfig

type TenancyAuth

type TenancyAuth struct {
	SecretKey string `json:"secret_key,omitempty" xml:"secret_key,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`
}

TenancyAuth

Jump to

Keyboard shortcuts

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