v1

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CbsClientBuilder

func CbsClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForCollectHotQuestions

func GenReqDefForCollectHotQuestions() *def.HttpRequestDef

func GenReqDefForCollectKeyWords

func GenReqDefForCollectKeyWords() *def.HttpRequestDef

func GenReqDefForCollectReplyRates

func GenReqDefForCollectReplyRates() *def.HttpRequestDef

func GenReqDefForCollectSessionStats

func GenReqDefForCollectSessionStats() *def.HttpRequestDef

func GenReqDefForCreateSession

func GenReqDefForCreateSession() *def.HttpRequestDef

func GenReqDefForDeleteSession

func GenReqDefForDeleteSession() *def.HttpRequestDef

func GenReqDefForExecuteComposeVideo

func GenReqDefForExecuteComposeVideo() *def.HttpRequestDef

func GenReqDefForExecuteComposeVideoOndemand

func GenReqDefForExecuteComposeVideoOndemand() *def.HttpRequestDef

func GenReqDefForExecuteCreateVideo

func GenReqDefForExecuteCreateVideo() *def.HttpRequestDef

func GenReqDefForExecuteDeleteVideoById

func GenReqDefForExecuteDeleteVideoById() *def.HttpRequestDef

func GenReqDefForExecuteDeleteimageById

func GenReqDefForExecuteDeleteimageById() *def.HttpRequestDef

func GenReqDefForExecuteGetCharacterInfoById

func GenReqDefForExecuteGetCharacterInfoById() *def.HttpRequestDef

func GenReqDefForExecuteGetCharacters

func GenReqDefForExecuteGetCharacters() *def.HttpRequestDef

func GenReqDefForExecuteGetFramsListByImagesId

func GenReqDefForExecuteGetFramsListByImagesId() *def.HttpRequestDef

func GenReqDefForExecuteGetImagesList

func GenReqDefForExecuteGetImagesList() *def.HttpRequestDef

func GenReqDefForExecuteGetVideoInfoById

func GenReqDefForExecuteGetVideoInfoById() *def.HttpRequestDef

func GenReqDefForExecuteGetVideosList

func GenReqDefForExecuteGetVideosList() *def.HttpRequestDef

func GenReqDefForExecutePostCreateImages

func GenReqDefForExecutePostCreateImages() *def.HttpRequestDef

func GenReqDefForExecuteQaChat

func GenReqDefForExecuteQaChat() *def.HttpRequestDef

func GenReqDefForExecuteSession

func GenReqDefForExecuteSession() *def.HttpRequestDef

func GenReqDefForExecuteUpdateImageName

func GenReqDefForExecuteUpdateImageName() *def.HttpRequestDef

func GenReqDefForExecuteUpdateVideoById

func GenReqDefForExecuteUpdateVideoById() *def.HttpRequestDef

func GenReqDefForExecuteUpdateVideoInfoById

func GenReqDefForExecuteUpdateVideoInfoById() *def.HttpRequestDef

func GenReqDefForExecuteUploadImage

func GenReqDefForExecuteUploadImage() *def.HttpRequestDef

func GenReqDefForExecuteUploadPpt

func GenReqDefForExecuteUploadPpt() *def.HttpRequestDef

func GenReqDefForListSuggestions

func GenReqDefForListSuggestions() *def.HttpRequestDef

func GenReqDefForPostRequests

func GenReqDefForPostRequests() *def.HttpRequestDef

func GenReqDefForTagLabor

func GenReqDefForTagLabor() *def.HttpRequestDef

func GenReqDefForTagSatisfaction

func GenReqDefForTagSatisfaction() *def.HttpRequestDef

Types

type CbsClient

type CbsClient struct {
	HcClient *http_client.HcHttpClient
}

func NewCbsClient

func NewCbsClient(hcClient *http_client.HcHttpClient) *CbsClient

func (*CbsClient) CollectHotQuestions

CollectHotQuestions 热点问题统计

获取完全匹配的热点标准问题列表。 默认按照完全匹配标准问题被问及的频次降序排序。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) CollectHotQuestionsInvoker

func (c *CbsClient) CollectHotQuestionsInvoker(request *model.CollectHotQuestionsRequest) *CollectHotQuestionsInvoker

CollectHotQuestionsInvoker 热点问题统计

func (*CbsClient) CollectKeyWords

func (c *CbsClient) CollectKeyWords(request *model.CollectKeyWordsRequest) (*model.CollectKeyWordsResponse, error)

CollectKeyWords 关键词统计

用户问关键词统计。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) CollectKeyWordsInvoker

func (c *CbsClient) CollectKeyWordsInvoker(request *model.CollectKeyWordsRequest) *CollectKeyWordsInvoker

CollectKeyWordsInvoker 关键词统计

func (*CbsClient) CollectReplyRates

func (c *CbsClient) CollectReplyRates(request *model.CollectReplyRatesRequest) (*model.CollectReplyRatesResponse, error)

CollectReplyRates 问答统计

指定领域获取指定时间范围内的问题答复率,支持按周期统计。 如果领域未指定则表示获取所有领域的问题答复率。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) CollectReplyRatesInvoker

func (c *CbsClient) CollectReplyRatesInvoker(request *model.CollectReplyRatesRequest) *CollectReplyRatesInvoker

CollectReplyRatesInvoker 问答统计

func (*CbsClient) CollectSessionStats

CollectSessionStats 访问统计

获取用户会话统计信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) CollectSessionStatsInvoker

func (c *CbsClient) CollectSessionStatsInvoker(request *model.CollectSessionStatsRequest) *CollectSessionStatsInvoker

CollectSessionStatsInvoker 访问统计

func (*CbsClient) CreateSession

func (c *CbsClient) CreateSession(request *model.CreateSessionRequest) (*model.CreateSessionResponse, error)

CreateSession 开启会话

问答会话API由开启会话、处理会话、关闭会话三个接口组成。用户可通过调用该接口创建会话。该接口仅支持老用户,新用户请优先使用问答机器人API接口进行调用。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) CreateSessionInvoker

func (c *CbsClient) CreateSessionInvoker(request *model.CreateSessionRequest) *CreateSessionInvoker

CreateSessionInvoker 开启会话

func (*CbsClient) DeleteSession

func (c *CbsClient) DeleteSession(request *model.DeleteSessionRequest) (*model.DeleteSessionResponse, error)

DeleteSession 关闭会话

问答会话API由开启会话、处理会话、关闭会话三个接口组成。用户可通过调用该接口关闭会话。该接口即将下线,请优先使用问答机器人API接口进行调用。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) DeleteSessionInvoker

func (c *CbsClient) DeleteSessionInvoker(request *model.DeleteSessionRequest) *DeleteSessionInvoker

DeleteSessionInvoker 关闭会话

func (*CbsClient) ExecuteComposeVideo

ExecuteComposeVideo 合成视频(按包周期收费)

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteComposeVideoInvoker

func (c *CbsClient) ExecuteComposeVideoInvoker(request *model.ExecuteComposeVideoRequest) *ExecuteComposeVideoInvoker

ExecuteComposeVideoInvoker 合成视频(按包周期收费)

func (*CbsClient) ExecuteComposeVideoOndemand

ExecuteComposeVideoOndemand 合成视频(按需收费)

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteComposeVideoOndemandInvoker

func (c *CbsClient) ExecuteComposeVideoOndemandInvoker(request *model.ExecuteComposeVideoOndemandRequest) *ExecuteComposeVideoOndemandInvoker

ExecuteComposeVideoOndemandInvoker 合成视频(按需收费)

func (*CbsClient) ExecuteCreateVideo

func (c *CbsClient) ExecuteCreateVideo(request *model.ExecuteCreateVideoRequest) (*model.ExecuteCreateVideoResponse, error)

ExecuteCreateVideo 创建视频

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteCreateVideoInvoker

func (c *CbsClient) ExecuteCreateVideoInvoker(request *model.ExecuteCreateVideoRequest) *ExecuteCreateVideoInvoker

ExecuteCreateVideoInvoker 创建视频

func (*CbsClient) ExecuteDeleteVideoById

ExecuteDeleteVideoById 删除视频

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteDeleteVideoByIdInvoker

func (c *CbsClient) ExecuteDeleteVideoByIdInvoker(request *model.ExecuteDeleteVideoByIdRequest) *ExecuteDeleteVideoByIdInvoker

ExecuteDeleteVideoByIdInvoker 删除视频

func (*CbsClient) ExecuteDeleteimageById

ExecuteDeleteimageById 删除图片

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteDeleteimageByIdInvoker

func (c *CbsClient) ExecuteDeleteimageByIdInvoker(request *model.ExecuteDeleteimageByIdRequest) *ExecuteDeleteimageByIdInvoker

ExecuteDeleteimageByIdInvoker 删除图片

func (*CbsClient) ExecuteGetCharacterInfoById

ExecuteGetCharacterInfoById 获取形象详情

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteGetCharacterInfoByIdInvoker

func (c *CbsClient) ExecuteGetCharacterInfoByIdInvoker(request *model.ExecuteGetCharacterInfoByIdRequest) *ExecuteGetCharacterInfoByIdInvoker

ExecuteGetCharacterInfoByIdInvoker 获取形象详情

func (*CbsClient) ExecuteGetCharacters

ExecuteGetCharacters 获取形象列表

TODO:

本期不做形象进度

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteGetCharactersInvoker

func (c *CbsClient) ExecuteGetCharactersInvoker(request *model.ExecuteGetCharactersRequest) *ExecuteGetCharactersInvoker

ExecuteGetCharactersInvoker 获取形象列表

func (*CbsClient) ExecuteGetFramsListByImagesId

ExecuteGetFramsListByImagesId 获取播报框

获取指定图片可用的播报框列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteGetFramsListByImagesIdInvoker

func (c *CbsClient) ExecuteGetFramsListByImagesIdInvoker(request *model.ExecuteGetFramsListByImagesIdRequest) *ExecuteGetFramsListByImagesIdInvoker

ExecuteGetFramsListByImagesIdInvoker 获取播报框

func (*CbsClient) ExecuteGetImagesList

ExecuteGetImagesList 获取图片列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteGetImagesListInvoker

func (c *CbsClient) ExecuteGetImagesListInvoker(request *model.ExecuteGetImagesListRequest) *ExecuteGetImagesListInvoker

ExecuteGetImagesListInvoker 获取图片列表

func (*CbsClient) ExecuteGetVideoInfoById

ExecuteGetVideoInfoById 获取视频详情

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteGetVideoInfoByIdInvoker

func (c *CbsClient) ExecuteGetVideoInfoByIdInvoker(request *model.ExecuteGetVideoInfoByIdRequest) *ExecuteGetVideoInfoByIdInvoker

ExecuteGetVideoInfoByIdInvoker 获取视频详情

func (*CbsClient) ExecuteGetVideosList

ExecuteGetVideosList 获取视频列表

该接口用于获取视频列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteGetVideosListInvoker

func (c *CbsClient) ExecuteGetVideosListInvoker(request *model.ExecuteGetVideosListRequest) *ExecuteGetVideosListInvoker

ExecuteGetVideosListInvoker 获取视频列表

func (*CbsClient) ExecutePostCreateImages

ExecutePostCreateImages 创建图片

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecutePostCreateImagesInvoker

func (c *CbsClient) ExecutePostCreateImagesInvoker(request *model.ExecutePostCreateImagesRequest) *ExecutePostCreateImagesInvoker

ExecutePostCreateImagesInvoker 创建图片

func (*CbsClient) ExecuteQaChat

func (c *CbsClient) ExecuteQaChat(request *model.ExecuteQaChatRequest) (*model.ExecuteQaChatResponse, error)

ExecuteQaChat 问答机器人会话

用户调用该接口和机器人进行聊天。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteQaChatInvoker

func (c *CbsClient) ExecuteQaChatInvoker(request *model.ExecuteQaChatRequest) *ExecuteQaChatInvoker

ExecuteQaChatInvoker 问答机器人会话

func (*CbsClient) ExecuteSession

func (c *CbsClient) ExecuteSession(request *model.ExecuteSessionRequest) (*model.ExecuteSessionResponse, error)

ExecuteSession 处理会话

问答会话API由开启会话、处理会话、关闭会话三个接口组成。用户可通过调用该接口与机器人进行会话。该接口即将下线,请优先使用问答机器人API接口进行调用。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteSessionInvoker

func (c *CbsClient) ExecuteSessionInvoker(request *model.ExecuteSessionRequest) *ExecuteSessionInvoker

ExecuteSessionInvoker 处理会话

func (*CbsClient) ExecuteUpdateImageName

ExecuteUpdateImageName 修改图片名

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteUpdateImageNameInvoker

func (c *CbsClient) ExecuteUpdateImageNameInvoker(request *model.ExecuteUpdateImageNameRequest) *ExecuteUpdateImageNameInvoker

ExecuteUpdateImageNameInvoker 修改图片名

func (*CbsClient) ExecuteUpdateVideoById

ExecuteUpdateVideoById 更新视频名

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteUpdateVideoByIdInvoker

func (c *CbsClient) ExecuteUpdateVideoByIdInvoker(request *model.ExecuteUpdateVideoByIdRequest) *ExecuteUpdateVideoByIdInvoker

ExecuteUpdateVideoByIdInvoker 更新视频名

func (*CbsClient) ExecuteUpdateVideoInfoById

ExecuteUpdateVideoInfoById 配置视频

通过该接口配置视频

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteUpdateVideoInfoByIdInvoker

func (c *CbsClient) ExecuteUpdateVideoInfoByIdInvoker(request *model.ExecuteUpdateVideoInfoByIdRequest) *ExecuteUpdateVideoInfoByIdInvoker

ExecuteUpdateVideoInfoByIdInvoker 配置视频

func (*CbsClient) ExecuteUploadImage

func (c *CbsClient) ExecuteUploadImage(request *model.ExecuteUploadImageRequest) (*model.ExecuteUploadImageResponse, error)

ExecuteUploadImage 上传播报插图

上传图片并生成图片链接,图片需小于10m; 同一个视频同时最多支持50张插图。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteUploadImageInvoker

func (c *CbsClient) ExecuteUploadImageInvoker(request *model.ExecuteUploadImageRequest) *ExecuteUploadImageInvoker

ExecuteUploadImageInvoker 上传播报插图

func (*CbsClient) ExecuteUploadPpt

func (c *CbsClient) ExecuteUploadPpt(request *model.ExecuteUploadPptRequest) (*model.ExecuteUploadPptResponse, error)

ExecuteUploadPpt 通过pdf上传多张插图

当前仅支持上传PDF,如有PPT请将PPT转化为PDF再进行上传,文件需小于10m; 该接口会将pdf每一页转换图片,并生成链接; 同一个视频同时最多支持50张插图。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ExecuteUploadPptInvoker

func (c *CbsClient) ExecuteUploadPptInvoker(request *model.ExecuteUploadPptRequest) *ExecuteUploadPptInvoker

ExecuteUploadPptInvoker 通过pdf上传多张插图

func (*CbsClient) ListSuggestions

func (c *CbsClient) ListSuggestions(request *model.ListSuggestionsRequest) (*model.ListSuggestionsResponse, error)

ListSuggestions 获取问题提示

获取用户输入问题的提示问题列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) ListSuggestionsInvoker

func (c *CbsClient) ListSuggestionsInvoker(request *model.ListSuggestionsRequest) *ListSuggestionsInvoker

ListSuggestionsInvoker 获取问题提示

func (*CbsClient) PostRequests

func (c *CbsClient) PostRequests(request *model.PostRequestsRequest) (*model.PostRequestsResponse, error)

PostRequests PostRequests

问答服务的输入为用户提问,输出是与输入最匹配的Top N(默认为top5)个知识点,知识点按得分从高到低排序。

说明: 返回知识点如果含有答案字段(answer),则表示返回匹配成功结果,如果没有答案字段,则表示推荐结果。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) PostRequestsInvoker

func (c *CbsClient) PostRequestsInvoker(request *model.PostRequestsRequest) *PostRequestsInvoker

PostRequestsInvoker PostRequests

func (*CbsClient) TagLabor

func (c *CbsClient) TagLabor(request *model.TagLaborRequest) (*model.TagLaborResponse, error)

TagLabor 标记为转人工

智能问答返回的结果后,用户是否转人工。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) TagLaborInvoker

func (c *CbsClient) TagLaborInvoker(request *model.TagLaborRequest) *TagLaborInvoker

TagLaborInvoker 标记为转人工

func (*CbsClient) TagSatisfaction

func (c *CbsClient) TagSatisfaction(request *model.TagSatisfactionRequest) (*model.TagSatisfactionResponse, error)

TagSatisfaction 问答满意评价

用户提出问题后,对智能问答返回的结果是否满意。

Please refer to HUAWEI cloud API Explorer for details.

func (*CbsClient) TagSatisfactionInvoker

func (c *CbsClient) TagSatisfactionInvoker(request *model.TagSatisfactionRequest) *TagSatisfactionInvoker

TagSatisfactionInvoker 问答满意评价

type CollectHotQuestionsInvoker

type CollectHotQuestionsInvoker struct {
	*invoker.BaseInvoker
}

func (*CollectHotQuestionsInvoker) Invoke

type CollectKeyWordsInvoker

type CollectKeyWordsInvoker struct {
	*invoker.BaseInvoker
}

func (*CollectKeyWordsInvoker) Invoke

type CollectReplyRatesInvoker

type CollectReplyRatesInvoker struct {
	*invoker.BaseInvoker
}

func (*CollectReplyRatesInvoker) Invoke

type CollectSessionStatsInvoker

type CollectSessionStatsInvoker struct {
	*invoker.BaseInvoker
}

func (*CollectSessionStatsInvoker) Invoke

type CreateSessionInvoker

type CreateSessionInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateSessionInvoker) Invoke

type DeleteSessionInvoker

type DeleteSessionInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteSessionInvoker) Invoke

type ExecuteComposeVideoInvoker

type ExecuteComposeVideoInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteComposeVideoInvoker) Invoke

type ExecuteComposeVideoOndemandInvoker

type ExecuteComposeVideoOndemandInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteComposeVideoOndemandInvoker) Invoke

type ExecuteCreateVideoInvoker

type ExecuteCreateVideoInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteCreateVideoInvoker) Invoke

type ExecuteDeleteVideoByIdInvoker

type ExecuteDeleteVideoByIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteDeleteVideoByIdInvoker) Invoke

type ExecuteDeleteimageByIdInvoker

type ExecuteDeleteimageByIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteDeleteimageByIdInvoker) Invoke

type ExecuteGetCharacterInfoByIdInvoker

type ExecuteGetCharacterInfoByIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteGetCharacterInfoByIdInvoker) Invoke

type ExecuteGetCharactersInvoker

type ExecuteGetCharactersInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteGetCharactersInvoker) Invoke

type ExecuteGetFramsListByImagesIdInvoker

type ExecuteGetFramsListByImagesIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteGetFramsListByImagesIdInvoker) Invoke

type ExecuteGetImagesListInvoker

type ExecuteGetImagesListInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteGetImagesListInvoker) Invoke

type ExecuteGetVideoInfoByIdInvoker

type ExecuteGetVideoInfoByIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteGetVideoInfoByIdInvoker) Invoke

type ExecuteGetVideosListInvoker

type ExecuteGetVideosListInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteGetVideosListInvoker) Invoke

type ExecutePostCreateImagesInvoker

type ExecutePostCreateImagesInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecutePostCreateImagesInvoker) Invoke

type ExecuteQaChatInvoker

type ExecuteQaChatInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteQaChatInvoker) Invoke

type ExecuteSessionInvoker

type ExecuteSessionInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteSessionInvoker) Invoke

type ExecuteUpdateImageNameInvoker

type ExecuteUpdateImageNameInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteUpdateImageNameInvoker) Invoke

type ExecuteUpdateVideoByIdInvoker

type ExecuteUpdateVideoByIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteUpdateVideoByIdInvoker) Invoke

type ExecuteUpdateVideoInfoByIdInvoker

type ExecuteUpdateVideoInfoByIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteUpdateVideoInfoByIdInvoker) Invoke

type ExecuteUploadImageInvoker

type ExecuteUploadImageInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteUploadImageInvoker) Invoke

type ExecuteUploadPptInvoker

type ExecuteUploadPptInvoker struct {
	*invoker.BaseInvoker
}

func (*ExecuteUploadPptInvoker) Invoke

type ListSuggestionsInvoker

type ListSuggestionsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListSuggestionsInvoker) Invoke

type PostRequestsInvoker

type PostRequestsInvoker struct {
	*invoker.BaseInvoker
}

func (*PostRequestsInvoker) Invoke

type TagLaborInvoker

type TagLaborInvoker struct {
	*invoker.BaseInvoker
}

func (*TagLaborInvoker) Invoke

func (i *TagLaborInvoker) Invoke() (*model.TagLaborResponse, error)

type TagSatisfactionInvoker

type TagSatisfactionInvoker struct {
	*invoker.BaseInvoker
}

func (*TagSatisfactionInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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