mocks

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IClient) BatchCreateCustomVocabularyItem

BatchCreateCustomVocabularyItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchDeleteCustomVocabularyItem

BatchDeleteCustomVocabularyItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchUpdateCustomVocabularyItem

BatchUpdateCustomVocabularyItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) BuildBotLocale

func (_m *IClient) BuildBotLocale(ctx context.Context, params *lexmodelsv2.BuildBotLocaleInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.BuildBotLocaleOutput, error)

BuildBotLocale provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBot

func (_m *IClient) CreateBot(ctx context.Context, params *lexmodelsv2.CreateBotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateBotOutput, error)

CreateBot provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBotAlias

func (_m *IClient) CreateBotAlias(ctx context.Context, params *lexmodelsv2.CreateBotAliasInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateBotAliasOutput, error)

CreateBotAlias provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBotLocale

func (_m *IClient) CreateBotLocale(ctx context.Context, params *lexmodelsv2.CreateBotLocaleInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateBotLocaleOutput, error)

CreateBotLocale provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBotReplica

func (_m *IClient) CreateBotReplica(ctx context.Context, params *lexmodelsv2.CreateBotReplicaInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateBotReplicaOutput, error)

CreateBotReplica provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBotVersion

func (_m *IClient) CreateBotVersion(ctx context.Context, params *lexmodelsv2.CreateBotVersionInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateBotVersionOutput, error)

CreateBotVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateExport

func (_m *IClient) CreateExport(ctx context.Context, params *lexmodelsv2.CreateExportInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateExportOutput, error)

CreateExport provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateIntent

func (_m *IClient) CreateIntent(ctx context.Context, params *lexmodelsv2.CreateIntentInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateIntentOutput, error)

CreateIntent provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateResourcePolicy

func (_m *IClient) CreateResourcePolicy(ctx context.Context, params *lexmodelsv2.CreateResourcePolicyInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateResourcePolicyOutput, error)

CreateResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateResourcePolicyStatement

CreateResourcePolicyStatement provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateSlot

func (_m *IClient) CreateSlot(ctx context.Context, params *lexmodelsv2.CreateSlotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateSlotOutput, error)

CreateSlot provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateSlotType

func (_m *IClient) CreateSlotType(ctx context.Context, params *lexmodelsv2.CreateSlotTypeInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateSlotTypeOutput, error)

CreateSlotType provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateTestSetDiscrepancyReport

CreateTestSetDiscrepancyReport provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateUploadUrl

func (_m *IClient) CreateUploadUrl(ctx context.Context, params *lexmodelsv2.CreateUploadUrlInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.CreateUploadUrlOutput, error)

CreateUploadUrl provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBot

func (_m *IClient) DeleteBot(ctx context.Context, params *lexmodelsv2.DeleteBotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteBotOutput, error)

DeleteBot provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBotAlias

func (_m *IClient) DeleteBotAlias(ctx context.Context, params *lexmodelsv2.DeleteBotAliasInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteBotAliasOutput, error)

DeleteBotAlias provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBotLocale

func (_m *IClient) DeleteBotLocale(ctx context.Context, params *lexmodelsv2.DeleteBotLocaleInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteBotLocaleOutput, error)

DeleteBotLocale provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBotReplica

func (_m *IClient) DeleteBotReplica(ctx context.Context, params *lexmodelsv2.DeleteBotReplicaInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteBotReplicaOutput, error)

DeleteBotReplica provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBotVersion

func (_m *IClient) DeleteBotVersion(ctx context.Context, params *lexmodelsv2.DeleteBotVersionInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteBotVersionOutput, error)

DeleteBotVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteCustomVocabulary

func (_m *IClient) DeleteCustomVocabulary(ctx context.Context, params *lexmodelsv2.DeleteCustomVocabularyInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteCustomVocabularyOutput, error)

DeleteCustomVocabulary provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteExport

func (_m *IClient) DeleteExport(ctx context.Context, params *lexmodelsv2.DeleteExportInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteExportOutput, error)

DeleteExport provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteImport

func (_m *IClient) DeleteImport(ctx context.Context, params *lexmodelsv2.DeleteImportInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteImportOutput, error)

DeleteImport provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteIntent

func (_m *IClient) DeleteIntent(ctx context.Context, params *lexmodelsv2.DeleteIntentInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteIntentOutput, error)

DeleteIntent provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteResourcePolicy

func (_m *IClient) DeleteResourcePolicy(ctx context.Context, params *lexmodelsv2.DeleteResourcePolicyInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteResourcePolicyOutput, error)

DeleteResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteResourcePolicyStatement

DeleteResourcePolicyStatement provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteSlot

func (_m *IClient) DeleteSlot(ctx context.Context, params *lexmodelsv2.DeleteSlotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteSlotOutput, error)

DeleteSlot provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteSlotType

func (_m *IClient) DeleteSlotType(ctx context.Context, params *lexmodelsv2.DeleteSlotTypeInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteSlotTypeOutput, error)

DeleteSlotType provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteTestSet

func (_m *IClient) DeleteTestSet(ctx context.Context, params *lexmodelsv2.DeleteTestSetInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteTestSetOutput, error)

DeleteTestSet provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteUtterances

func (_m *IClient) DeleteUtterances(ctx context.Context, params *lexmodelsv2.DeleteUtterancesInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DeleteUtterancesOutput, error)

DeleteUtterances provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBot

func (_m *IClient) DescribeBot(ctx context.Context, params *lexmodelsv2.DescribeBotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeBotOutput, error)

DescribeBot provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBotAlias

func (_m *IClient) DescribeBotAlias(ctx context.Context, params *lexmodelsv2.DescribeBotAliasInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeBotAliasOutput, error)

DescribeBotAlias provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBotLocale

func (_m *IClient) DescribeBotLocale(ctx context.Context, params *lexmodelsv2.DescribeBotLocaleInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeBotLocaleOutput, error)

DescribeBotLocale provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBotRecommendation

DescribeBotRecommendation provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBotReplica

func (_m *IClient) DescribeBotReplica(ctx context.Context, params *lexmodelsv2.DescribeBotReplicaInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeBotReplicaOutput, error)

DescribeBotReplica provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBotResourceGeneration

DescribeBotResourceGeneration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBotVersion

func (_m *IClient) DescribeBotVersion(ctx context.Context, params *lexmodelsv2.DescribeBotVersionInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeBotVersionOutput, error)

DescribeBotVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeCustomVocabularyMetadata

DescribeCustomVocabularyMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeExport

func (_m *IClient) DescribeExport(ctx context.Context, params *lexmodelsv2.DescribeExportInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeExportOutput, error)

DescribeExport provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeImport

func (_m *IClient) DescribeImport(ctx context.Context, params *lexmodelsv2.DescribeImportInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeImportOutput, error)

DescribeImport provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeIntent

func (_m *IClient) DescribeIntent(ctx context.Context, params *lexmodelsv2.DescribeIntentInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeIntentOutput, error)

DescribeIntent provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeResourcePolicy

func (_m *IClient) DescribeResourcePolicy(ctx context.Context, params *lexmodelsv2.DescribeResourcePolicyInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeResourcePolicyOutput, error)

DescribeResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeSlot

func (_m *IClient) DescribeSlot(ctx context.Context, params *lexmodelsv2.DescribeSlotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeSlotOutput, error)

DescribeSlot provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeSlotType

func (_m *IClient) DescribeSlotType(ctx context.Context, params *lexmodelsv2.DescribeSlotTypeInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeSlotTypeOutput, error)

DescribeSlotType provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeTestExecution

func (_m *IClient) DescribeTestExecution(ctx context.Context, params *lexmodelsv2.DescribeTestExecutionInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeTestExecutionOutput, error)

DescribeTestExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeTestSet

func (_m *IClient) DescribeTestSet(ctx context.Context, params *lexmodelsv2.DescribeTestSetInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.DescribeTestSetOutput, error)

DescribeTestSet provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeTestSetDiscrepancyReport

DescribeTestSetDiscrepancyReport provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeTestSetGeneration

DescribeTestSetGeneration provides a mock function with given fields: ctx, params, optFns

func (*IClient) GenerateBotElement

func (_m *IClient) GenerateBotElement(ctx context.Context, params *lexmodelsv2.GenerateBotElementInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.GenerateBotElementOutput, error)

GenerateBotElement provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetTestExecutionArtifactsUrl

GetTestExecutionArtifactsUrl provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAggregatedUtterances

ListAggregatedUtterances provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotAliasReplicas

func (_m *IClient) ListBotAliasReplicas(ctx context.Context, params *lexmodelsv2.ListBotAliasReplicasInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotAliasReplicasOutput, error)

ListBotAliasReplicas provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotAliases

func (_m *IClient) ListBotAliases(ctx context.Context, params *lexmodelsv2.ListBotAliasesInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotAliasesOutput, error)

ListBotAliases provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotLocales

func (_m *IClient) ListBotLocales(ctx context.Context, params *lexmodelsv2.ListBotLocalesInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotLocalesOutput, error)

ListBotLocales provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotRecommendations

func (_m *IClient) ListBotRecommendations(ctx context.Context, params *lexmodelsv2.ListBotRecommendationsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotRecommendationsOutput, error)

ListBotRecommendations provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotReplicas

func (_m *IClient) ListBotReplicas(ctx context.Context, params *lexmodelsv2.ListBotReplicasInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotReplicasOutput, error)

ListBotReplicas provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotResourceGenerations

ListBotResourceGenerations provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotVersionReplicas

func (_m *IClient) ListBotVersionReplicas(ctx context.Context, params *lexmodelsv2.ListBotVersionReplicasInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotVersionReplicasOutput, error)

ListBotVersionReplicas provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBotVersions

func (_m *IClient) ListBotVersions(ctx context.Context, params *lexmodelsv2.ListBotVersionsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotVersionsOutput, error)

ListBotVersions provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBots

func (_m *IClient) ListBots(ctx context.Context, params *lexmodelsv2.ListBotsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBotsOutput, error)

ListBots provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBuiltInIntents

func (_m *IClient) ListBuiltInIntents(ctx context.Context, params *lexmodelsv2.ListBuiltInIntentsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBuiltInIntentsOutput, error)

ListBuiltInIntents provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBuiltInSlotTypes

func (_m *IClient) ListBuiltInSlotTypes(ctx context.Context, params *lexmodelsv2.ListBuiltInSlotTypesInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListBuiltInSlotTypesOutput, error)

ListBuiltInSlotTypes provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListCustomVocabularyItems

ListCustomVocabularyItems provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListExports

func (_m *IClient) ListExports(ctx context.Context, params *lexmodelsv2.ListExportsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListExportsOutput, error)

ListExports provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListImports

func (_m *IClient) ListImports(ctx context.Context, params *lexmodelsv2.ListImportsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListImportsOutput, error)

ListImports provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListIntentMetrics

func (_m *IClient) ListIntentMetrics(ctx context.Context, params *lexmodelsv2.ListIntentMetricsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListIntentMetricsOutput, error)

ListIntentMetrics provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListIntentPaths

func (_m *IClient) ListIntentPaths(ctx context.Context, params *lexmodelsv2.ListIntentPathsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListIntentPathsOutput, error)

ListIntentPaths provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListIntentStageMetrics

func (_m *IClient) ListIntentStageMetrics(ctx context.Context, params *lexmodelsv2.ListIntentStageMetricsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListIntentStageMetricsOutput, error)

ListIntentStageMetrics provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListIntents

func (_m *IClient) ListIntents(ctx context.Context, params *lexmodelsv2.ListIntentsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListIntentsOutput, error)

ListIntents provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListRecommendedIntents

func (_m *IClient) ListRecommendedIntents(ctx context.Context, params *lexmodelsv2.ListRecommendedIntentsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListRecommendedIntentsOutput, error)

ListRecommendedIntents provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSessionAnalyticsData

ListSessionAnalyticsData provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSessionMetrics

func (_m *IClient) ListSessionMetrics(ctx context.Context, params *lexmodelsv2.ListSessionMetricsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListSessionMetricsOutput, error)

ListSessionMetrics provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSlotTypes

func (_m *IClient) ListSlotTypes(ctx context.Context, params *lexmodelsv2.ListSlotTypesInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListSlotTypesOutput, error)

ListSlotTypes provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSlots

func (_m *IClient) ListSlots(ctx context.Context, params *lexmodelsv2.ListSlotsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListSlotsOutput, error)

ListSlots provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *lexmodelsv2.ListTagsForResourceInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTestExecutionResultItems

ListTestExecutionResultItems provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTestExecutions

func (_m *IClient) ListTestExecutions(ctx context.Context, params *lexmodelsv2.ListTestExecutionsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListTestExecutionsOutput, error)

ListTestExecutions provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTestSetRecords

func (_m *IClient) ListTestSetRecords(ctx context.Context, params *lexmodelsv2.ListTestSetRecordsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListTestSetRecordsOutput, error)

ListTestSetRecords provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTestSets

func (_m *IClient) ListTestSets(ctx context.Context, params *lexmodelsv2.ListTestSetsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListTestSetsOutput, error)

ListTestSets provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListUtteranceAnalyticsData

ListUtteranceAnalyticsData provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListUtteranceMetrics

func (_m *IClient) ListUtteranceMetrics(ctx context.Context, params *lexmodelsv2.ListUtteranceMetricsInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.ListUtteranceMetricsOutput, error)

ListUtteranceMetrics provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() lexmodelsv2.Options

Options provides a mock function with given fields:

func (*IClient) SearchAssociatedTranscripts

SearchAssociatedTranscripts provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartBotRecommendation

func (_m *IClient) StartBotRecommendation(ctx context.Context, params *lexmodelsv2.StartBotRecommendationInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.StartBotRecommendationOutput, error)

StartBotRecommendation provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartBotResourceGeneration

StartBotResourceGeneration provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartImport

func (_m *IClient) StartImport(ctx context.Context, params *lexmodelsv2.StartImportInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.StartImportOutput, error)

StartImport provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartTestExecution

func (_m *IClient) StartTestExecution(ctx context.Context, params *lexmodelsv2.StartTestExecutionInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.StartTestExecutionOutput, error)

StartTestExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartTestSetGeneration

func (_m *IClient) StartTestSetGeneration(ctx context.Context, params *lexmodelsv2.StartTestSetGenerationInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.StartTestSetGenerationOutput, error)

StartTestSetGeneration provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopBotRecommendation

func (_m *IClient) StopBotRecommendation(ctx context.Context, params *lexmodelsv2.StopBotRecommendationInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.StopBotRecommendationOutput, error)

StopBotRecommendation provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *lexmodelsv2.TagResourceInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *lexmodelsv2.UntagResourceInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateBot

func (_m *IClient) UpdateBot(ctx context.Context, params *lexmodelsv2.UpdateBotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateBotOutput, error)

UpdateBot provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateBotAlias

func (_m *IClient) UpdateBotAlias(ctx context.Context, params *lexmodelsv2.UpdateBotAliasInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateBotAliasOutput, error)

UpdateBotAlias provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateBotLocale

func (_m *IClient) UpdateBotLocale(ctx context.Context, params *lexmodelsv2.UpdateBotLocaleInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateBotLocaleOutput, error)

UpdateBotLocale provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateBotRecommendation

func (_m *IClient) UpdateBotRecommendation(ctx context.Context, params *lexmodelsv2.UpdateBotRecommendationInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateBotRecommendationOutput, error)

UpdateBotRecommendation provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateExport

func (_m *IClient) UpdateExport(ctx context.Context, params *lexmodelsv2.UpdateExportInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateExportOutput, error)

UpdateExport provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateIntent

func (_m *IClient) UpdateIntent(ctx context.Context, params *lexmodelsv2.UpdateIntentInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateIntentOutput, error)

UpdateIntent provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateResourcePolicy

func (_m *IClient) UpdateResourcePolicy(ctx context.Context, params *lexmodelsv2.UpdateResourcePolicyInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateResourcePolicyOutput, error)

UpdateResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateSlot

func (_m *IClient) UpdateSlot(ctx context.Context, params *lexmodelsv2.UpdateSlotInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateSlotOutput, error)

UpdateSlot provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateSlotType

func (_m *IClient) UpdateSlotType(ctx context.Context, params *lexmodelsv2.UpdateSlotTypeInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateSlotTypeOutput, error)

UpdateSlotType provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateTestSet

func (_m *IClient) UpdateTestSet(ctx context.Context, params *lexmodelsv2.UpdateTestSetInput, optFns ...func(*lexmodelsv2.Options)) (*lexmodelsv2.UpdateTestSetOutput, error)

UpdateTestSet provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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