Versions in this module Expand all Collapse all v0 v0.3.0 Jan 25, 2023 v0.2.0 Jan 25, 2023 v0.1.0 Jan 25, 2023 Changes in this version + var EndpointMap map[string]string + var EndpointType = "regional" + func GetEndpointMap() map[string]string + func GetEndpointType() string + func SetClientProperty(client *Client, propertyName string, propertyValue interface{}) + func SetEndpointDataToClient(client *Client) + type AgentBotInstanceSummary struct + InstanceId string + TotalCallCount int64 + TotalCallTime int64 + UsedRecordingStorageSpace int + type AgentBotInstanceSummaryList struct + AgentBotInstanceSummary []AgentBotInstanceSummary + type AppliedVersion struct + FileName string + FileSize int64 + VersionId string + type ApplyNumberDistrictInfoParsingResultRequest struct + VersionId string + func CreateApplyNumberDistrictInfoParsingResultRequest() (request *ApplyNumberDistrictInfoParsingResultRequest) + type ApplyNumberDistrictInfoParsingResultResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateApplyNumberDistrictInfoParsingResultResponse() (response *ApplyNumberDistrictInfoParsingResultResponse) + type AssignJobsRequest struct + CallingNumber *[]string + InstanceId string + IsAsynchrony requests.Boolean + JobDataParsingTaskId string + JobGroupId string + JobsJson *[]string + RosterType string + StrategyJson string + func CreateAssignJobsRequest() (request *AssignJobsRequest) + type AssignJobsResponse struct + Code string + HttpStatusCode int + JobGroupId string + JobsId []string + Message string + RequestId string + Success bool + func CreateAssignJobsResponse() (response *AssignJobsResponse) + type BatchJob struct + BatchJobId string + CallingNumbers []string + CreationTime int64 + JobFilePath string + JobGroupDescription string + JobGroupName string + ScenarioId string + Strategy Strategy + type Bot struct + Avatar string + CreateTime string + InstanceId string + Introduction string + LanguageCode string + Name string + TimeZone string + type Bots struct + Bot []Bot + type Briefs struct + KeyValuePair []KeyValuePair + type CallIds struct + KeyValuePair []KeyValuePair + type CallingNumbersInCreateBatchJobs struct + String []string + type CallingNumbersInCreateJobGroup struct + String []string + type CallingNumbersInDescribeJob struct + String []string + type CallingNumbersInDescribeJobGroup struct + String []string + type CallingNumbersInListJobs struct + String []string + type CallingNumbersInListJobsByGroup struct + String []string + type CallingNumbersInModifyBatchJobs struct + String []string + type CallingNumbersInModifyJobGroup struct + String []string + type CallingNumbersInQueryJobs struct + String []string + type CancelJobsRequest struct + All requests.Boolean + InstanceId string + JobGroupId string + JobId *[]string + JobReferenceId *[]string + ScenarioId string + func CreateCancelJobsRequest() (request *CancelJobsRequest) + type CancelJobsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCancelJobsResponse() (response *CancelJobsResponse) + type Categories struct + KeyValuePair []KeyValuePair + type ChangeResourceGroupRequest struct + NewResourceGroupId string + ResourceId string + func CreateChangeResourceGroupRequest() (request *ChangeResourceGroupRequest) + type ChangeResourceGroupResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateChangeResourceGroupResponse() (response *ChangeResourceGroupResponse) + type Client struct + func NewClient() (client *Client, err error) + func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error) + func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error) + func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error) + func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error) + func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error) + func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error) + func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error) + func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error) + func (client *Client) ApplyNumberDistrictInfoParsingResult(request *ApplyNumberDistrictInfoParsingResultRequest) (response *ApplyNumberDistrictInfoParsingResultResponse, err error) + func (client *Client) ApplyNumberDistrictInfoParsingResultWithCallback(request *ApplyNumberDistrictInfoParsingResultRequest, ...) <-chan int + func (client *Client) ApplyNumberDistrictInfoParsingResultWithChan(request *ApplyNumberDistrictInfoParsingResultRequest) (<-chan *ApplyNumberDistrictInfoParsingResultResponse, <-chan error) + func (client *Client) AssignJobs(request *AssignJobsRequest) (response *AssignJobsResponse, err error) + func (client *Client) AssignJobsWithCallback(request *AssignJobsRequest, ...) <-chan int + func (client *Client) AssignJobsWithChan(request *AssignJobsRequest) (<-chan *AssignJobsResponse, <-chan error) + func (client *Client) CancelJobs(request *CancelJobsRequest) (response *CancelJobsResponse, err error) + func (client *Client) CancelJobsWithCallback(request *CancelJobsRequest, ...) <-chan int + func (client *Client) CancelJobsWithChan(request *CancelJobsRequest) (<-chan *CancelJobsResponse, <-chan error) + func (client *Client) ChangeResourceGroup(request *ChangeResourceGroupRequest) (response *ChangeResourceGroupResponse, err error) + func (client *Client) ChangeResourceGroupWithCallback(request *ChangeResourceGroupRequest, ...) <-chan int + func (client *Client) ChangeResourceGroupWithChan(request *ChangeResourceGroupRequest) (<-chan *ChangeResourceGroupResponse, <-chan error) + func (client *Client) CreateBatchJobs(request *CreateBatchJobsRequest) (response *CreateBatchJobsResponse, err error) + func (client *Client) CreateBatchJobsWithCallback(request *CreateBatchJobsRequest, ...) <-chan int + func (client *Client) CreateBatchJobsWithChan(request *CreateBatchJobsRequest) (<-chan *CreateBatchJobsResponse, <-chan error) + func (client *Client) CreateBatchRepeatJob(request *CreateBatchRepeatJobRequest) (response *CreateBatchRepeatJobResponse, err error) + func (client *Client) CreateBatchRepeatJobWithCallback(request *CreateBatchRepeatJobRequest, ...) <-chan int + func (client *Client) CreateBatchRepeatJobWithChan(request *CreateBatchRepeatJobRequest) (<-chan *CreateBatchRepeatJobResponse, <-chan error) + func (client *Client) CreateDialogueFlow(request *CreateDialogueFlowRequest) (response *CreateDialogueFlowResponse, err error) + func (client *Client) CreateDialogueFlowWithCallback(request *CreateDialogueFlowRequest, ...) <-chan int + func (client *Client) CreateDialogueFlowWithChan(request *CreateDialogueFlowRequest) (<-chan *CreateDialogueFlowResponse, <-chan error) + func (client *Client) CreateDownloadUrl(request *CreateDownloadUrlRequest) (response *CreateDownloadUrlResponse, err error) + func (client *Client) CreateDownloadUrlWithCallback(request *CreateDownloadUrlRequest, ...) <-chan int + func (client *Client) CreateDownloadUrlWithChan(request *CreateDownloadUrlRequest) (<-chan *CreateDownloadUrlResponse, <-chan error) + func (client *Client) CreateGlobalQuestion(request *CreateGlobalQuestionRequest) (response *CreateGlobalQuestionResponse, err error) + func (client *Client) CreateGlobalQuestionWithCallback(request *CreateGlobalQuestionRequest, ...) <-chan int + func (client *Client) CreateGlobalQuestionWithChan(request *CreateGlobalQuestionRequest) (<-chan *CreateGlobalQuestionResponse, <-chan error) + func (client *Client) CreateInstance(request *CreateInstanceRequest) (response *CreateInstanceResponse, err error) + func (client *Client) CreateInstanceBindNumber(request *CreateInstanceBindNumberRequest) (response *CreateInstanceBindNumberResponse, err error) + func (client *Client) CreateInstanceBindNumberWithCallback(request *CreateInstanceBindNumberRequest, ...) <-chan int + func (client *Client) CreateInstanceBindNumberWithChan(request *CreateInstanceBindNumberRequest) (<-chan *CreateInstanceBindNumberResponse, <-chan error) + func (client *Client) CreateInstanceWithCallback(request *CreateInstanceRequest, ...) <-chan int + func (client *Client) CreateInstanceWithChan(request *CreateInstanceRequest) (<-chan *CreateInstanceResponse, <-chan error) + func (client *Client) CreateIntent(request *CreateIntentRequest) (response *CreateIntentResponse, err error) + func (client *Client) CreateIntentWithCallback(request *CreateIntentRequest, ...) <-chan int + func (client *Client) CreateIntentWithChan(request *CreateIntentRequest) (<-chan *CreateIntentResponse, <-chan error) + func (client *Client) CreateJobDataParsingTask(request *CreateJobDataParsingTaskRequest) (response *CreateJobDataParsingTaskResponse, err error) + func (client *Client) CreateJobDataParsingTaskWithCallback(request *CreateJobDataParsingTaskRequest, ...) <-chan int + func (client *Client) CreateJobDataParsingTaskWithChan(request *CreateJobDataParsingTaskRequest) (<-chan *CreateJobDataParsingTaskResponse, <-chan error) + func (client *Client) CreateJobGroup(request *CreateJobGroupRequest) (response *CreateJobGroupResponse, err error) + func (client *Client) CreateJobGroupExportTask(request *CreateJobGroupExportTaskRequest) (response *CreateJobGroupExportTaskResponse, err error) + func (client *Client) CreateJobGroupExportTaskWithCallback(request *CreateJobGroupExportTaskRequest, ...) <-chan int + func (client *Client) CreateJobGroupExportTaskWithChan(request *CreateJobGroupExportTaskRequest) (<-chan *CreateJobGroupExportTaskResponse, <-chan error) + func (client *Client) CreateJobGroupWithCallback(request *CreateJobGroupRequest, ...) <-chan int + func (client *Client) CreateJobGroupWithChan(request *CreateJobGroupRequest) (<-chan *CreateJobGroupResponse, <-chan error) + func (client *Client) CreateNumberDistrictInfoDownloadUrl(request *CreateNumberDistrictInfoDownloadUrlRequest) (response *CreateNumberDistrictInfoDownloadUrlResponse, err error) + func (client *Client) CreateNumberDistrictInfoDownloadUrlWithCallback(request *CreateNumberDistrictInfoDownloadUrlRequest, ...) <-chan int + func (client *Client) CreateNumberDistrictInfoDownloadUrlWithChan(request *CreateNumberDistrictInfoDownloadUrlRequest) (<-chan *CreateNumberDistrictInfoDownloadUrlResponse, <-chan error) + func (client *Client) CreateNumberDistrictInfoParsingTask(request *CreateNumberDistrictInfoParsingTaskRequest) (response *CreateNumberDistrictInfoParsingTaskResponse, err error) + func (client *Client) CreateNumberDistrictInfoParsingTaskWithCallback(request *CreateNumberDistrictInfoParsingTaskRequest, ...) <-chan int + func (client *Client) CreateNumberDistrictInfoParsingTaskWithChan(request *CreateNumberDistrictInfoParsingTaskRequest) (<-chan *CreateNumberDistrictInfoParsingTaskResponse, <-chan error) + func (client *Client) CreateOutboundCallNumber(request *CreateOutboundCallNumberRequest) (response *CreateOutboundCallNumberResponse, err error) + func (client *Client) CreateOutboundCallNumberWithCallback(request *CreateOutboundCallNumberRequest, ...) <-chan int + func (client *Client) CreateOutboundCallNumberWithChan(request *CreateOutboundCallNumberRequest) (<-chan *CreateOutboundCallNumberResponse, <-chan error) + func (client *Client) CreateScript(request *CreateScriptRequest) (response *CreateScriptResponse, err error) + func (client *Client) CreateScriptWaveform(request *CreateScriptWaveformRequest) (response *CreateScriptWaveformResponse, err error) + func (client *Client) CreateScriptWaveformWithCallback(request *CreateScriptWaveformRequest, ...) <-chan int + func (client *Client) CreateScriptWaveformWithChan(request *CreateScriptWaveformRequest) (<-chan *CreateScriptWaveformResponse, <-chan error) + func (client *Client) CreateScriptWithCallback(request *CreateScriptRequest, ...) <-chan int + func (client *Client) CreateScriptWithChan(request *CreateScriptRequest) (<-chan *CreateScriptResponse, <-chan error) + func (client *Client) CreateTag(request *CreateTagRequest) (response *CreateTagResponse, err error) + func (client *Client) CreateTagWithCallback(request *CreateTagRequest, ...) <-chan int + func (client *Client) CreateTagWithChan(request *CreateTagRequest) (<-chan *CreateTagResponse, <-chan error) + func (client *Client) CreateTaskExportTask(request *CreateTaskExportTaskRequest) (response *CreateTaskExportTaskResponse, err error) + func (client *Client) CreateTaskExportTaskWithCallback(request *CreateTaskExportTaskRequest, ...) <-chan int + func (client *Client) CreateTaskExportTaskWithChan(request *CreateTaskExportTaskRequest) (<-chan *CreateTaskExportTaskResponse, <-chan error) + func (client *Client) DeleteAllNumberDistrictInfo(request *DeleteAllNumberDistrictInfoRequest) (response *DeleteAllNumberDistrictInfoResponse, err error) + func (client *Client) DeleteAllNumberDistrictInfoWithCallback(request *DeleteAllNumberDistrictInfoRequest, ...) <-chan int + func (client *Client) DeleteAllNumberDistrictInfoWithChan(request *DeleteAllNumberDistrictInfoRequest) (<-chan *DeleteAllNumberDistrictInfoResponse, <-chan error) + func (client *Client) DeleteContactBlockList(request *DeleteContactBlockListRequest) (response *DeleteContactBlockListResponse, err error) + func (client *Client) DeleteContactBlockListWithCallback(request *DeleteContactBlockListRequest, ...) <-chan int + func (client *Client) DeleteContactBlockListWithChan(request *DeleteContactBlockListRequest) (<-chan *DeleteContactBlockListResponse, <-chan error) + func (client *Client) DeleteContactWhiteList(request *DeleteContactWhiteListRequest) (response *DeleteContactWhiteListResponse, err error) + func (client *Client) DeleteContactWhiteListWithCallback(request *DeleteContactWhiteListRequest, ...) <-chan int + func (client *Client) DeleteContactWhiteListWithChan(request *DeleteContactWhiteListRequest) (<-chan *DeleteContactWhiteListResponse, <-chan error) + func (client *Client) DeleteDialogueFlow(request *DeleteDialogueFlowRequest) (response *DeleteDialogueFlowResponse, err error) + func (client *Client) DeleteDialogueFlowWithCallback(request *DeleteDialogueFlowRequest, ...) <-chan int + func (client *Client) DeleteDialogueFlowWithChan(request *DeleteDialogueFlowRequest) (<-chan *DeleteDialogueFlowResponse, <-chan error) + func (client *Client) DeleteGlobalQuestion(request *DeleteGlobalQuestionRequest) (response *DeleteGlobalQuestionResponse, err error) + func (client *Client) DeleteGlobalQuestionWithCallback(request *DeleteGlobalQuestionRequest, ...) <-chan int + func (client *Client) DeleteGlobalQuestionWithChan(request *DeleteGlobalQuestionRequest) (<-chan *DeleteGlobalQuestionResponse, <-chan error) + func (client *Client) DeleteInstance(request *DeleteInstanceRequest) (response *DeleteInstanceResponse, err error) + func (client *Client) DeleteInstanceWithCallback(request *DeleteInstanceRequest, ...) <-chan int + func (client *Client) DeleteInstanceWithChan(request *DeleteInstanceRequest) (<-chan *DeleteInstanceResponse, <-chan error) + func (client *Client) DeleteIntent(request *DeleteIntentRequest) (response *DeleteIntentResponse, err error) + func (client *Client) DeleteIntentWithCallback(request *DeleteIntentRequest, ...) <-chan int + func (client *Client) DeleteIntentWithChan(request *DeleteIntentRequest) (<-chan *DeleteIntentResponse, <-chan error) + func (client *Client) DeleteJobGroup(request *DeleteJobGroupRequest) (response *DeleteJobGroupResponse, err error) + func (client *Client) DeleteJobGroupWithCallback(request *DeleteJobGroupRequest, ...) <-chan int + func (client *Client) DeleteJobGroupWithChan(request *DeleteJobGroupRequest) (<-chan *DeleteJobGroupResponse, <-chan error) + func (client *Client) DeleteOutboundCallNumber(request *DeleteOutboundCallNumberRequest) (response *DeleteOutboundCallNumberResponse, err error) + func (client *Client) DeleteOutboundCallNumberWithCallback(request *DeleteOutboundCallNumberRequest, ...) <-chan int + func (client *Client) DeleteOutboundCallNumberWithChan(request *DeleteOutboundCallNumberRequest) (<-chan *DeleteOutboundCallNumberResponse, <-chan error) + func (client *Client) DeleteScript(request *DeleteScriptRequest) (response *DeleteScriptResponse, err error) + func (client *Client) DeleteScriptRecording(request *DeleteScriptRecordingRequest) (response *DeleteScriptRecordingResponse, err error) + func (client *Client) DeleteScriptRecordingWithCallback(request *DeleteScriptRecordingRequest, ...) <-chan int + func (client *Client) DeleteScriptRecordingWithChan(request *DeleteScriptRecordingRequest) (<-chan *DeleteScriptRecordingResponse, <-chan error) + func (client *Client) DeleteScriptWaveform(request *DeleteScriptWaveformRequest) (response *DeleteScriptWaveformResponse, err error) + func (client *Client) DeleteScriptWaveformWithCallback(request *DeleteScriptWaveformRequest, ...) <-chan int + func (client *Client) DeleteScriptWaveformWithChan(request *DeleteScriptWaveformRequest) (<-chan *DeleteScriptWaveformResponse, <-chan error) + func (client *Client) DeleteScriptWithCallback(request *DeleteScriptRequest, ...) <-chan int + func (client *Client) DeleteScriptWithChan(request *DeleteScriptRequest) (<-chan *DeleteScriptResponse, <-chan error) + func (client *Client) DescribeDialogueNodeStatistics(request *DescribeDialogueNodeStatisticsRequest) (response *DescribeDialogueNodeStatisticsResponse, err error) + func (client *Client) DescribeDialogueNodeStatisticsWithCallback(request *DescribeDialogueNodeStatisticsRequest, ...) <-chan int + func (client *Client) DescribeDialogueNodeStatisticsWithChan(request *DescribeDialogueNodeStatisticsRequest) (<-chan *DescribeDialogueNodeStatisticsResponse, <-chan error) + func (client *Client) DescribeDsReports(request *DescribeDsReportsRequest) (response *DescribeDsReportsResponse, err error) + func (client *Client) DescribeDsReportsWithCallback(request *DescribeDsReportsRequest, ...) <-chan int + func (client *Client) DescribeDsReportsWithChan(request *DescribeDsReportsRequest) (<-chan *DescribeDsReportsResponse, <-chan error) + func (client *Client) DescribeGlobalQuestion(request *DescribeGlobalQuestionRequest) (response *DescribeGlobalQuestionResponse, err error) + func (client *Client) DescribeGlobalQuestionWithCallback(request *DescribeGlobalQuestionRequest, ...) <-chan int + func (client *Client) DescribeGlobalQuestionWithChan(request *DescribeGlobalQuestionRequest) (<-chan *DescribeGlobalQuestionResponse, <-chan error) + func (client *Client) DescribeGroupExecutingInfo(request *DescribeGroupExecutingInfoRequest) (response *DescribeGroupExecutingInfoResponse, err error) + func (client *Client) DescribeGroupExecutingInfoWithCallback(request *DescribeGroupExecutingInfoRequest, ...) <-chan int + func (client *Client) DescribeGroupExecutingInfoWithChan(request *DescribeGroupExecutingInfoRequest) (<-chan *DescribeGroupExecutingInfoResponse, <-chan error) + func (client *Client) DescribeInstance(request *DescribeInstanceRequest) (response *DescribeInstanceResponse, err error) + func (client *Client) DescribeInstanceWithCallback(request *DescribeInstanceRequest, ...) <-chan int + func (client *Client) DescribeInstanceWithChan(request *DescribeInstanceRequest) (<-chan *DescribeInstanceResponse, <-chan error) + func (client *Client) DescribeIntent(request *DescribeIntentRequest) (response *DescribeIntentResponse, err error) + func (client *Client) DescribeIntentStatistics(request *DescribeIntentStatisticsRequest) (response *DescribeIntentStatisticsResponse, err error) + func (client *Client) DescribeIntentStatisticsWithCallback(request *DescribeIntentStatisticsRequest, ...) <-chan int + func (client *Client) DescribeIntentStatisticsWithChan(request *DescribeIntentStatisticsRequest) (<-chan *DescribeIntentStatisticsResponse, <-chan error) + func (client *Client) DescribeIntentWithCallback(request *DescribeIntentRequest, ...) <-chan int + func (client *Client) DescribeIntentWithChan(request *DescribeIntentRequest) (<-chan *DescribeIntentResponse, <-chan error) + func (client *Client) DescribeJob(request *DescribeJobRequest) (response *DescribeJobResponse, err error) + func (client *Client) DescribeJobDataParsingTaskProgress(request *DescribeJobDataParsingTaskProgressRequest) (response *DescribeJobDataParsingTaskProgressResponse, err error) + func (client *Client) DescribeJobDataParsingTaskProgressWithCallback(request *DescribeJobDataParsingTaskProgressRequest, ...) <-chan int + func (client *Client) DescribeJobDataParsingTaskProgressWithChan(request *DescribeJobDataParsingTaskProgressRequest) (<-chan *DescribeJobDataParsingTaskProgressResponse, <-chan error) + func (client *Client) DescribeJobGroup(request *DescribeJobGroupRequest) (response *DescribeJobGroupResponse, err error) + func (client *Client) DescribeJobGroupExportTaskProgress(request *DescribeJobGroupExportTaskProgressRequest) (response *DescribeJobGroupExportTaskProgressResponse, err error) + func (client *Client) DescribeJobGroupExportTaskProgressWithCallback(request *DescribeJobGroupExportTaskProgressRequest, ...) <-chan int + func (client *Client) DescribeJobGroupExportTaskProgressWithChan(request *DescribeJobGroupExportTaskProgressRequest) (<-chan *DescribeJobGroupExportTaskProgressResponse, <-chan error) + func (client *Client) DescribeJobGroupWithCallback(request *DescribeJobGroupRequest, ...) <-chan int + func (client *Client) DescribeJobGroupWithChan(request *DescribeJobGroupRequest) (<-chan *DescribeJobGroupResponse, <-chan error) + func (client *Client) DescribeJobWithCallback(request *DescribeJobRequest, ...) <-chan int + func (client *Client) DescribeJobWithChan(request *DescribeJobRequest) (<-chan *DescribeJobResponse, <-chan error) + func (client *Client) DescribeNumberDistrictInfoStatus(request *DescribeNumberDistrictInfoStatusRequest) (response *DescribeNumberDistrictInfoStatusResponse, err error) + func (client *Client) DescribeNumberDistrictInfoStatusWithCallback(request *DescribeNumberDistrictInfoStatusRequest, ...) <-chan int + func (client *Client) DescribeNumberDistrictInfoStatusWithChan(request *DescribeNumberDistrictInfoStatusRequest) (<-chan *DescribeNumberDistrictInfoStatusResponse, <-chan error) + func (client *Client) DescribeScript(request *DescribeScriptRequest) (response *DescribeScriptResponse, err error) + func (client *Client) DescribeScriptVoiceConfig(request *DescribeScriptVoiceConfigRequest) (response *DescribeScriptVoiceConfigResponse, err error) + func (client *Client) DescribeScriptVoiceConfigWithCallback(request *DescribeScriptVoiceConfigRequest, ...) <-chan int + func (client *Client) DescribeScriptVoiceConfigWithChan(request *DescribeScriptVoiceConfigRequest) (<-chan *DescribeScriptVoiceConfigResponse, <-chan error) + func (client *Client) DescribeScriptWithCallback(request *DescribeScriptRequest, ...) <-chan int + func (client *Client) DescribeScriptWithChan(request *DescribeScriptRequest) (<-chan *DescribeScriptResponse, <-chan error) + func (client *Client) DescribeTTSConfig(request *DescribeTTSConfigRequest) (response *DescribeTTSConfigResponse, err error) + func (client *Client) DescribeTTSConfigWithCallback(request *DescribeTTSConfigRequest, ...) <-chan int + func (client *Client) DescribeTTSConfigWithChan(request *DescribeTTSConfigRequest) (<-chan *DescribeTTSConfigResponse, <-chan error) + func (client *Client) DescribeTTSDemo(request *DescribeTTSDemoRequest) (response *DescribeTTSDemoResponse, err error) + func (client *Client) DescribeTTSDemoWithCallback(request *DescribeTTSDemoRequest, ...) <-chan int + func (client *Client) DescribeTTSDemoWithChan(request *DescribeTTSDemoRequest) (<-chan *DescribeTTSDemoResponse, <-chan error) + func (client *Client) DescribeTagHitsSummary(request *DescribeTagHitsSummaryRequest) (response *DescribeTagHitsSummaryResponse, err error) + func (client *Client) DescribeTagHitsSummaryWithCallback(request *DescribeTagHitsSummaryRequest, ...) <-chan int + func (client *Client) DescribeTagHitsSummaryWithChan(request *DescribeTagHitsSummaryRequest) (<-chan *DescribeTagHitsSummaryResponse, <-chan error) + func (client *Client) DescribeTenantBindNumber(request *DescribeTenantBindNumberRequest) (response *DescribeTenantBindNumberResponse, err error) + func (client *Client) DescribeTenantBindNumberWithCallback(request *DescribeTenantBindNumberRequest, ...) <-chan int + func (client *Client) DescribeTenantBindNumberWithChan(request *DescribeTenantBindNumberRequest) (<-chan *DescribeTenantBindNumberResponse, <-chan error) + func (client *Client) Dialogue(request *DialogueRequest) (response *DialogueResponse, err error) + func (client *Client) DialogueWithCallback(request *DialogueRequest, callback func(response *DialogueResponse, err error)) <-chan int + func (client *Client) DialogueWithChan(request *DialogueRequest) (<-chan *DialogueResponse, <-chan error) + func (client *Client) DismissNumberDistrictInfoParsingResult(request *DismissNumberDistrictInfoParsingResultRequest) (response *DismissNumberDistrictInfoParsingResultResponse, err error) + func (client *Client) DismissNumberDistrictInfoParsingResultWithCallback(request *DismissNumberDistrictInfoParsingResultRequest, ...) <-chan int + func (client *Client) DismissNumberDistrictInfoParsingResultWithChan(request *DismissNumberDistrictInfoParsingResultRequest) (<-chan *DismissNumberDistrictInfoParsingResultResponse, <-chan error) + func (client *Client) DownloadRecording(request *DownloadRecordingRequest) (response *DownloadRecordingResponse, err error) + func (client *Client) DownloadRecordingWithCallback(request *DownloadRecordingRequest, ...) <-chan int + func (client *Client) DownloadRecordingWithChan(request *DownloadRecordingRequest) (<-chan *DownloadRecordingResponse, <-chan error) + func (client *Client) DownloadScriptRecording(request *DownloadScriptRecordingRequest) (response *DownloadScriptRecordingResponse, err error) + func (client *Client) DownloadScriptRecordingWithCallback(request *DownloadScriptRecordingRequest, ...) <-chan int + func (client *Client) DownloadScriptRecordingWithChan(request *DownloadScriptRecordingRequest) (<-chan *DownloadScriptRecordingResponse, <-chan error) + func (client *Client) DuplicateScript(request *DuplicateScriptRequest) (response *DuplicateScriptResponse, err error) + func (client *Client) DuplicateScriptWithCallback(request *DuplicateScriptRequest, ...) <-chan int + func (client *Client) DuplicateScriptWithChan(request *DuplicateScriptRequest) (<-chan *DuplicateScriptResponse, <-chan error) + func (client *Client) ExportScript(request *ExportScriptRequest) (response *ExportScriptResponse, err error) + func (client *Client) ExportScriptWithCallback(request *ExportScriptRequest, ...) <-chan int + func (client *Client) ExportScriptWithChan(request *ExportScriptRequest) (<-chan *ExportScriptResponse, <-chan error) + func (client *Client) GenerateUploadUrl(request *GenerateUploadUrlRequest) (response *GenerateUploadUrlResponse, err error) + func (client *Client) GenerateUploadUrlWithCallback(request *GenerateUploadUrlRequest, ...) <-chan int + func (client *Client) GenerateUploadUrlWithChan(request *GenerateUploadUrlRequest) (<-chan *GenerateUploadUrlResponse, <-chan error) + func (client *Client) GetAfterAnswerDelayPlayback(request *GetAfterAnswerDelayPlaybackRequest) (response *GetAfterAnswerDelayPlaybackResponse, err error) + func (client *Client) GetAfterAnswerDelayPlaybackWithCallback(request *GetAfterAnswerDelayPlaybackRequest, ...) <-chan int + func (client *Client) GetAfterAnswerDelayPlaybackWithChan(request *GetAfterAnswerDelayPlaybackRequest) (<-chan *GetAfterAnswerDelayPlaybackResponse, <-chan error) + func (client *Client) GetAsrServerInfo(request *GetAsrServerInfoRequest) (response *GetAsrServerInfoResponse, err error) + func (client *Client) GetAsrServerInfoWithCallback(request *GetAsrServerInfoRequest, ...) <-chan int + func (client *Client) GetAsrServerInfoWithChan(request *GetAsrServerInfoRequest) (<-chan *GetAsrServerInfoResponse, <-chan error) + func (client *Client) GetBaseStrategyPeriod(request *GetBaseStrategyPeriodRequest) (response *GetBaseStrategyPeriodResponse, err error) + func (client *Client) GetBaseStrategyPeriodWithCallback(request *GetBaseStrategyPeriodRequest, ...) <-chan int + func (client *Client) GetBaseStrategyPeriodWithChan(request *GetBaseStrategyPeriodRequest) (<-chan *GetBaseStrategyPeriodResponse, <-chan error) + func (client *Client) GetConcurrentConversationQuota(request *GetConcurrentConversationQuotaRequest) (response *GetConcurrentConversationQuotaResponse, err error) + func (client *Client) GetConcurrentConversationQuotaWithCallback(request *GetConcurrentConversationQuotaRequest, ...) <-chan int + func (client *Client) GetConcurrentConversationQuotaWithChan(request *GetConcurrentConversationQuotaRequest) (<-chan *GetConcurrentConversationQuotaResponse, <-chan error) + func (client *Client) GetContactBlockList(request *GetContactBlockListRequest) (response *GetContactBlockListResponse, err error) + func (client *Client) GetContactBlockListWithCallback(request *GetContactBlockListRequest, ...) <-chan int + func (client *Client) GetContactBlockListWithChan(request *GetContactBlockListRequest) (<-chan *GetContactBlockListResponse, <-chan error) + func (client *Client) GetContactWhiteList(request *GetContactWhiteListRequest) (response *GetContactWhiteListResponse, err error) + func (client *Client) GetContactWhiteListWithCallback(request *GetContactWhiteListRequest, ...) <-chan int + func (client *Client) GetContactWhiteListWithChan(request *GetContactWhiteListRequest) (<-chan *GetContactWhiteListResponse, <-chan error) + func (client *Client) GetCurrentConcurrency(request *GetCurrentConcurrencyRequest) (response *GetCurrentConcurrencyResponse, err error) + func (client *Client) GetCurrentConcurrencyWithCallback(request *GetCurrentConcurrencyRequest, ...) <-chan int + func (client *Client) GetCurrentConcurrencyWithChan(request *GetCurrentConcurrencyRequest) (<-chan *GetCurrentConcurrencyResponse, <-chan error) + func (client *Client) GetEffectiveDays(request *GetEffectiveDaysRequest) (response *GetEffectiveDaysResponse, err error) + func (client *Client) GetEffectiveDaysWithCallback(request *GetEffectiveDaysRequest, ...) <-chan int + func (client *Client) GetEffectiveDaysWithChan(request *GetEffectiveDaysRequest) (<-chan *GetEffectiveDaysResponse, <-chan error) + func (client *Client) GetEmptyNumberNoMoreCallsInfo(request *GetEmptyNumberNoMoreCallsInfoRequest) (response *GetEmptyNumberNoMoreCallsInfoResponse, err error) + func (client *Client) GetEmptyNumberNoMoreCallsInfoWithCallback(request *GetEmptyNumberNoMoreCallsInfoRequest, ...) <-chan int + func (client *Client) GetEmptyNumberNoMoreCallsInfoWithChan(request *GetEmptyNumberNoMoreCallsInfoRequest) (<-chan *GetEmptyNumberNoMoreCallsInfoResponse, <-chan error) + func (client *Client) GetMaxAttemptsPerDay(request *GetMaxAttemptsPerDayRequest) (response *GetMaxAttemptsPerDayResponse, err error) + func (client *Client) GetMaxAttemptsPerDayWithCallback(request *GetMaxAttemptsPerDayRequest, ...) <-chan int + func (client *Client) GetMaxAttemptsPerDayWithChan(request *GetMaxAttemptsPerDayRequest) (<-chan *GetMaxAttemptsPerDayResponse, <-chan error) + func (client *Client) GetNumberDistrictInfoTemplateDownloadUrl(request *GetNumberDistrictInfoTemplateDownloadUrlRequest) (response *GetNumberDistrictInfoTemplateDownloadUrlResponse, err error) + func (client *Client) GetNumberDistrictInfoTemplateDownloadUrlWithCallback(request *GetNumberDistrictInfoTemplateDownloadUrlRequest, ...) <-chan int + func (client *Client) GetNumberDistrictInfoTemplateDownloadUrlWithChan(request *GetNumberDistrictInfoTemplateDownloadUrlRequest) (<-chan *GetNumberDistrictInfoTemplateDownloadUrlResponse, <-chan error) + func (client *Client) GetSummaryInfo(request *GetSummaryInfoRequest) (response *GetSummaryInfoResponse, err error) + func (client *Client) GetSummaryInfoWithCallback(request *GetSummaryInfoRequest, ...) <-chan int + func (client *Client) GetSummaryInfoWithChan(request *GetSummaryInfoRequest) (<-chan *GetSummaryInfoResponse, <-chan error) + func (client *Client) GetTaskByUuid(request *GetTaskByUuidRequest) (response *GetTaskByUuidResponse, err error) + func (client *Client) GetTaskByUuidWithCallback(request *GetTaskByUuidRequest, ...) <-chan int + func (client *Client) GetTaskByUuidWithChan(request *GetTaskByUuidRequest) (<-chan *GetTaskByUuidResponse, <-chan error) + func (client *Client) GetVersion(request *GetVersionRequest) (response *GetVersionResponse, err error) + func (client *Client) GetVersionWithCallback(request *GetVersionRequest, ...) <-chan int + func (client *Client) GetVersionWithChan(request *GetVersionRequest) (<-chan *GetVersionResponse, <-chan error) + func (client *Client) ImportScript(request *ImportScriptRequest) (response *ImportScriptResponse, err error) + func (client *Client) ImportScriptWithCallback(request *ImportScriptRequest, ...) <-chan int + func (client *Client) ImportScriptWithChan(request *ImportScriptRequest) (<-chan *ImportScriptResponse, <-chan error) + func (client *Client) InflightTaskTimeout(request *InflightTaskTimeoutRequest) (response *InflightTaskTimeoutResponse, err error) + func (client *Client) InflightTaskTimeoutWithCallback(request *InflightTaskTimeoutRequest, ...) <-chan int + func (client *Client) InflightTaskTimeoutWithChan(request *InflightTaskTimeoutRequest) (<-chan *InflightTaskTimeoutResponse, <-chan error) + func (client *Client) ListAllTenantBindNumberBinding(request *ListAllTenantBindNumberBindingRequest) (response *ListAllTenantBindNumberBindingResponse, err error) + func (client *Client) ListAllTenantBindNumberBindingWithCallback(request *ListAllTenantBindNumberBindingRequest, ...) <-chan int + func (client *Client) ListAllTenantBindNumberBindingWithChan(request *ListAllTenantBindNumberBindingRequest) (<-chan *ListAllTenantBindNumberBindingResponse, <-chan error) + func (client *Client) ListChatbotInstances(request *ListChatbotInstancesRequest) (response *ListChatbotInstancesResponse, err error) + func (client *Client) ListChatbotInstancesWithCallback(request *ListChatbotInstancesRequest, ...) <-chan int + func (client *Client) ListChatbotInstancesWithChan(request *ListChatbotInstancesRequest) (<-chan *ListChatbotInstancesResponse, <-chan error) + func (client *Client) ListDialogueFlows(request *ListDialogueFlowsRequest) (response *ListDialogueFlowsResponse, err error) + func (client *Client) ListDialogueFlowsWithCallback(request *ListDialogueFlowsRequest, ...) <-chan int + func (client *Client) ListDialogueFlowsWithChan(request *ListDialogueFlowsRequest) (<-chan *ListDialogueFlowsResponse, <-chan error) + func (client *Client) ListDownloadTasks(request *ListDownloadTasksRequest) (response *ListDownloadTasksResponse, err error) + func (client *Client) ListDownloadTasksWithCallback(request *ListDownloadTasksRequest, ...) <-chan int + func (client *Client) ListDownloadTasksWithChan(request *ListDownloadTasksRequest) (<-chan *ListDownloadTasksResponse, <-chan error) + func (client *Client) ListGlobalQuestions(request *ListGlobalQuestionsRequest) (response *ListGlobalQuestionsResponse, err error) + func (client *Client) ListGlobalQuestionsWithCallback(request *ListGlobalQuestionsRequest, ...) <-chan int + func (client *Client) ListGlobalQuestionsWithChan(request *ListGlobalQuestionsRequest) (<-chan *ListGlobalQuestionsResponse, <-chan error) + func (client *Client) ListInstances(request *ListInstancesRequest) (response *ListInstancesResponse, err error) + func (client *Client) ListInstancesWithCallback(request *ListInstancesRequest, ...) <-chan int + func (client *Client) ListInstancesWithChan(request *ListInstancesRequest) (<-chan *ListInstancesResponse, <-chan error) + func (client *Client) ListIntents(request *ListIntentsRequest) (response *ListIntentsResponse, err error) + func (client *Client) ListIntentsWithCallback(request *ListIntentsRequest, ...) <-chan int + func (client *Client) ListIntentsWithChan(request *ListIntentsRequest) (<-chan *ListIntentsResponse, <-chan error) + func (client *Client) ListJobGroups(request *ListJobGroupsRequest) (response *ListJobGroupsResponse, err error) + func (client *Client) ListJobGroupsAsync(request *ListJobGroupsAsyncRequest) (response *ListJobGroupsAsyncResponse, err error) + func (client *Client) ListJobGroupsAsyncWithCallback(request *ListJobGroupsAsyncRequest, ...) <-chan int + func (client *Client) ListJobGroupsAsyncWithChan(request *ListJobGroupsAsyncRequest) (<-chan *ListJobGroupsAsyncResponse, <-chan error) + func (client *Client) ListJobGroupsWithCallback(request *ListJobGroupsRequest, ...) <-chan int + func (client *Client) ListJobGroupsWithChan(request *ListJobGroupsRequest) (<-chan *ListJobGroupsResponse, <-chan error) + func (client *Client) ListJobs(request *ListJobsRequest) (response *ListJobsResponse, err error) + func (client *Client) ListJobsByGroup(request *ListJobsByGroupRequest) (response *ListJobsByGroupResponse, err error) + func (client *Client) ListJobsByGroupWithCallback(request *ListJobsByGroupRequest, ...) <-chan int + func (client *Client) ListJobsByGroupWithChan(request *ListJobsByGroupRequest) (<-chan *ListJobsByGroupResponse, <-chan error) + func (client *Client) ListJobsWithCallback(request *ListJobsRequest, callback func(response *ListJobsResponse, err error)) <-chan int + func (client *Client) ListJobsWithChan(request *ListJobsRequest) (<-chan *ListJobsResponse, <-chan error) + func (client *Client) ListOutboundCallNumbers(request *ListOutboundCallNumbersRequest) (response *ListOutboundCallNumbersResponse, err error) + func (client *Client) ListOutboundCallNumbersWithCallback(request *ListOutboundCallNumbersRequest, ...) <-chan int + func (client *Client) ListOutboundCallNumbersWithChan(request *ListOutboundCallNumbersRequest) (<-chan *ListOutboundCallNumbersResponse, <-chan error) + func (client *Client) ListResourceTags(request *ListResourceTagsRequest) (response *ListResourceTagsResponse, err error) + func (client *Client) ListResourceTagsWithCallback(request *ListResourceTagsRequest, ...) <-chan int + func (client *Client) ListResourceTagsWithChan(request *ListResourceTagsRequest) (<-chan *ListResourceTagsResponse, <-chan error) + func (client *Client) ListSchedulerInstances(request *ListSchedulerInstancesRequest) (response *ListSchedulerInstancesResponse, err error) + func (client *Client) ListSchedulerInstancesWithCallback(request *ListSchedulerInstancesRequest, ...) <-chan int + func (client *Client) ListSchedulerInstancesWithChan(request *ListSchedulerInstancesRequest) (<-chan *ListSchedulerInstancesResponse, <-chan error) + func (client *Client) ListScriptPublishHistories(request *ListScriptPublishHistoriesRequest) (response *ListScriptPublishHistoriesResponse, err error) + func (client *Client) ListScriptPublishHistoriesWithCallback(request *ListScriptPublishHistoriesRequest, ...) <-chan int + func (client *Client) ListScriptPublishHistoriesWithChan(request *ListScriptPublishHistoriesRequest) (<-chan *ListScriptPublishHistoriesResponse, <-chan error) + func (client *Client) ListScriptRecording(request *ListScriptRecordingRequest) (response *ListScriptRecordingResponse, err error) + func (client *Client) ListScriptRecordingWithCallback(request *ListScriptRecordingRequest, ...) <-chan int + func (client *Client) ListScriptRecordingWithChan(request *ListScriptRecordingRequest) (<-chan *ListScriptRecordingResponse, <-chan error) + func (client *Client) ListScriptVoiceConfigs(request *ListScriptVoiceConfigsRequest) (response *ListScriptVoiceConfigsResponse, err error) + func (client *Client) ListScriptVoiceConfigsWithCallback(request *ListScriptVoiceConfigsRequest, ...) <-chan int + func (client *Client) ListScriptVoiceConfigsWithChan(request *ListScriptVoiceConfigsRequest) (<-chan *ListScriptVoiceConfigsResponse, <-chan error) + func (client *Client) ListScripts(request *ListScriptsRequest) (response *ListScriptsResponse, err error) + func (client *Client) ListScriptsWithCallback(request *ListScriptsRequest, ...) <-chan int + func (client *Client) ListScriptsWithChan(request *ListScriptsRequest) (<-chan *ListScriptsResponse, <-chan error) + func (client *Client) ListTagResources(request *ListTagResourcesRequest) (response *ListTagResourcesResponse, err error) + func (client *Client) ListTagResourcesWithCallback(request *ListTagResourcesRequest, ...) <-chan int + func (client *Client) ListTagResourcesWithChan(request *ListTagResourcesRequest) (<-chan *ListTagResourcesResponse, <-chan error) + func (client *Client) ListTags(request *ListTagsRequest) (response *ListTagsResponse, err error) + func (client *Client) ListTagsWithCallback(request *ListTagsRequest, callback func(response *ListTagsResponse, err error)) <-chan int + func (client *Client) ListTagsWithChan(request *ListTagsRequest) (<-chan *ListTagsResponse, <-chan error) + func (client *Client) ModifyBatchJobs(request *ModifyBatchJobsRequest) (response *ModifyBatchJobsResponse, err error) + func (client *Client) ModifyBatchJobsWithCallback(request *ModifyBatchJobsRequest, ...) <-chan int + func (client *Client) ModifyBatchJobsWithChan(request *ModifyBatchJobsRequest) (<-chan *ModifyBatchJobsResponse, <-chan error) + func (client *Client) ModifyDialogueFlow(request *ModifyDialogueFlowRequest) (response *ModifyDialogueFlowResponse, err error) + func (client *Client) ModifyDialogueFlowWithCallback(request *ModifyDialogueFlowRequest, ...) <-chan int + func (client *Client) ModifyDialogueFlowWithChan(request *ModifyDialogueFlowRequest) (<-chan *ModifyDialogueFlowResponse, <-chan error) + func (client *Client) ModifyEmptyNumberNoMoreCallsInfo(request *ModifyEmptyNumberNoMoreCallsInfoRequest) (response *ModifyEmptyNumberNoMoreCallsInfoResponse, err error) + func (client *Client) ModifyEmptyNumberNoMoreCallsInfoWithCallback(request *ModifyEmptyNumberNoMoreCallsInfoRequest, ...) <-chan int + func (client *Client) ModifyEmptyNumberNoMoreCallsInfoWithChan(request *ModifyEmptyNumberNoMoreCallsInfoRequest) (<-chan *ModifyEmptyNumberNoMoreCallsInfoResponse, <-chan error) + func (client *Client) ModifyGlobalQuestion(request *ModifyGlobalQuestionRequest) (response *ModifyGlobalQuestionResponse, err error) + func (client *Client) ModifyGlobalQuestionWithCallback(request *ModifyGlobalQuestionRequest, ...) <-chan int + func (client *Client) ModifyGlobalQuestionWithChan(request *ModifyGlobalQuestionRequest) (<-chan *ModifyGlobalQuestionResponse, <-chan error) + func (client *Client) ModifyInstance(request *ModifyInstanceRequest) (response *ModifyInstanceResponse, err error) + func (client *Client) ModifyInstanceWithCallback(request *ModifyInstanceRequest, ...) <-chan int + func (client *Client) ModifyInstanceWithChan(request *ModifyInstanceRequest) (<-chan *ModifyInstanceResponse, <-chan error) + func (client *Client) ModifyIntent(request *ModifyIntentRequest) (response *ModifyIntentResponse, err error) + func (client *Client) ModifyIntentWithCallback(request *ModifyIntentRequest, ...) <-chan int + func (client *Client) ModifyIntentWithChan(request *ModifyIntentRequest) (<-chan *ModifyIntentResponse, <-chan error) + func (client *Client) ModifyJobGroup(request *ModifyJobGroupRequest) (response *ModifyJobGroupResponse, err error) + func (client *Client) ModifyJobGroupWithCallback(request *ModifyJobGroupRequest, ...) <-chan int + func (client *Client) ModifyJobGroupWithChan(request *ModifyJobGroupRequest) (<-chan *ModifyJobGroupResponse, <-chan error) + func (client *Client) ModifyOutboundCallNumber(request *ModifyOutboundCallNumberRequest) (response *ModifyOutboundCallNumberResponse, err error) + func (client *Client) ModifyOutboundCallNumberWithCallback(request *ModifyOutboundCallNumberRequest, ...) <-chan int + func (client *Client) ModifyOutboundCallNumberWithChan(request *ModifyOutboundCallNumberRequest) (<-chan *ModifyOutboundCallNumberResponse, <-chan error) + func (client *Client) ModifyScript(request *ModifyScriptRequest) (response *ModifyScriptResponse, err error) + func (client *Client) ModifyScriptVoiceConfig(request *ModifyScriptVoiceConfigRequest) (response *ModifyScriptVoiceConfigResponse, err error) + func (client *Client) ModifyScriptVoiceConfigWithCallback(request *ModifyScriptVoiceConfigRequest, ...) <-chan int + func (client *Client) ModifyScriptVoiceConfigWithChan(request *ModifyScriptVoiceConfigRequest) (<-chan *ModifyScriptVoiceConfigResponse, <-chan error) + func (client *Client) ModifyScriptWithCallback(request *ModifyScriptRequest, ...) <-chan int + func (client *Client) ModifyScriptWithChan(request *ModifyScriptRequest) (<-chan *ModifyScriptResponse, <-chan error) + func (client *Client) ModifyTTSConfig(request *ModifyTTSConfigRequest) (response *ModifyTTSConfigResponse, err error) + func (client *Client) ModifyTTSConfigWithCallback(request *ModifyTTSConfigRequest, ...) <-chan int + func (client *Client) ModifyTTSConfigWithChan(request *ModifyTTSConfigRequest) (<-chan *ModifyTTSConfigResponse, <-chan error) + func (client *Client) ModifyTagGroups(request *ModifyTagGroupsRequest) (response *ModifyTagGroupsResponse, err error) + func (client *Client) ModifyTagGroupsWithCallback(request *ModifyTagGroupsRequest, ...) <-chan int + func (client *Client) ModifyTagGroupsWithChan(request *ModifyTagGroupsRequest) (<-chan *ModifyTagGroupsResponse, <-chan error) + func (client *Client) PublishScript(request *PublishScriptRequest) (response *PublishScriptResponse, err error) + func (client *Client) PublishScriptForDebug(request *PublishScriptForDebugRequest) (response *PublishScriptForDebugResponse, err error) + func (client *Client) PublishScriptForDebugWithCallback(request *PublishScriptForDebugRequest, ...) <-chan int + func (client *Client) PublishScriptForDebugWithChan(request *PublishScriptForDebugRequest) (<-chan *PublishScriptForDebugResponse, <-chan error) + func (client *Client) PublishScriptWithCallback(request *PublishScriptRequest, ...) <-chan int + func (client *Client) PublishScriptWithChan(request *PublishScriptRequest) (<-chan *PublishScriptResponse, <-chan error) + func (client *Client) QueryJobs(request *QueryJobsRequest) (response *QueryJobsResponse, err error) + func (client *Client) QueryJobsWithCallback(request *QueryJobsRequest, ...) <-chan int + func (client *Client) QueryJobsWithChan(request *QueryJobsRequest) (<-chan *QueryJobsResponse, <-chan error) + func (client *Client) QueryJobsWithResult(request *QueryJobsWithResultRequest) (response *QueryJobsWithResultResponse, err error) + func (client *Client) QueryJobsWithResultWithCallback(request *QueryJobsWithResultRequest, ...) <-chan int + func (client *Client) QueryJobsWithResultWithChan(request *QueryJobsWithResultRequest) (<-chan *QueryJobsWithResultResponse, <-chan error) + func (client *Client) QueryScriptWaveforms(request *QueryScriptWaveformsRequest) (response *QueryScriptWaveformsResponse, err error) + func (client *Client) QueryScriptWaveformsWithCallback(request *QueryScriptWaveformsRequest, ...) <-chan int + func (client *Client) QueryScriptWaveformsWithChan(request *QueryScriptWaveformsRequest) (<-chan *QueryScriptWaveformsResponse, <-chan error) + func (client *Client) QueryScriptsByStatus(request *QueryScriptsByStatusRequest) (response *QueryScriptsByStatusResponse, err error) + func (client *Client) QueryScriptsByStatusWithCallback(request *QueryScriptsByStatusRequest, ...) <-chan int + func (client *Client) QueryScriptsByStatusWithChan(request *QueryScriptsByStatusRequest) (<-chan *QueryScriptsByStatusResponse, <-chan error) + func (client *Client) RecordFailure(request *RecordFailureRequest) (response *RecordFailureResponse, err error) + func (client *Client) RecordFailureWithCallback(request *RecordFailureRequest, ...) <-chan int + func (client *Client) RecordFailureWithChan(request *RecordFailureRequest) (<-chan *RecordFailureResponse, <-chan error) + func (client *Client) ResumeJobs(request *ResumeJobsRequest) (response *ResumeJobsResponse, err error) + func (client *Client) ResumeJobsWithCallback(request *ResumeJobsRequest, ...) <-chan int + func (client *Client) ResumeJobsWithChan(request *ResumeJobsRequest) (<-chan *ResumeJobsResponse, <-chan error) + func (client *Client) RollbackScript(request *RollbackScriptRequest) (response *RollbackScriptResponse, err error) + func (client *Client) RollbackScriptWithCallback(request *RollbackScriptRequest, ...) <-chan int + func (client *Client) RollbackScriptWithChan(request *RollbackScriptRequest) (<-chan *RollbackScriptResponse, <-chan error) + func (client *Client) SaveAfterAnswerDelayPlayback(request *SaveAfterAnswerDelayPlaybackRequest) (response *SaveAfterAnswerDelayPlaybackResponse, err error) + func (client *Client) SaveAfterAnswerDelayPlaybackWithCallback(request *SaveAfterAnswerDelayPlaybackRequest, ...) <-chan int + func (client *Client) SaveAfterAnswerDelayPlaybackWithChan(request *SaveAfterAnswerDelayPlaybackRequest) (<-chan *SaveAfterAnswerDelayPlaybackResponse, <-chan error) + func (client *Client) SaveBaseStrategyPeriod(request *SaveBaseStrategyPeriodRequest) (response *SaveBaseStrategyPeriodResponse, err error) + func (client *Client) SaveBaseStrategyPeriodWithCallback(request *SaveBaseStrategyPeriodRequest, ...) <-chan int + func (client *Client) SaveBaseStrategyPeriodWithChan(request *SaveBaseStrategyPeriodRequest) (<-chan *SaveBaseStrategyPeriodResponse, <-chan error) + func (client *Client) SaveContactBlockList(request *SaveContactBlockListRequest) (response *SaveContactBlockListResponse, err error) + func (client *Client) SaveContactBlockListWithCallback(request *SaveContactBlockListRequest, ...) <-chan int + func (client *Client) SaveContactBlockListWithChan(request *SaveContactBlockListRequest) (<-chan *SaveContactBlockListResponse, <-chan error) + func (client *Client) SaveContactWhiteList(request *SaveContactWhiteListRequest) (response *SaveContactWhiteListResponse, err error) + func (client *Client) SaveContactWhiteListWithCallback(request *SaveContactWhiteListRequest, ...) <-chan int + func (client *Client) SaveContactWhiteListWithChan(request *SaveContactWhiteListRequest) (<-chan *SaveContactWhiteListResponse, <-chan error) + func (client *Client) SaveEffectiveDays(request *SaveEffectiveDaysRequest) (response *SaveEffectiveDaysResponse, err error) + func (client *Client) SaveEffectiveDaysWithCallback(request *SaveEffectiveDaysRequest, ...) <-chan int + func (client *Client) SaveEffectiveDaysWithChan(request *SaveEffectiveDaysRequest) (<-chan *SaveEffectiveDaysResponse, <-chan error) + func (client *Client) SaveMaxAttemptsPerDay(request *SaveMaxAttemptsPerDayRequest) (response *SaveMaxAttemptsPerDayResponse, err error) + func (client *Client) SaveMaxAttemptsPerDayWithCallback(request *SaveMaxAttemptsPerDayRequest, ...) <-chan int + func (client *Client) SaveMaxAttemptsPerDayWithChan(request *SaveMaxAttemptsPerDayRequest) (<-chan *SaveMaxAttemptsPerDayResponse, <-chan error) + func (client *Client) SearchTask(request *SearchTaskRequest) (response *SearchTaskResponse, err error) + func (client *Client) SearchTaskWithCallback(request *SearchTaskRequest, ...) <-chan int + func (client *Client) SearchTaskWithChan(request *SearchTaskRequest) (<-chan *SearchTaskResponse, <-chan error) + func (client *Client) StartJob(request *StartJobRequest) (response *StartJobResponse, err error) + func (client *Client) StartJobWithCallback(request *StartJobRequest, callback func(response *StartJobResponse, err error)) <-chan int + func (client *Client) StartJobWithChan(request *StartJobRequest) (<-chan *StartJobResponse, <-chan error) + func (client *Client) SubmitBatchJobs(request *SubmitBatchJobsRequest) (response *SubmitBatchJobsResponse, err error) + func (client *Client) SubmitBatchJobsWithCallback(request *SubmitBatchJobsRequest, ...) <-chan int + func (client *Client) SubmitBatchJobsWithChan(request *SubmitBatchJobsRequest) (<-chan *SubmitBatchJobsResponse, <-chan error) + func (client *Client) SubmitRecording(request *SubmitRecordingRequest) (response *SubmitRecordingResponse, err error) + func (client *Client) SubmitRecordingWithCallback(request *SubmitRecordingRequest, ...) <-chan int + func (client *Client) SubmitRecordingWithChan(request *SubmitRecordingRequest) (<-chan *SubmitRecordingResponse, <-chan error) + func (client *Client) SubmitScriptReview(request *SubmitScriptReviewRequest) (response *SubmitScriptReviewResponse, err error) + func (client *Client) SubmitScriptReviewWithCallback(request *SubmitScriptReviewRequest, ...) <-chan int + func (client *Client) SubmitScriptReviewWithChan(request *SubmitScriptReviewRequest) (<-chan *SubmitScriptReviewResponse, <-chan error) + func (client *Client) SuspendCall(request *SuspendCallRequest) (response *SuspendCallResponse, err error) + func (client *Client) SuspendCallWithCallback(request *SuspendCallRequest, ...) <-chan int + func (client *Client) SuspendCallWithChan(request *SuspendCallRequest) (<-chan *SuspendCallResponse, <-chan error) + func (client *Client) SuspendCallWithFile(request *SuspendCallWithFileRequest) (response *SuspendCallWithFileResponse, err error) + func (client *Client) SuspendCallWithFileWithCallback(request *SuspendCallWithFileRequest, ...) <-chan int + func (client *Client) SuspendCallWithFileWithChan(request *SuspendCallWithFileRequest) (<-chan *SuspendCallWithFileResponse, <-chan error) + func (client *Client) SuspendJobs(request *SuspendJobsRequest) (response *SuspendJobsResponse, err error) + func (client *Client) SuspendJobsWithCallback(request *SuspendJobsRequest, ...) <-chan int + func (client *Client) SuspendJobsWithChan(request *SuspendJobsRequest) (<-chan *SuspendJobsResponse, <-chan error) + func (client *Client) TagResources(request *TagResourcesRequest) (response *TagResourcesResponse, err error) + func (client *Client) TagResourcesWithCallback(request *TagResourcesRequest, ...) <-chan int + func (client *Client) TagResourcesWithChan(request *TagResourcesRequest) (<-chan *TagResourcesResponse, <-chan error) + func (client *Client) TaskPreparing(request *TaskPreparingRequest) (response *TaskPreparingResponse, err error) + func (client *Client) TaskPreparingWithCallback(request *TaskPreparingRequest, ...) <-chan int + func (client *Client) TaskPreparingWithChan(request *TaskPreparingRequest) (<-chan *TaskPreparingResponse, <-chan error) + func (client *Client) TerminateCall(request *TerminateCallRequest) (response *TerminateCallResponse, err error) + func (client *Client) TerminateCallWithCallback(request *TerminateCallRequest, ...) <-chan int + func (client *Client) TerminateCallWithChan(request *TerminateCallRequest) (<-chan *TerminateCallResponse, <-chan error) + func (client *Client) UntagResources(request *UntagResourcesRequest) (response *UntagResourcesResponse, err error) + func (client *Client) UntagResourcesWithCallback(request *UntagResourcesRequest, ...) <-chan int + func (client *Client) UntagResourcesWithChan(request *UntagResourcesRequest) (<-chan *UntagResourcesResponse, <-chan error) + func (client *Client) UploadScriptRecording(request *UploadScriptRecordingRequest) (response *UploadScriptRecordingResponse, err error) + func (client *Client) UploadScriptRecordingWithCallback(request *UploadScriptRecordingRequest, ...) <-chan int + func (client *Client) UploadScriptRecordingWithChan(request *UploadScriptRecordingRequest) (<-chan *UploadScriptRecordingResponse, <-chan error) + func (client *Client) WithdrawScriptReview(request *WithdrawScriptReviewRequest) (response *WithdrawScriptReviewResponse, err error) + func (client *Client) WithdrawScriptReviewWithCallback(request *WithdrawScriptReviewRequest, ...) <-chan int + func (client *Client) WithdrawScriptReviewWithChan(request *WithdrawScriptReviewRequest) (<-chan *WithdrawScriptReviewResponse, <-chan error) + type Contact struct + ContactId string + ContactName string + Honorific string + Id string + JobId string + JobUuid string + Name string + PhoneNumber string + PreferredPhoneNumber string + ReferenceId string + Role string + Round int + State string + type ContactBlockList struct + ContactBlockListId string + CreationTime int64 + Creator string + InstanceId string + Name string + Operator string + PhoneNumber string + Remark string + type ContactBlocklistList struct + List []ContactBlockList + PageNumber int + PageSize int + TotalCount int + type ContactWhitelistList struct + ContactWhiteListId string + CreationTime int64 + Creator string + InstanceId string + List []ContactWhitelistList + Name string + Operator string + PageNumber int + PageSize int + PhoneNumber string + Remark string + TotalCount int + type ContactsInDescribeJob struct + Contact []Contact + type ContactsInListJobs struct + Contact []Contact + type ContactsInListJobsByGroup struct + Contact []Contact + type ContactsInQueryJobs struct + Contact []Contact + type ConversationDetail struct + Action string + ActionParams string + Script string + SequenceId string + Speaker string + Summary []SummaryItem + Timestamp int64 + type ConversationInDescribeJob struct + ConversationDetail []ConversationDetail + type ConversationInListJobs struct + ConversationDetail []ConversationDetail + type CreateBatchJobsRequest struct + BatchJobDescription string + BatchJobName string + CallingNumber *[]string + InstanceId string + JobFilePath string + ScenarioId string + ScriptId string + StrategyJson string + Submitted requests.Boolean + func CreateCreateBatchJobsRequest() (request *CreateBatchJobsRequest) + type CreateBatchJobsResponse struct + BatchJob BatchJob + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCreateBatchJobsResponse() (response *CreateBatchJobsResponse) + type CreateBatchRepeatJobRequest struct + CallingNumber *[]string + Description string + FilterStatus string + InstanceId string + MinConcurrency requests.Integer + Name string + Priority string + RecallStrategyJson string + RingingDuration requests.Integer + ScriptId string + SourceGroupId string + StrategyJson string + func CreateCreateBatchRepeatJobRequest() (request *CreateBatchRepeatJobRequest) + type CreateBatchRepeatJobResponse struct + Code string + HttpStatusCode int + JobGroup JobGroup + Message string + RequestId string + Success bool + func CreateCreateBatchRepeatJobResponse() (response *CreateBatchRepeatJobResponse) + type CreateDialogueFlowRequest struct + DialogueFlowType string + DialogueName string + InstanceId string + ScriptId string + func CreateCreateDialogueFlowRequest() (request *CreateDialogueFlowRequest) + type CreateDialogueFlowResponse struct + Code string + DialogueFlowId string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCreateDialogueFlowResponse() (response *CreateDialogueFlowResponse) + type CreateDownloadUrlRequest struct + DownloadTaskId string + FileId string + func CreateCreateDownloadUrlRequest() (request *CreateDownloadUrlRequest) + type CreateDownloadUrlResponse struct + Code string + FileHttpUrl string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCreateDownloadUrlResponse() (response *CreateDownloadUrlResponse) + type CreateGlobalQuestionRequest struct + Answers string + GlobalQuestionName string + GlobalQuestionType string + InstanceId string + Questions string + ScriptId string + func CreateCreateGlobalQuestionRequest() (request *CreateGlobalQuestionRequest) + type CreateGlobalQuestionResponse struct + Code string + GlobalQuestionId string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCreateGlobalQuestionResponse() (response *CreateGlobalQuestionResponse) + type CreateInstanceBindNumberRequest struct + InstanceList string + Number string + func CreateCreateInstanceBindNumberRequest() (request *CreateInstanceBindNumberRequest) + type CreateInstanceBindNumberResponse struct + Code string + Data Data + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCreateInstanceBindNumberResponse() (response *CreateInstanceBindNumberResponse) + type CreateInstanceRequest struct + AccessKey string + CallCenterInstanceId string + CallingNumber *[]string + Endpoint string + InstanceDescription string + InstanceName string + MaxConcurrentConversation requests.Integer + NluServiceType string + ResourceGroupId string + SecretKey string + func CreateCreateInstanceRequest() (request *CreateInstanceRequest) + type CreateInstanceResponse struct + Code string + HttpStatusCode int + Instance Instance + Message string + RequestId string + Success bool + func CreateCreateInstanceResponse() (response *CreateInstanceResponse) + type CreateIntentRequest struct + InstanceId string + IntentDescription string + IntentName string + Keywords string + ScriptId string + Utterances string + func CreateCreateIntentRequest() (request *CreateIntentRequest) + type CreateIntentResponse struct + Code string + HttpStatusCode int + IntentId string + Message string + RequestId string + Success bool + func CreateCreateIntentResponse() (response *CreateIntentResponse) + type CreateJobDataParsingTaskRequest struct + InstanceId string + JobFilePath string + func CreateCreateJobDataParsingTaskRequest() (request *CreateJobDataParsingTaskRequest) + type CreateJobDataParsingTaskResponse struct + Code string + HttpStatusCode int + JobDataParsingTaskId string + Message string + RequestId string + Success bool + func CreateCreateJobDataParsingTaskResponse() (response *CreateJobDataParsingTaskResponse) + type CreateJobGroupExportTaskRequest struct + InstanceId string + JobGroupId string + Option *[]string + func CreateCreateJobGroupExportTaskRequest() (request *CreateJobGroupExportTaskRequest) + type CreateJobGroupExportTaskResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TaskId string + func CreateCreateJobGroupExportTaskResponse() (response *CreateJobGroupExportTaskResponse) + type CreateJobGroupRequest struct + CallingNumber *[]string + InstanceId string + JobGroupDescription string + JobGroupName string + MinConcurrency requests.Integer + Priority string + RecallStrategyJson string + RingingDuration requests.Integer + ScenarioId string + ScriptId string + StrategyJson string + func CreateCreateJobGroupRequest() (request *CreateJobGroupRequest) + type CreateJobGroupResponse struct + Code string + HttpStatusCode int + JobGroup JobGroup + Message string + RequestId string + Success bool + func CreateCreateJobGroupResponse() (response *CreateJobGroupResponse) + type CreateNumberDistrictInfoDownloadUrlRequest struct + VersionId string + func CreateCreateNumberDistrictInfoDownloadUrlRequest() (request *CreateNumberDistrictInfoDownloadUrlRequest) + type CreateNumberDistrictInfoDownloadUrlResponse struct + Code string + FileHttpUrl string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCreateNumberDistrictInfoDownloadUrlResponse() (response *CreateNumberDistrictInfoDownloadUrlResponse) + type CreateNumberDistrictInfoParsingTaskRequest struct + FilePath string + FileSize requests.Integer + func CreateCreateNumberDistrictInfoParsingTaskRequest() (request *CreateNumberDistrictInfoParsingTaskRequest) + type CreateNumberDistrictInfoParsingTaskResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateCreateNumberDistrictInfoParsingTaskResponse() (response *CreateNumberDistrictInfoParsingTaskResponse) + type CreateOutboundCallNumberRequest struct + InstanceId string + Number string + RateLimitCount requests.Integer + RateLimitPeriod requests.Integer + func CreateCreateOutboundCallNumberRequest() (request *CreateOutboundCallNumberRequest) + type CreateOutboundCallNumberResponse struct + Code string + HttpStatusCode int + Message string + OutboundCallNumberId string + RequestId string + Success bool + func CreateCreateOutboundCallNumberResponse() (response *CreateOutboundCallNumberResponse) + type CreateScriptRequest struct + AsrConfig string + ChatbotId string + EmotionEnable requests.Boolean + Industry string + InstanceId string + LongWaitEnable requests.Boolean + MiniPlaybackConfigListJsonString string + MiniPlaybackEnable requests.Boolean + NewBargeInEnable requests.Boolean + Scene string + ScriptContent *[]string + ScriptDescription string + ScriptName string + ScriptWaveform *[]string + TtsConfig string + func CreateCreateScriptRequest() (request *CreateScriptRequest) + type CreateScriptResponse struct + ChatbotId string + Code string + HttpStatusCode int + Message string + RequestId string + Script Script + Success bool + func CreateCreateScriptResponse() (response *CreateScriptResponse) + type CreateScriptWaveformRequest struct + FileId string + FileName string + InstanceId string + ScriptContent string + ScriptId string + func CreateCreateScriptWaveformRequest() (request *CreateScriptWaveformRequest) + type CreateScriptWaveformResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptWaveformId string + Success bool + func CreateCreateScriptWaveformResponse() (response *CreateScriptWaveformResponse) + type CreateTagRequest struct + InstanceId string + ScriptId string + TagGroup string + TagName string + func CreateCreateTagRequest() (request *CreateTagRequest) + type CreateTagResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TagId string + func CreateCreateTagResponse() (response *CreateTagResponse) + type CreateTaskExportTaskRequest struct + ActualTimeGte requests.Integer + ActualTimeLte requests.Integer + CallDurationGte requests.Integer + CallDurationLte requests.Integer + CalledNumber string + HasAnswered requests.Boolean + HasHangUpByRejection requests.Boolean + HasReachedEndOfFlow requests.Boolean + InstanceId string + JobGroupId string + JobGroupNameQuery string + JobId string + JobStatusStringList string + OtherId string + PageIndex requests.Integer + PageSize requests.Integer + RecordingDurationGte requests.Integer + RecordingDurationLte requests.Integer + ScriptNameQuery string + SortBy string + SortOrder string + TaskCreateTimeGte requests.Integer + TaskCreateTimeLte requests.Integer + TaskId string + TaskStatusStringList string + UserIdMatch string + func CreateCreateTaskExportTaskRequest() (request *CreateTaskExportTaskRequest) + type CreateTaskExportTaskResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TaskId string + func CreateCreateTaskExportTaskResponse() (response *CreateTaskExportTaskResponse) + type Data struct + AccessId string + Expire int + Folder string + Host string + List []ListItem + Message string + Policy string + Signature string + Success bool + type DeleteAllNumberDistrictInfoRequest struct + func CreateDeleteAllNumberDistrictInfoRequest() (request *DeleteAllNumberDistrictInfoRequest) + type DeleteAllNumberDistrictInfoResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteAllNumberDistrictInfoResponse() (response *DeleteAllNumberDistrictInfoResponse) + type DeleteContactBlockListRequest struct + ContactBlockListId string + InstanceId string + Operator string + func CreateDeleteContactBlockListRequest() (request *DeleteContactBlockListRequest) + type DeleteContactBlockListResponse struct + AffectedRows int + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteContactBlockListResponse() (response *DeleteContactBlockListResponse) + type DeleteContactWhiteListRequest struct + ContactWhiteListId string + InstanceId string + Operator string + func CreateDeleteContactWhiteListRequest() (request *DeleteContactWhiteListRequest) + type DeleteContactWhiteListResponse struct + AffectedRows int + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteContactWhiteListResponse() (response *DeleteContactWhiteListResponse) + type DeleteDialogueFlowRequest struct + DialogueFlowId string + InstanceId string + ScriptId string + func CreateDeleteDialogueFlowRequest() (request *DeleteDialogueFlowRequest) + type DeleteDialogueFlowResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteDialogueFlowResponse() (response *DeleteDialogueFlowResponse) + type DeleteGlobalQuestionRequest struct + GlobalQuestionId string + InstanceId string + ScriptId string + func CreateDeleteGlobalQuestionRequest() (request *DeleteGlobalQuestionRequest) + type DeleteGlobalQuestionResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteGlobalQuestionResponse() (response *DeleteGlobalQuestionResponse) + type DeleteInstanceRequest struct + InstanceId string + func CreateDeleteInstanceRequest() (request *DeleteInstanceRequest) + type DeleteInstanceResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteInstanceResponse() (response *DeleteInstanceResponse) + type DeleteIntentRequest struct + InstanceId string + IntentId string + ScriptId string + func CreateDeleteIntentRequest() (request *DeleteIntentRequest) + type DeleteIntentResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteIntentResponse() (response *DeleteIntentResponse) + type DeleteJobGroupRequest struct + InstanceId string + JobGroupId string + func CreateDeleteJobGroupRequest() (request *DeleteJobGroupRequest) + type DeleteJobGroupResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteJobGroupResponse() (response *DeleteJobGroupResponse) + type DeleteOutboundCallNumberRequest struct + InstanceId string + OutboundCallNumberId string + func CreateDeleteOutboundCallNumberRequest() (request *DeleteOutboundCallNumberRequest) + type DeleteOutboundCallNumberResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteOutboundCallNumberResponse() (response *DeleteOutboundCallNumberResponse) + type DeleteScriptRecordingRequest struct + InstanceId string + ScriptId string + UuidsJson string + func CreateDeleteScriptRecordingRequest() (request *DeleteScriptRecordingRequest) + type DeleteScriptRecordingResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteScriptRecordingResponse() (response *DeleteScriptRecordingResponse) + type DeleteScriptRequest struct + InstanceId string + ScriptId string + func CreateDeleteScriptRequest() (request *DeleteScriptRequest) + type DeleteScriptResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteScriptResponse() (response *DeleteScriptResponse) + type DeleteScriptWaveformRequest struct + InstanceId string + ScriptId string + ScriptWaveformId string + func CreateDeleteScriptWaveformRequest() (request *DeleteScriptWaveformRequest) + type DeleteScriptWaveformResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDeleteScriptWaveformResponse() (response *DeleteScriptWaveformResponse) + type DescribeDialogueNodeStatisticsRequest struct + InstanceId string + JobGroupId string + Limit requests.Integer + func CreateDescribeDialogueNodeStatisticsRequest() (request *DescribeDialogueNodeStatisticsRequest) + type DescribeDialogueNodeStatisticsResponse struct + Code string + GroupId string + HttpStatusCode int + InstanceId string + Message string + NoAnswerDialogueNodes []NoAnswerDialogueNode + RequestId string + Success bool + TotalCompleted int + func CreateDescribeDialogueNodeStatisticsResponse() (response *DescribeDialogueNodeStatisticsResponse) + type DescribeDsReportsRequest struct + InstanceId string + JobGroupId string + func CreateDescribeDsReportsRequest() (request *DescribeDsReportsRequest) + type DescribeDsReportsResponse struct + Code string + DsReports string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDescribeDsReportsResponse() (response *DescribeDsReportsResponse) + type DescribeGlobalQuestionRequest struct + GlobalQuestionId string + InstanceId string + ScriptId string + func CreateDescribeGlobalQuestionRequest() (request *DescribeGlobalQuestionRequest) + type DescribeGlobalQuestionResponse struct + Code string + GlobalQuestion GlobalQuestion + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDescribeGlobalQuestionResponse() (response *DescribeGlobalQuestionResponse) + type DescribeGroupExecutingInfoRequest struct + InstanceId string + JobGroupId string + func CreateDescribeGroupExecutingInfoRequest() (request *DescribeGroupExecutingInfoRequest) + type DescribeGroupExecutingInfoResponse struct + Code string + ExecutingInfo ExecutingInfo + GroupId string + HttpStatusCode int + InstanceId string + Message string + RequestId string + Success bool + func CreateDescribeGroupExecutingInfoResponse() (response *DescribeGroupExecutingInfoResponse) + type DescribeInstanceRequest struct + InstanceId string + func CreateDescribeInstanceRequest() (request *DescribeInstanceRequest) + type DescribeInstanceResponse struct + Code string + HttpStatusCode int + Instance Instance + Message string + RequestId string + Success bool + func CreateDescribeInstanceResponse() (response *DescribeInstanceResponse) + type DescribeIntentRequest struct + InstanceId string + IntentId string + ScriptId string + func CreateDescribeIntentRequest() (request *DescribeIntentRequest) + type DescribeIntentResponse struct + Code string + HttpStatusCode int + Intent Intent + Message string + RequestId string + Success bool + func CreateDescribeIntentResponse() (response *DescribeIntentResponse) + type DescribeIntentStatisticsRequest struct + InstanceId string + JobGroupId string + Limit requests.Integer + func CreateDescribeIntentStatisticsRequest() (request *DescribeIntentStatisticsRequest) + type DescribeIntentStatisticsResponse struct + Code string + GlobalIntentNum int + GlobalIntents []IntentStatisticsItem + GroupId string + HttpStatusCode int + InstanceId string + IntentsAfterNoAnswer []IntentStatisticsItem + Message string + ProcessIntentNum int + ProcessIntents []IntentStatisticsItem + RequestId string + Success bool + func CreateDescribeIntentStatisticsResponse() (response *DescribeIntentStatisticsResponse) + type DescribeJobDataParsingTaskProgressRequest struct + InstanceId string + JobDataParsingTaskId string + func CreateDescribeJobDataParsingTaskProgressRequest() (request *DescribeJobDataParsingTaskProgressRequest) + type DescribeJobDataParsingTaskProgressResponse struct + Code string + HttpStatusCode int + Message string + Progress Progress + RequestId string + Success bool + func CreateDescribeJobDataParsingTaskProgressResponse() (response *DescribeJobDataParsingTaskProgressResponse) + type DescribeJobGroupExportTaskProgressRequest struct + InstanceId string + TaskId string + func CreateDescribeJobGroupExportTaskProgressRequest() (request *DescribeJobGroupExportTaskProgressRequest) + type DescribeJobGroupExportTaskProgressResponse struct + Code string + FileHttpUrl string + HttpStatusCode int + Message string + Progress float64 + RequestId string + Success bool + func CreateDescribeJobGroupExportTaskProgressResponse() (response *DescribeJobGroupExportTaskProgressResponse) + type DescribeJobGroupRequest struct + BriefTypes *[]string + InstanceId string + JobGroupId string + func CreateDescribeJobGroupRequest() (request *DescribeJobGroupRequest) + type DescribeJobGroupResponse struct + Code string + HttpStatusCode int + JobGroup JobGroup + Message string + RequestId string + Success bool + func CreateDescribeJobGroupResponse() (response *DescribeJobGroupResponse) + type DescribeJobRequest struct + InstanceId string + JobId string + WithScript requests.Boolean + func CreateDescribeJobRequest() (request *DescribeJobRequest) + type DescribeJobResponse struct + Code string + HttpStatusCode int + Job Job + Message string + RequestId string + Success bool + func CreateDescribeJobResponse() (response *DescribeJobResponse) + type DescribeNumberDistrictInfoStatusRequest struct + func CreateDescribeNumberDistrictInfoStatusRequest() (request *DescribeNumberDistrictInfoStatusRequest) + type DescribeNumberDistrictInfoStatusResponse struct + AppliedVersion AppliedVersion + Code string + HttpStatusCode int + Message string + ParsingVersion ParsingVersion + RequestId string + Status string + Success bool + func CreateDescribeNumberDistrictInfoStatusResponse() (response *DescribeNumberDistrictInfoStatusResponse) + type DescribeScriptRequest struct + InstanceId string + ScriptId string + func CreateDescribeScriptRequest() (request *DescribeScriptRequest) + type DescribeScriptResponse struct + AsrConfig string + ChatbotId string + Code string + HttpStatusCode int + Message string + NlsConfig string + RequestId string + Script Script + Success bool + TtsConfig string + func CreateDescribeScriptResponse() (response *DescribeScriptResponse) + type DescribeScriptVoiceConfigRequest struct + InstanceId string + ScriptId string + ScriptVoiceConfigId string + func CreateDescribeScriptVoiceConfigRequest() (request *DescribeScriptVoiceConfigRequest) + type DescribeScriptVoiceConfigResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptVoiceConfig ScriptVoiceConfig + Success bool + func CreateDescribeScriptVoiceConfigResponse() (response *DescribeScriptVoiceConfigResponse) + type DescribeTTSConfigRequest struct + InstanceId string + ScriptId string + func CreateDescribeTTSConfigRequest() (request *DescribeTTSConfigRequest) + type DescribeTTSConfigResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TTSConfig TTSConfig + func CreateDescribeTTSConfigResponse() (response *DescribeTTSConfigResponse) + type DescribeTTSDemoRequest struct + InstanceId string + PitchRate requests.Integer + ScriptId string + SpeechRate requests.Integer + Text string + Voice string + Volume requests.Integer + func CreateDescribeTTSDemoRequest() (request *DescribeTTSDemoRequest) + type DescribeTTSDemoResponse struct + AuditionUrl string + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDescribeTTSDemoResponse() (response *DescribeTTSDemoResponse) + type DescribeTagHitsSummaryRequest struct + InstanceId string + JobGroupId string + func CreateDescribeTagHitsSummaryRequest() (request *DescribeTagHitsSummaryRequest) + type DescribeTagHitsSummaryResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TagGroups []TagGroup + TagHitsList []TagHits + func CreateDescribeTagHitsSummaryResponse() (response *DescribeTagHitsSummaryResponse) + type DescribeTenantBindNumberRequest struct + Number string + func CreateDescribeTenantBindNumberRequest() (request *DescribeTenantBindNumberRequest) + type DescribeTenantBindNumberResponse struct + Code string + Data Data + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDescribeTenantBindNumberResponse() (response *DescribeTenantBindNumberResponse) + type DialExceptionCodesInQueryJobsWithResult struct + ExceptionCode []ExceptionCode + type DialExceptionCodesInSearchTask struct + String []string + type DialogueFlow struct + DialogueFlowDefinition string + DialogueFlowId string + DialogueFlowName string + DialogueFlowType string + ScriptId string + ScriptVersion string + type DialogueFlows struct + DialogueFlow []DialogueFlow + type DialogueRequest struct + ActionKey string + ActionParams string + CallId string + CallType string + CalledNumber string + CallingNumber string + InstanceId string + InstanceOwnerId requests.Integer + ScenarioId string + ScriptId string + TaskId string + Utterance string + func CreateDialogueRequest() (request *DialogueRequest) + type DialogueResponse struct + Code string + Feedback Feedback + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDialogueResponse() (response *DialogueResponse) + type DismissNumberDistrictInfoParsingResultRequest struct + VersionId string + func CreateDismissNumberDistrictInfoParsingResultRequest() (request *DismissNumberDistrictInfoParsingResultRequest) + type DismissNumberDistrictInfoParsingResultResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDismissNumberDistrictInfoParsingResultResponse() (response *DismissNumberDistrictInfoParsingResultResponse) + type DownloadParams struct + FileName string + SignatureUrl string + VoiceSliceRecordingListJson string + type DownloadRecordingRequest struct + InstanceId string + NeedVoiceSliceRecording requests.Boolean + TaskId string + func CreateDownloadRecordingRequest() (request *DownloadRecordingRequest) + type DownloadRecordingResponse struct + Code string + DownloadParams DownloadParams + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDownloadRecordingResponse() (response *DownloadRecordingResponse) + type DownloadScriptRecordingRequest struct + InstanceId string + ScriptId string + Uuid string + func CreateDownloadScriptRecordingRequest() (request *DownloadScriptRecordingRequest) + type DownloadScriptRecordingResponse struct + Code string + DownloadParams DownloadParams + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateDownloadScriptRecordingResponse() (response *DownloadScriptRecordingResponse) + type DownloadTask struct + DownloadTaskFiles []DownloadTaskFile0 + ExpireTime int64 + Status string + TaskId string + Title string + type DownloadTaskFile0 struct + FileId string + Progress int + Status string + Title string + type DownloadTaskFiles struct + DownloadTaskFile0 []DownloadTaskFile0 + type DownloadTasks struct + List []DownloadTask + PageNumber int + PageSize int + TotalCount int + type DuplicateScriptRequest struct + InstanceId string + Name string + SourceScriptId string + func CreateDuplicateScriptRequest() (request *DuplicateScriptRequest) + type DuplicateScriptResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptId string + Success bool + func CreateDuplicateScriptResponse() (response *DuplicateScriptResponse) + type ExceptionCode struct + Code string + Hint string + type ExecutingInfo struct + CallFailedNum int + CallNum int + CreatorName string + EndTime int64 + FinishedNum int + HangUpByClientNum int + JobsProgress JobsProgress + StartTime int64 + TransferByIntentNum int + TransferByNoAnswer int + type ExportProgress struct + FileHttpUrl string + Progress string + Status string + type ExportScriptRequest struct + InstanceId string + ScriptId string + func CreateExportScriptRequest() (request *ExportScriptRequest) + type ExportScriptResponse struct + Code string + DownloadParams DownloadParams + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateExportScriptResponse() (response *ExportScriptResponse) + type Extra struct + Key string + Value string + type ExtrasInDescribeJob struct + KeyValuePair []KeyValuePair + type ExtrasInListJobs struct + KeyValuePair []KeyValuePair + type ExtrasInListJobsByGroup struct + KeyValuePair []KeyValuePair + type ExtrasInQueryJobs struct + KeyValuePair []KeyValuePair + type ExtrasInQueryJobsWithResult struct + Extra []Extra + type Feedback struct + Action string + ActionParams string + Content string + ContentParams string + Interruptible bool + type GenerateUploadUrlRequest struct + FileName string + Key string + func CreateGenerateUploadUrlRequest() (request *GenerateUploadUrlRequest) + type GenerateUploadUrlResponse struct + Code string + Data Data + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGenerateUploadUrlResponse() (response *GenerateUploadUrlResponse) + type GetAfterAnswerDelayPlaybackRequest struct + EntryId string + StrategyLevel requests.Integer + func CreateGetAfterAnswerDelayPlaybackRequest() (request *GetAfterAnswerDelayPlaybackRequest) + type GetAfterAnswerDelayPlaybackResponse struct + AfterAnswerDelayPlayback int + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetAfterAnswerDelayPlaybackResponse() (response *GetAfterAnswerDelayPlaybackResponse) + type GetAsrServerInfoRequest struct + EntryId string + StrategyLevel requests.Integer + func CreateGetAsrServerInfoRequest() (request *GetAsrServerInfoRequest) + type GetAsrServerInfoResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetAsrServerInfoResponse() (response *GetAsrServerInfoResponse) + type GetBaseStrategyPeriodRequest struct + EntryId string + StrategyLevel requests.Integer + func CreateGetBaseStrategyPeriodRequest() (request *GetBaseStrategyPeriodRequest) + type GetBaseStrategyPeriodResponse struct + Code string + HttpStatusCode int + Message string + OnlyWeekdays bool + RequestId string + Success bool + WorkingTime []TimeFrame + func CreateGetBaseStrategyPeriodResponse() (response *GetBaseStrategyPeriodResponse) + type GetConcurrentConversationQuotaRequest struct + func CreateGetConcurrentConversationQuotaRequest() (request *GetConcurrentConversationQuotaRequest) + type GetConcurrentConversationQuotaResponse struct + Code string + HttpStatusCode int + MaxConcurrent int + Message string + RemainingConcurrent int + RequestId string + Success bool + func CreateGetConcurrentConversationQuotaResponse() (response *GetConcurrentConversationQuotaResponse) + type GetContactBlockListRequest struct + CountTotalRow requests.Boolean + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + func CreateGetContactBlockListRequest() (request *GetContactBlockListRequest) + type GetContactBlockListResponse struct + Code string + ContactBlocklistList ContactBlocklistList + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetContactBlockListResponse() (response *GetContactBlockListResponse) + type GetContactWhiteListRequest struct + CountTotalRow requests.Boolean + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + func CreateGetContactWhiteListRequest() (request *GetContactWhiteListRequest) + type GetContactWhiteListResponse struct + Code string + ContactWhitelistList ContactWhitelistList + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetContactWhiteListResponse() (response *GetContactWhiteListResponse) + type GetCurrentConcurrencyRequest struct + InstanceId string + func CreateGetCurrentConcurrencyRequest() (request *GetCurrentConcurrencyRequest) + type GetCurrentConcurrencyResponse struct + Code string + CurrentConcurrency int + HttpStatusCode int + InstanceId string + MaxConcurrentConversation int + Message string + RequestId string + Success bool + func CreateGetCurrentConcurrencyResponse() (response *GetCurrentConcurrencyResponse) + type GetEffectiveDaysRequest struct + EntryId string + StrategyLevel requests.Integer + func CreateGetEffectiveDaysRequest() (request *GetEffectiveDaysRequest) + type GetEffectiveDaysResponse struct + Code string + EffectiveDays int + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetEffectiveDaysResponse() (response *GetEffectiveDaysResponse) + type GetEmptyNumberNoMoreCallsInfoRequest struct + EntryId string + StrategyLevel requests.Integer + func CreateGetEmptyNumberNoMoreCallsInfoRequest() (request *GetEmptyNumberNoMoreCallsInfoRequest) + type GetEmptyNumberNoMoreCallsInfoResponse struct + Code string + EmptyNumberNoMoreCalls bool + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetEmptyNumberNoMoreCallsInfoResponse() (response *GetEmptyNumberNoMoreCallsInfoResponse) + type GetMaxAttemptsPerDayRequest struct + EntryId string + StrategyLevel requests.Integer + func CreateGetMaxAttemptsPerDayRequest() (request *GetMaxAttemptsPerDayRequest) + type GetMaxAttemptsPerDayResponse struct + Code string + HttpStatusCode int + MaxAttemptsPerDay int + Message string + RequestId string + Success bool + func CreateGetMaxAttemptsPerDayResponse() (response *GetMaxAttemptsPerDayResponse) + type GetNumberDistrictInfoTemplateDownloadUrlRequest struct + func CreateGetNumberDistrictInfoTemplateDownloadUrlRequest() (request *GetNumberDistrictInfoTemplateDownloadUrlRequest) + type GetNumberDistrictInfoTemplateDownloadUrlResponse struct + Code string + FileHttpUrl string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetNumberDistrictInfoTemplateDownloadUrlResponse() (response *GetNumberDistrictInfoTemplateDownloadUrlResponse) + type GetSummaryInfoRequest struct + InstanceIdList *[]string + func CreateGetSummaryInfoRequest() (request *GetSummaryInfoRequest) + type GetSummaryInfoResponse struct + AgentBotInstanceSummaryList []AgentBotInstanceSummary + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateGetSummaryInfoResponse() (response *GetSummaryInfoResponse) + type GetTaskByUuidRequest struct + InstanceId string + TaskId string + WithConversations requests.Boolean + func CreateGetTaskByUuidRequest() (request *GetTaskByUuidRequest) + type GetTaskByUuidResponse struct + RequestId string + Task TaskInGetTaskByUuid + func CreateGetTaskByUuidResponse() (response *GetTaskByUuidResponse) + type GetVersionRequest struct + func CreateGetVersionRequest() (request *GetVersionRequest) + type GetVersionResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + Version string + func CreateGetVersionResponse() (response *GetVersionResponse) + type GlobalIntents struct + IntentStatisticsItem []IntentStatisticsItem + type GlobalQuestion struct + Answers string + GlobalQuestionId string + GlobalQuestionName string + GlobalQuestionType string + Questions string + ScriptId string + type GlobalQuestions struct + List []GlobalQuestion + PageNumber int + PageSize int + TotalCount int + type ImportScriptRequest struct + InstanceId string + SignatureUrl string + func CreateImportScriptRequest() (request *ImportScriptRequest) + type ImportScriptResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptId string + Success bool + func CreateImportScriptResponse() (response *ImportScriptResponse) + type InflightTaskTimeoutRequest struct + InstanceId string + InstanceOwnerId requests.Integer + TaskId string + func CreateInflightTaskTimeoutRequest() (request *InflightTaskTimeoutRequest) + type InflightTaskTimeoutResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateInflightTaskTimeoutResponse() (response *InflightTaskTimeoutResponse) + type Instance struct + CallCenterInstanceId string + CreationTime int64 + CreatorId int64 + CreatorName string + InstanceDescription string + InstanceId string + InstanceName string + IsPreset bool + IsTemplateContainer bool + MaxConcurrentConversation int + NluProfile NluProfile + NluServiceType string + Owner string + OwnerName string + ResourceGroupId string + ResourceTags []ResourceTag + type InstanceNameList struct + InstanceNameList []string + type Instances struct + Instance []Instance + type Intent struct + CreateTime int64 + IntentDescription string + IntentId string + IntentName string + Keywords string + ScriptId string + UpdateTime int64 + Utterances string + type IntentStatisticsItem struct + GroupId string + HitAfterNoAnswer int + HitNum int + InstanceId string + IntentId string + IntentName string + Type string + type Intents struct + List []Intent + PageNumber int + PageSize int + TotalCount int + type IntentsAfterNoAnswer struct + IntentStatisticsItem []IntentStatisticsItem + type Job struct + ActualTime int64 + CalledNumber string + CallingNumbers []string + Contacts []Contact + DsReport string + EndReason int + Extras []KeyValuePair + FailureReason string + Id string + InstanceId string + JobFailureReason string + JobGroupId string + JobId string + LatestTask LatestTask + NextExecutionTime int64 + Priority int + ReferenceId string + ScenarioId string + Script Script + Status string + StatusName string + StrategyId string + Summary []SummaryItem + SystemPriority int + Tasks []Task + type JobGroup struct + CallingNumbers []string + CreationTime int64 + ExportProgress ExportProgress + Id string + JobDataParsingTaskId string + JobFilePath string + JobGroupDescription string + JobGroupId string + JobGroupName string + MinConcurrency int64 + ModifyTime string + Priority string + Progress Progress + RecallStrategy RecallStrategy + Result Result + RingingDuration int64 + ScenarioId string + ScriptId string + ScriptName string + ScriptVersion string + Status string + Strategy Strategy + TotalCallNum int + type JobGroups struct + List []JobGroup + PageNumber int + PageSize int + TotalCount int + type JobGroupsInListJobGroupsAsync struct + JobGroup []JobGroup + type Jobs struct + List []Job + PageCount int + PageNumber int + PageSize int + RowCount int + TotalCount int + type JobsId struct + JobsId []string + type JobsInListJobs struct + Job []Job + type JobsProgress struct + CancelledNum int + ExecutingNum int + FailedNum int + PausedNum int + SchedulingNum int + TotalCompletedNum int + TotalJobs int + TotalNotAnsweredNum int + type KeyValuePair struct + Key string + Value string + type LatestTask struct + CallDuration int + CallDurationDisplay string + CallTime int64 + Contact Contact + DialExceptionCodes []ExceptionCode + Extras []Extra + HasAnswered bool + HasHangUpByRejection bool + HasLastPlaybackCompleted bool + HasReachedEndOfFlow bool + Status string + StatusName string + TagHits []TagHit + TaskEndReason string + type ListAllTenantBindNumberBindingRequest struct + Tenant string + func CreateListAllTenantBindNumberBindingRequest() (request *ListAllTenantBindNumberBindingRequest) + type ListAllTenantBindNumberBindingResponse struct + Code string + Data Data + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateListAllTenantBindNumberBindingResponse() (response *ListAllTenantBindNumberBindingResponse) + type ListChatbotInstancesRequest struct + PageNumber requests.Integer + PageSize requests.Integer + func CreateListChatbotInstancesRequest() (request *ListChatbotInstancesRequest) + type ListChatbotInstancesResponse struct + Bots []Bot + Code string + HttpStatusCode int + Message string + PageNumber int64 + PageSize int64 + RequestId string + Success bool + TotalCount int64 + func CreateListChatbotInstancesResponse() (response *ListChatbotInstancesResponse) + type ListDialogueFlowsRequest struct + InstanceId string + ScriptId string + func CreateListDialogueFlowsRequest() (request *ListDialogueFlowsRequest) + type ListDialogueFlowsResponse struct + Code string + DialogueFlows []DialogueFlow + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateListDialogueFlowsResponse() (response *ListDialogueFlowsResponse) + type ListDownloadTasksRequest struct + PageNumber requests.Integer + PageSize requests.Integer + func CreateListDownloadTasksRequest() (request *ListDownloadTasksRequest) + type ListDownloadTasksResponse struct + Code string + DownloadTasks DownloadTasks + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateListDownloadTasksResponse() (response *ListDownloadTasksResponse) + type ListGlobalQuestionsRequest struct + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + ScriptId string + func CreateListGlobalQuestionsRequest() (request *ListGlobalQuestionsRequest) + type ListGlobalQuestionsResponse struct + Code string + GlobalQuestions GlobalQuestions + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateListGlobalQuestionsResponse() (response *ListGlobalQuestionsResponse) + type ListInCreateInstanceBindNumber struct + ListItem []ListItem + type ListInDescribeTenantBindNumber struct + ListItem []ListItem + type ListInGetContactBlockList struct + ContactBlockList []ContactBlockList + type ListInGetContactWhiteList struct + ContactWhitelistList []ContactWhitelistList + type ListInListAllTenantBindNumberBinding struct + ListItem []ListItem + type ListInListDownloadTasks struct + DownloadTask []DownloadTask + type ListInListGlobalQuestions struct + GlobalQuestion []GlobalQuestion + type ListInListIntents struct + Intent []Intent + type ListInListJobGroups struct + JobGroup []JobGroup + type ListInListJobsByGroup struct + Job []Job + type ListInListOutboundCallNumbers struct + OutboundCallNumber []OutboundCallNumber + type ListInListResourceTags struct + ResourceTag []ResourceTag + type ListInListScriptPublishHistories struct + PublishHistory []PublishHistory + type ListInListScriptVoiceConfigs struct + ScriptVoiceConfig []ScriptVoiceConfig + type ListInListScripts struct + Script []Script + type ListInQueryJobs struct + Job []Job + type ListInQueryJobsWithResult struct + Job []Job + type ListInQueryScriptsByStatus struct + Script []Script + type ListInstancesRequest struct + ResourceGroupId string + Tag *[]ListInstancesTag + func CreateListInstancesRequest() (request *ListInstancesRequest) + type ListInstancesResponse struct + Code string + HttpStatusCode int + Instances []Instance + Message string + RequestId string + Success bool + func CreateListInstancesResponse() (response *ListInstancesResponse) + type ListInstancesTag struct + Key string + Value string + type ListIntentsRequest struct + InstanceId string + Keyword string + PageNumber requests.Integer + PageSize requests.Integer + ScriptId string + func CreateListIntentsRequest() (request *ListIntentsRequest) + type ListIntentsResponse struct + Code string + HttpStatusCode int + Intents Intents + Message string + RequestId string + Success bool + func CreateListIntentsResponse() (response *ListIntentsResponse) + type ListItem struct + BillingType string + BindingId string + InstanceId string + InstanceName string + InstanceNameList []string + IsBinding bool + Number string + SerializedParams string + Success bool + TrunkName string + type ListJobGroupsAsyncRequest struct + AsyncTaskId string + func CreateListJobGroupsAsyncRequest() (request *ListJobGroupsAsyncRequest) + type ListJobGroupsAsyncResponse struct + Code string + HttpStatusCode int + JobGroups []JobGroup + Message string + PageNumber int + PageSize int + RequestId string + Success bool + Timeout bool + TotalCount int + Vaild bool + func CreateListJobGroupsAsyncResponse() (response *ListJobGroupsAsyncResponse) + type ListJobGroupsRequest struct + AsyncQuery requests.Boolean + EndTime requests.Integer + InstanceId string + JobGroupStatusFilter string + PageNumber requests.Integer + PageSize requests.Integer + SearchText string + StartTime requests.Integer + func CreateListJobGroupsRequest() (request *ListJobGroupsRequest) + type ListJobGroupsResponse struct + AsyncTaskId string + Code string + HttpStatusCode int + JobGroups JobGroups + Message string + RequestId string + Success bool + func CreateListJobGroupsResponse() (response *ListJobGroupsResponse) + type ListJobsByGroupRequest struct + InstanceId string + JobFailureReason string + JobGroupId string + JobStatus string + PageNumber requests.Integer + PageSize requests.Integer + func CreateListJobsByGroupRequest() (request *ListJobsByGroupRequest) + type ListJobsByGroupResponse struct + Code string + HttpStatusCode int + Jobs Jobs + Message string + RequestId string + Success bool + func CreateListJobsByGroupResponse() (response *ListJobsByGroupResponse) + type ListJobsRequest struct + InstanceId string + JobId *[]string + func CreateListJobsRequest() (request *ListJobsRequest) + type ListJobsResponse struct + Code string + HttpStatusCode int + Jobs []Job + Message string + RequestId string + Success bool + func CreateListJobsResponse() (response *ListJobsResponse) + type ListOutboundCallNumbersRequest struct + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + func CreateListOutboundCallNumbersRequest() (request *ListOutboundCallNumbersRequest) + type ListOutboundCallNumbersResponse struct + Code string + HttpStatusCode int + Message string + OutboundCallNumbers OutboundCallNumbers + RequestId string + Success bool + func CreateListOutboundCallNumbersResponse() (response *ListOutboundCallNumbersResponse) + type ListResourceTagsRequest struct + PageNumber requests.Integer + PageSize requests.Integer + ResourceType string + func CreateListResourceTagsRequest() (request *ListResourceTagsRequest) + type ListResourceTagsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ResourceTags ResourceTags + Success bool + func CreateListResourceTagsResponse() (response *ListResourceTagsResponse) + type ListSchedulerInstancesRequest struct + InstanceOwnerId requests.Integer + func CreateListSchedulerInstancesRequest() (request *ListSchedulerInstancesRequest) + type ListSchedulerInstancesResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + SchedulerInstances []SchedulerInstance + Success bool + func CreateListSchedulerInstancesResponse() (response *ListSchedulerInstancesResponse) + type ListScriptPublishHistoriesRequest struct + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + ScriptId string + func CreateListScriptPublishHistoriesRequest() (request *ListScriptPublishHistoriesRequest) + type ListScriptPublishHistoriesResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptPublishHistories ScriptPublishHistories + Success bool + func CreateListScriptPublishHistoriesResponse() (response *ListScriptPublishHistoriesResponse) + type ListScriptRecordingRequest struct + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + ScriptId string + Search string + StatesJson string + UuidsJson string + func CreateListScriptRecordingRequest() (request *ListScriptRecordingRequest) + type ListScriptRecordingResponse struct + Code string + HttpStatusCode int + Message string + PageNumber int + PageSize int + RequestId string + ScriptRecordings []ScriptRecording + Success bool + TotalCount int64 + func CreateListScriptRecordingResponse() (response *ListScriptRecordingResponse) + type ListScriptVoiceConfigsRequest struct + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + ScriptId string + func CreateListScriptVoiceConfigsRequest() (request *ListScriptVoiceConfigsRequest) + type ListScriptVoiceConfigsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptVoiceConfigs ScriptVoiceConfigs + Success bool + func CreateListScriptVoiceConfigsResponse() (response *ListScriptVoiceConfigsResponse) + type ListScriptsRequest struct + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + func CreateListScriptsRequest() (request *ListScriptsRequest) + type ListScriptsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Scripts Scripts + Success bool + func CreateListScriptsResponse() (response *ListScriptsResponse) + type ListTagResourcesRequest struct + NextToken string + ResourceId *[]string + ResourceType string + Tag *[]ListTagResourcesTag + func CreateListTagResourcesRequest() (request *ListTagResourcesRequest) + type ListTagResourcesResponse struct + Code string + HttpStatusCode int + Message string + NextToken string + RequestId string + Success bool + TagResources []TagResource + func CreateListTagResourcesResponse() (response *ListTagResourcesResponse) + type ListTagResourcesTag struct + Key string + Value string + type ListTagsRequest struct + InstanceId string + ScriptId string + func CreateListTagsRequest() (request *ListTagsRequest) + type ListTagsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TagGroups []TagGroup + Tags []Tag + func CreateListTagsResponse() (response *ListTagsResponse) + type ModifyBatchJobsRequest struct + BatchJobName string + CallingNumber *[]string + Description string + InstanceId string + JobFilePath string + JobGroupId string + ScenarioId string + ScriptId string + StrategyJson string + Submitted requests.Boolean + func CreateModifyBatchJobsRequest() (request *ModifyBatchJobsRequest) + type ModifyBatchJobsResponse struct + Code string + HttpStatusCode int + JobGroup JobGroup + Message string + RequestId string + Success bool + func CreateModifyBatchJobsResponse() (response *ModifyBatchJobsResponse) + type ModifyDialogueFlowRequest struct + DialogueFlowDefinition string + DialogueFlowId string + InstanceId string + IsDrafted requests.Boolean + ScriptId string + func CreateModifyDialogueFlowRequest() (request *ModifyDialogueFlowRequest) + type ModifyDialogueFlowResponse struct + Code string + DialogueFlowDefinition string + DialogueFlowId string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateModifyDialogueFlowResponse() (response *ModifyDialogueFlowResponse) + type ModifyEmptyNumberNoMoreCallsInfoRequest struct + EmptyNumberNoMoreCalls requests.Boolean + EntryId string + StrategyLevel requests.Integer + func CreateModifyEmptyNumberNoMoreCallsInfoRequest() (request *ModifyEmptyNumberNoMoreCallsInfoRequest) + type ModifyEmptyNumberNoMoreCallsInfoResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateModifyEmptyNumberNoMoreCallsInfoResponse() (response *ModifyEmptyNumberNoMoreCallsInfoResponse) + type ModifyGlobalQuestionRequest struct + Answers string + GlobalQuestionId string + GlobalQuestionName string + GlobalQuestionType string + InstanceId string + Questions string + ScriptId string + func CreateModifyGlobalQuestionRequest() (request *ModifyGlobalQuestionRequest) + type ModifyGlobalQuestionResponse struct + Code string + DialogueQuestionId string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateModifyGlobalQuestionResponse() (response *ModifyGlobalQuestionResponse) + type ModifyInstanceRequest struct + AccessKey string + CallCenterInstanceId string + CallingNumber *[]string + Endpoint string + InstanceDescription string + InstanceId string + InstanceName string + MaxConcurrentConversation requests.Integer + NluServiceType string + SecretKey string + func CreateModifyInstanceRequest() (request *ModifyInstanceRequest) + type ModifyInstanceResponse struct + Code string + HttpStatusCode int + Instance Instance + Message string + RequestId string + Success bool + func CreateModifyInstanceResponse() (response *ModifyInstanceResponse) + type ModifyIntentRequest struct + InstanceId string + IntentDescription string + IntentId string + IntentName string + Keywords string + ScriptId string + Utterances string + func CreateModifyIntentRequest() (request *ModifyIntentRequest) + type ModifyIntentResponse struct + Code string + HttpStatusCode int + IntentId string + Message string + RequestId string + Success bool + func CreateModifyIntentResponse() (response *ModifyIntentResponse) + type ModifyJobGroupRequest struct + CallingNumber *[]string + Description string + InstanceId string + JobGroupId string + JobGroupStatus string + MinConcurrency requests.Integer + Name string + Priority string + RecallStrategyJson string + RingingDuration requests.Integer + ScenarioId string + ScriptId string + StrategyJson string + func CreateModifyJobGroupRequest() (request *ModifyJobGroupRequest) + type ModifyJobGroupResponse struct + Code string + HttpStatusCode int + JobGroup JobGroup + Message string + RequestId string + Success bool + func CreateModifyJobGroupResponse() (response *ModifyJobGroupResponse) + type ModifyOutboundCallNumberRequest struct + InstanceId string + Number string + OutboundCallNumberId string + RateLimitCount requests.Integer + RateLimitPeriod requests.Integer + func CreateModifyOutboundCallNumberRequest() (request *ModifyOutboundCallNumberRequest) + type ModifyOutboundCallNumberResponse struct + Code string + HttpStatusCode int + Message string + OutboundCallNumber OutboundCallNumber + RequestId string + Success bool + func CreateModifyOutboundCallNumberResponse() (response *ModifyOutboundCallNumberResponse) + type ModifyScriptRequest struct + AsrConfig string + ChatbotId string + EmotionEnable requests.Boolean + Industry string + InstanceId string + LongWaitEnable requests.Boolean + MiniPlaybackConfigListJsonString string + MiniPlaybackEnable requests.Boolean + NewBargeInEnable requests.Boolean + NlsConfig string + Scene string + ScriptContent *[]string + ScriptDescription string + ScriptId string + ScriptName string + ScriptWaveform *[]string + TtsConfig string + func CreateModifyScriptRequest() (request *ModifyScriptRequest) + type ModifyScriptResponse struct + ChatbotId string + Code string + HttpStatusCode int + Message string + RequestId string + Script Script + Success bool + func CreateModifyScriptResponse() (response *ModifyScriptResponse) + type ModifyScriptVoiceConfigRequest struct + InstanceId string + ScriptId string + ScriptVoiceConfigId string + ScriptWaveformRelation string + Type string + func CreateModifyScriptVoiceConfigRequest() (request *ModifyScriptVoiceConfigRequest) + type ModifyScriptVoiceConfigResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptVoiceConfig ScriptVoiceConfig + Success bool + func CreateModifyScriptVoiceConfigResponse() (response *ModifyScriptVoiceConfigResponse) + type ModifyTTSConfigRequest struct + AppKey string + InstanceId string + NlsServiceType string + ScriptId string + SpeechRate string + Voice string + Volume string + func CreateModifyTTSConfigRequest() (request *ModifyTTSConfigRequest) + type ModifyTTSConfigResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TTSConfig TTSConfig + func CreateModifyTTSConfigResponse() (response *ModifyTTSConfigResponse) + type ModifyTagGroupsRequest struct + InstanceId string + ScriptId string + TagGroups string + Tags string + func CreateModifyTagGroupsRequest() (request *ModifyTagGroupsRequest) + type ModifyTagGroupsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TagGroups []TagGroup + Tags []Tag + func CreateModifyTagGroupsResponse() (response *ModifyTagGroupsResponse) + type NluProfile struct + AccessKey string + AgentId string + Endpoint string + SecretKey string + type NoAnswerDialogueNode struct + GroupId string + HangUpNum int + HitNum int + Id string + InstanceId string + NoAnswerNum int + NodeId string + NodeName string + type NoAnswerDialogueNodes struct + NoAnswerDialogueNode []NoAnswerDialogueNode + type OutboundCallNumber struct + Number string + OutboundCallNumberId string + RateLimitCount string + RateLimitPeriod string + type OutboundCallNumbers struct + List []OutboundCallNumber + PageNumber int + PageSize int + TotalCount int + type ParsingVersion struct + FileName string + FileSize int64 + ParseProgress int64 + VersionId string + type ProcessIntents struct + IntentStatisticsItem []IntentStatisticsItem + type Progress struct + Briefs []KeyValuePair + Cancelled int + CancelledNum int + Categories []KeyValuePair + Duration int + Executing int + ExecutingNum int + FailErrorCode string + FailReason string + Failed int + FailedNum int + FeedbackUrl string + HandledJobCount int + Paused int + PausedNum int + Scheduling int + StartTime int64 + Status string + TotalCompleted int + TotalJobCount int + TotalJobs int + TotalNotAnswered int + type PublishHistory struct + Description string + InstanceId string + PublishTime int64 + ScriptId string + ScriptVersion string + type PublishScriptForDebugRequest struct + InstanceId string + ScriptId string + func CreatePublishScriptForDebugRequest() (request *PublishScriptForDebugRequest) + type PublishScriptForDebugResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreatePublishScriptForDebugResponse() (response *PublishScriptForDebugResponse) + type PublishScriptRequest struct + Description string + InstanceId string + InstanceOwnerId requests.Integer + ScriptId string + func CreatePublishScriptRequest() (request *PublishScriptRequest) + type PublishScriptResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreatePublishScriptResponse() (response *PublishScriptResponse) + type QueryJobsRequest struct + ContactName string + EndTime requests.Integer + InstanceId string + JobGroupId string + PageNumber requests.Integer + PageSize requests.Integer + PhoneNumber string + ScenarioId string + StartTime requests.Integer + TimeAlignment string + func CreateQueryJobsRequest() (request *QueryJobsRequest) + type QueryJobsResponse struct + Code string + HttpStatusCode int + Jobs Jobs + Message string + RequestId string + Success bool + func CreateQueryJobsResponse() (response *QueryJobsResponse) + type QueryJobsWithResultRequest struct + HasAnsweredFilter requests.Boolean + HasHangUpByRejectionFilter requests.Boolean + HasReachedEndOfFlowFilter requests.Boolean + InstanceId string + JobGroupId string + JobStatusFilter string + PageNumber requests.Integer + PageSize requests.Integer + QueryText string + TaskStatusFilter string + func CreateQueryJobsWithResultRequest() (request *QueryJobsWithResultRequest) + type QueryJobsWithResultResponse struct + Code string + HttpStatusCode int + Jobs Jobs + Message string + RequestId string + Success bool + VariableNames []string + func CreateQueryJobsWithResultResponse() (response *QueryJobsWithResultResponse) + type QueryScriptWaveformsRequest struct + InstanceId string + ScriptContent string + ScriptId string + func CreateQueryScriptWaveformsRequest() (request *QueryScriptWaveformsRequest) + type QueryScriptWaveformsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + ScriptWaveforms []ScriptWaveform + Success bool + func CreateQueryScriptWaveformsResponse() (response *QueryScriptWaveformsResponse) + type QueryScriptsByStatusRequest struct + InstanceId string + PageNumber requests.Integer + PageSize requests.Integer + StatusList *[]string + func CreateQueryScriptsByStatusRequest() (request *QueryScriptsByStatusRequest) + type QueryScriptsByStatusResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Scripts Scripts + Success bool + func CreateQueryScriptsByStatusResponse() (response *QueryScriptsByStatusResponse) + type RecallStrategy struct + EmptyNumberIgnore bool + InArrearsIgnore bool + OutOfServiceIgnore bool + type RecordFailureRequest struct + ActualTime requests.Integer + CallId string + CalledNumber string + CallingNumber string + DispositionCode string + ExceptionCodes string + InstanceId string + InstanceOwnerId string + TaskId string + func CreateRecordFailureRequest() (request *RecordFailureRequest) + type RecordFailureResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateRecordFailureResponse() (response *RecordFailureResponse) + type RepeatDaysInCreateBatchJobs struct + Integer []string + type RepeatDaysInCreateJobGroup struct + Integer []string + type RepeatDaysInDescribeJobGroup struct + Integer []string + type RepeatDaysInModifyBatchJobs struct + Integer []string + type RepeatDaysInModifyJobGroup struct + Integer []string + type ResourceTag struct + Key string + Value string + type ResourceTags struct + List []ResourceTag + PageNumber int + PageSize int + TotalCount int + type ResourceTagsInListInstances struct + ResourceTag []ResourceTag + type Result struct + ClientHangupNum int + FinishedNum int + NoInteractNum int + TimeoutHangupNum int + UnrecognizedNum int + type ResumeJobsRequest struct + All requests.Boolean + InstanceId string + JobGroupId string + JobId *[]string + JobReferenceId *[]string + ScenarioId string + func CreateResumeJobsRequest() (request *ResumeJobsRequest) + type ResumeJobsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateResumeJobsResponse() (response *ResumeJobsResponse) + type RollbackScriptRequest struct + InstanceId string + RollbackVersion string + ScriptId string + func CreateRollbackScriptRequest() (request *RollbackScriptRequest) + type RollbackScriptResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateRollbackScriptResponse() (response *RollbackScriptResponse) + type SaveAfterAnswerDelayPlaybackRequest struct + AfterAnswerDelayPlayback requests.Integer + EntryId string + StrategyLevel requests.Integer + func CreateSaveAfterAnswerDelayPlaybackRequest() (request *SaveAfterAnswerDelayPlaybackRequest) + type SaveAfterAnswerDelayPlaybackResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSaveAfterAnswerDelayPlaybackResponse() (response *SaveAfterAnswerDelayPlaybackResponse) + type SaveBaseStrategyPeriodRequest struct + EntryId string + OnlyWeekdays requests.Boolean + StrategyLevel requests.Integer + WorkingTime *[]string + WorkingTimeFramesJson string + func CreateSaveBaseStrategyPeriodRequest() (request *SaveBaseStrategyPeriodRequest) + type SaveBaseStrategyPeriodResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSaveBaseStrategyPeriodResponse() (response *SaveBaseStrategyPeriodResponse) + type SaveContactBlockListRequest struct + ContactBlockListList *[]string + ContactBlockListsJson string + InstanceId string + func CreateSaveContactBlockListRequest() (request *SaveContactBlockListRequest) + type SaveContactBlockListResponse struct + AffectedRows int + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSaveContactBlockListResponse() (response *SaveContactBlockListResponse) + type SaveContactWhiteListRequest struct + ContactWhiteListList *[]string + ContactWhiteListsJson string + InstanceId string + func CreateSaveContactWhiteListRequest() (request *SaveContactWhiteListRequest) + type SaveContactWhiteListResponse struct + AffectedRows int + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSaveContactWhiteListResponse() (response *SaveContactWhiteListResponse) + type SaveEffectiveDaysRequest struct + EffectiveDays requests.Integer + EntryId string + StrategyLevel requests.Integer + func CreateSaveEffectiveDaysRequest() (request *SaveEffectiveDaysRequest) + type SaveEffectiveDaysResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSaveEffectiveDaysResponse() (response *SaveEffectiveDaysResponse) + type SaveMaxAttemptsPerDayRequest struct + EntryId string + MaxAttemptsPerDay requests.Integer + StrategyLevel requests.Integer + func CreateSaveMaxAttemptsPerDayRequest() (request *SaveMaxAttemptsPerDayRequest) + type SaveMaxAttemptsPerDayResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSaveMaxAttemptsPerDayResponse() (response *SaveMaxAttemptsPerDayResponse) + type SchedulerInstance struct + BaseStrategy string + Business string + InstanceId string + MaxConcurrency int + OwnerId string + type SchedulerInstances struct + SchedulerInstance []SchedulerInstance + type Script struct + AppliedVersion string + AsrConfig string + ChatbotId string + DebugStatus string + DebugVersion string + EmotionEnable bool + FailReason string + Industry string + IsDebugDrafted bool + IsDrafted bool + IsPreset bool + LongWaitEnable bool + MiniPlaybackConfigEnabled bool + MiniPlaybackEnable bool + Name string + NewBargeInEnable bool + RejectReason string + Scene string + ScriptDescription string + ScriptId string + ScriptName string + Status string + TtsConfig string + UpdateTime int64 + type ScriptPublishHistories struct + List []PublishHistory + PageNumber int + PageSize int + TotalCount int + type ScriptRecording struct + GmtCreate int64 + GmtModified int64 + GmtUpload int64 + InnerId string + InstanceId string + RecordingContent string + RecordingDuration int + RecordingName string + ScriptId string + State int + StateExtend string + StorageUuid string + Uuid string + type ScriptRecordings struct + ScriptRecording []ScriptRecording + type ScriptVoiceConfig struct + InstanceId string + ScriptContent string + ScriptId string + ScriptVoiceConfigId string + ScriptWaveformRelation string + Source string + Type string + type ScriptVoiceConfigs struct + List []ScriptVoiceConfig + PageNumber int + PageSize int + TotalCount int + type ScriptWaveform struct + FileId string + FileName string + ScriptContent string + ScriptId string + ScriptWaveformId string + type ScriptWaveforms struct + ScriptWaveform []ScriptWaveform + type Scripts struct + List []Script + PageNumber int + PageSize int + TotalCount int + type SearchTaskInfo struct + ActualTime int64 + CallDuration int + CallDurationDisplay string + CalledNumber string + DialException string + DialExceptionCodes []string + DialExceptionOld string + HasAnswered bool + HasHangUpByRejection bool + HasLastPlaybackCompleted bool + HasReachedEndOfFlow bool + InstanceId string + JobGroupId string + JobGroupName string + JobId string + JobStatus int + JobStatusName string + JobStatusString string + RecordingDuration int + ScriptName string + TaskCreateTime int64 + TaskEndReason int + TaskId string + TaskStatus int + TaskStatusName string + TaskStatusString string + UserId string + UserName string + type SearchTaskInfoList struct + SearchTaskInfo []SearchTaskInfo + type SearchTaskRequest struct + ActualTimeGte requests.Integer + ActualTimeLte requests.Integer + CallDurationGte requests.Integer + CallDurationLte requests.Integer + CalledNumber string + InstanceId string + JobGroupId string + JobGroupNameQuery string + JobId string + JobStatusStringList string + OtherId string + PageIndex requests.Integer + PageSize requests.Integer + RecordingDurationGte requests.Integer + RecordingDurationLte requests.Integer + ScriptNameQuery string + SortBy string + SortOrder string + TaskCreateTimeGte requests.Integer + TaskCreateTimeLte requests.Integer + TaskId string + TaskStatusStringList string + UserIdMatch string + func CreateSearchTaskRequest() (request *SearchTaskRequest) + type SearchTaskResponse struct + Code string + HttpStatusCode int + Message string + PageIndex int + PageSize int + RequestId string + SearchTaskInfoList []SearchTaskInfo + Success bool + Total int64 + func CreateSearchTaskResponse() (response *SearchTaskResponse) + type StartJobRequest struct + CallingNumber *[]string + InstanceId string + JobGroupId string + JobJson string + ScenarioId string + ScriptId string + SelfHostedCallCenter requests.Boolean + func CreateStartJobRequest() (request *StartJobRequest) + type StartJobResponse struct + CallIds []KeyValuePair + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TaskIds []KeyValuePair + func CreateStartJobResponse() (response *StartJobResponse) + type Strategy struct + Customized string + EndTime int64 + FollowUpStrategy string + IsTemplate bool + MaxAttemptsPerDay int + MinAttemptInterval int + RepeatBy string + RepeatDays []string + RoutingStrategy string + StartTime int64 + StrategyDescription string + StrategyId string + StrategyName string + Type string + WorkingTime []TimeFrame + type SubmitBatchJobsRequest struct + InstanceId string + JobGroupId string + func CreateSubmitBatchJobsRequest() (request *SubmitBatchJobsRequest) + type SubmitBatchJobsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSubmitBatchJobsResponse() (response *SubmitBatchJobsResponse) + type SubmitRecordingRequest struct + InstanceId string + InstanceOwnerId requests.Integer + MergedRecording string + ResourceRecording string + TaskId string + func CreateSubmitRecordingRequest() (request *SubmitRecordingRequest) + type SubmitRecordingResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSubmitRecordingResponse() (response *SubmitRecordingResponse) + type SubmitScriptReviewRequest struct + Description string + InstanceId string + ScriptId string + func CreateSubmitScriptReviewRequest() (request *SubmitScriptReviewRequest) + type SubmitScriptReviewResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSubmitScriptReviewResponse() (response *SubmitScriptReviewResponse) + type SummaryInDescribeJob struct + SummaryItem []SummaryItem + type SummaryInListJobs struct + SummaryItem []SummaryItem + type SummaryInListJobsByGroup struct + SummaryItem []SummaryItem + type SummaryInQueryJobs struct + SummaryItem []SummaryItem + type SummaryItem struct + Category string + Content string + ConversationDetailId string + GroupId string + JobGroupId string + JobId string + SummaryId string + SummaryName string + TaskId string + type SuspendCallRequest struct + CalledNumbers *[]string + GroupId string + InstanceId string + func CreateSuspendCallRequest() (request *SuspendCallRequest) + type SuspendCallResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSuspendCallResponse() (response *SuspendCallResponse) + type SuspendCallWithFileRequest struct + FilePath string + GroupId string + InstanceId string + func CreateSuspendCallWithFileRequest() (request *SuspendCallWithFileRequest) + type SuspendCallWithFileResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSuspendCallWithFileResponse() (response *SuspendCallWithFileResponse) + type SuspendJobsRequest struct + All requests.Boolean + InstanceId string + JobGroupId string + JobId *[]string + JobReferenceId *[]string + ScenarioId string + func CreateSuspendJobsRequest() (request *SuspendJobsRequest) + type SuspendJobsResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateSuspendJobsResponse() (response *SuspendJobsResponse) + type TTSConfig struct + AppKey string + InstanceId string + NlsServiceType string + ScriptId string + SpeechRate string + TTSConfigId string + Voice string + Volume string + type Tag struct + ScriptId string + TagGroup string + TagId string + TagIndex int + TagName string + type TagGroup struct + Id string + ScriptId string + TagGroup string + TagGroupId string + TagGroupIndex int + type TagGroupsInDescribeTagHitsSummary struct + TagGroup []TagGroup + type TagGroupsInListTags struct + TagGroup []TagGroup + type TagGroupsInModifyTagGroups struct + TagGroup []TagGroup + type TagHit struct + TagGroup string + TagName string + type TagHits struct + HitCount int + TagGroup string + TagName string + type TagHitsInQueryJobsWithResult struct + TagHit []TagHit + type TagHitsList struct + TagHits []TagHits + type TagResource struct + ResourceId string + ResourceType string + TagKey string + TagValue string + type TagResources struct + TagResource []TagResource + type TagResourcesRequest struct + ResourceId *[]string + ResourceType string + Tag *[]TagResourcesTag + func CreateTagResourcesRequest() (request *TagResourcesRequest) + type TagResourcesResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateTagResourcesResponse() (response *TagResourcesResponse) + type TagResourcesTag struct + Key string + Value string + type TagsInListTags struct + Tag []Tag + type TagsInModifyTagGroups struct + Tag []Tag + type Task struct + ActualTime int64 + Brief string + CallId string + CalledNumber string + CallingNumber string + ChatbotId string + Contact Contact + Conversation []ConversationDetail + Duration int + EndReason string + EndTime int64 + HangUpDirection string + JobId string + PlanedTime int64 + RingingDuration int64 + ScenarioId string + Status string + TaskId string + type TaskIds struct + KeyValuePair []KeyValuePair + type TaskInGetTaskByUuid struct + ActualTime int64 + CallId string + CalledNumber string + CallingNumber string + EndReason int + EndTime int64 + Id string + InstanceId string + JobGroupId string + JobId string + PlannedTime int64 + type TaskPreparingRequest struct + InstanceId string + InstanceOwnerId requests.Integer + JobId string + func CreateTaskPreparingRequest() (request *TaskPreparingRequest) + type TaskPreparingResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + TaskId string + func CreateTaskPreparingResponse() (response *TaskPreparingResponse) + type TasksInDescribeJob struct + Task []Task + type TasksInListJobs struct + Task []Task + type TasksInQueryJobs struct + Task []Task + type TerminateCallRequest struct + CallId string + InstanceId string + func CreateTerminateCallRequest() (request *TerminateCallRequest) + type TerminateCallResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateTerminateCallResponse() (response *TerminateCallResponse) + type TimeFrame struct + BeginTime string + BeginTimeMillis int64 + EndTime string + EndTimeMillis int64 + type UntagResourcesRequest struct + All requests.Boolean + ResourceId *[]string + ResourceType string + TagKey *[]string + func CreateUntagResourcesRequest() (request *UntagResourcesRequest) + type UntagResourcesResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + func CreateUntagResourcesResponse() (response *UntagResourcesResponse) + type UploadScriptRecordingRequest struct + Content string + FileId string + FileName string + InstanceId string + ScriptId string + func CreateUploadScriptRecordingRequest() (request *UploadScriptRecordingRequest) + type UploadScriptRecordingResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Success bool + Uuid string + func CreateUploadScriptRecordingResponse() (response *UploadScriptRecordingResponse) + type VariableNames struct + VariableName []string + type WithdrawScriptReviewRequest struct + InstanceId string + ScriptId string + func CreateWithdrawScriptReviewRequest() (request *WithdrawScriptReviewRequest) + type WithdrawScriptReviewResponse struct + Code string + HttpStatusCode int + Message string + RequestId string + Script Script + Success bool + func CreateWithdrawScriptReviewResponse() (response *WithdrawScriptReviewResponse) + type WorkingTimeInCreateBatchJobs struct + TimeFrame []TimeFrame + type WorkingTimeInCreateJobGroup struct + TimeFrame []TimeFrame + type WorkingTimeInDescribeJobGroup struct + TimeFrame []TimeFrame + type WorkingTimeInGetBaseStrategyPeriod struct + TimeFrame []TimeFrame + type WorkingTimeInModifyBatchJobs struct + TimeFrame []TimeFrame + type WorkingTimeInModifyJobGroup struct + TimeFrame []TimeFrame