Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) DeleteSession(ctx context.Context, params *lexruntimeservice.DeleteSessionInput, ...) (*lexruntimeservice.DeleteSessionOutput, error)
- func (_m *IClient) GetSession(ctx context.Context, params *lexruntimeservice.GetSessionInput, ...) (*lexruntimeservice.GetSessionOutput, error)
- func (_m *IClient) Options() lexruntimeservice.Options
- func (_m *IClient) PostContent(ctx context.Context, params *lexruntimeservice.PostContentInput, ...) (*lexruntimeservice.PostContentOutput, error)
- func (_m *IClient) PostText(ctx context.Context, params *lexruntimeservice.PostTextInput, ...) (*lexruntimeservice.PostTextOutput, error)
- func (_m *IClient) PutSession(ctx context.Context, params *lexruntimeservice.PutSessionInput, ...) (*lexruntimeservice.PutSessionOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
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) DeleteSession ¶
func (_m *IClient) DeleteSession(ctx context.Context, params *lexruntimeservice.DeleteSessionInput, optFns ...func(*lexruntimeservice.Options)) (*lexruntimeservice.DeleteSessionOutput, error)
DeleteSession provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSession ¶
func (_m *IClient) GetSession(ctx context.Context, params *lexruntimeservice.GetSessionInput, optFns ...func(*lexruntimeservice.Options)) (*lexruntimeservice.GetSessionOutput, error)
GetSession provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() lexruntimeservice.Options
Options provides a mock function with given fields:
func (*IClient) PostContent ¶
func (_m *IClient) PostContent(ctx context.Context, params *lexruntimeservice.PostContentInput, optFns ...func(*lexruntimeservice.Options)) (*lexruntimeservice.PostContentOutput, error)
PostContent provides a mock function with given fields: ctx, params, optFns
func (*IClient) PostText ¶
func (_m *IClient) PostText(ctx context.Context, params *lexruntimeservice.PostTextInput, optFns ...func(*lexruntimeservice.Options)) (*lexruntimeservice.PostTextOutput, error)
PostText provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutSession ¶
func (_m *IClient) PutSession(ctx context.Context, params *lexruntimeservice.PutSessionInput, optFns ...func(*lexruntimeservice.Options)) (*lexruntimeservice.PutSessionOutput, error)
PutSession provides a mock function with given fields: ctx, params, optFns