Documentation ¶
Overview ¶
Package lexruntimeservicemock is a generated GoMock package.
Index ¶
- type MockLexRuntimeServiceAPI
- func (m *MockLexRuntimeServiceAPI) DeleteSession(arg0 *lexruntimeservice.DeleteSessionInput) (*lexruntimeservice.DeleteSessionOutput, error)
- func (m *MockLexRuntimeServiceAPI) DeleteSessionRequest(arg0 *lexruntimeservice.DeleteSessionInput) (*request.Request, *lexruntimeservice.DeleteSessionOutput)
- func (m *MockLexRuntimeServiceAPI) DeleteSessionWithContext(arg0 context.Context, arg1 *lexruntimeservice.DeleteSessionInput, ...) (*lexruntimeservice.DeleteSessionOutput, error)
- func (m *MockLexRuntimeServiceAPI) EXPECT() *MockLexRuntimeServiceAPIMockRecorder
- func (m *MockLexRuntimeServiceAPI) GetSession(arg0 *lexruntimeservice.GetSessionInput) (*lexruntimeservice.GetSessionOutput, error)
- func (m *MockLexRuntimeServiceAPI) GetSessionRequest(arg0 *lexruntimeservice.GetSessionInput) (*request.Request, *lexruntimeservice.GetSessionOutput)
- func (m *MockLexRuntimeServiceAPI) GetSessionWithContext(arg0 context.Context, arg1 *lexruntimeservice.GetSessionInput, ...) (*lexruntimeservice.GetSessionOutput, error)
- func (m *MockLexRuntimeServiceAPI) PostContent(arg0 *lexruntimeservice.PostContentInput) (*lexruntimeservice.PostContentOutput, error)
- func (m *MockLexRuntimeServiceAPI) PostContentRequest(arg0 *lexruntimeservice.PostContentInput) (*request.Request, *lexruntimeservice.PostContentOutput)
- func (m *MockLexRuntimeServiceAPI) PostContentWithContext(arg0 context.Context, arg1 *lexruntimeservice.PostContentInput, ...) (*lexruntimeservice.PostContentOutput, error)
- func (m *MockLexRuntimeServiceAPI) PostText(arg0 *lexruntimeservice.PostTextInput) (*lexruntimeservice.PostTextOutput, error)
- func (m *MockLexRuntimeServiceAPI) PostTextRequest(arg0 *lexruntimeservice.PostTextInput) (*request.Request, *lexruntimeservice.PostTextOutput)
- func (m *MockLexRuntimeServiceAPI) PostTextWithContext(arg0 context.Context, arg1 *lexruntimeservice.PostTextInput, ...) (*lexruntimeservice.PostTextOutput, error)
- func (m *MockLexRuntimeServiceAPI) PutSession(arg0 *lexruntimeservice.PutSessionInput) (*lexruntimeservice.PutSessionOutput, error)
- func (m *MockLexRuntimeServiceAPI) PutSessionRequest(arg0 *lexruntimeservice.PutSessionInput) (*request.Request, *lexruntimeservice.PutSessionOutput)
- func (m *MockLexRuntimeServiceAPI) PutSessionWithContext(arg0 context.Context, arg1 *lexruntimeservice.PutSessionInput, ...) (*lexruntimeservice.PutSessionOutput, error)
- type MockLexRuntimeServiceAPIMockRecorder
- func (mr *MockLexRuntimeServiceAPIMockRecorder) DeleteSession(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) DeleteSessionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) DeleteSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) GetSession(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) GetSessionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) GetSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PostContent(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PostContentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PostContentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PostText(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PostTextRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PostTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PutSession(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PutSessionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLexRuntimeServiceAPIMockRecorder) PutSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLexRuntimeServiceAPI ¶
type MockLexRuntimeServiceAPI struct {
// contains filtered or unexported fields
}
MockLexRuntimeServiceAPI is a mock of LexRuntimeServiceAPI interface
func NewMockLexRuntimeServiceAPI ¶
func NewMockLexRuntimeServiceAPI(ctrl *gomock.Controller) *MockLexRuntimeServiceAPI
NewMockLexRuntimeServiceAPI creates a new mock instance
func (*MockLexRuntimeServiceAPI) DeleteSession ¶
func (m *MockLexRuntimeServiceAPI) DeleteSession(arg0 *lexruntimeservice.DeleteSessionInput) (*lexruntimeservice.DeleteSessionOutput, error)
DeleteSession mocks base method
func (*MockLexRuntimeServiceAPI) DeleteSessionRequest ¶
func (m *MockLexRuntimeServiceAPI) DeleteSessionRequest(arg0 *lexruntimeservice.DeleteSessionInput) (*request.Request, *lexruntimeservice.DeleteSessionOutput)
DeleteSessionRequest mocks base method
func (*MockLexRuntimeServiceAPI) DeleteSessionWithContext ¶
func (m *MockLexRuntimeServiceAPI) DeleteSessionWithContext(arg0 context.Context, arg1 *lexruntimeservice.DeleteSessionInput, arg2 ...request.Option) (*lexruntimeservice.DeleteSessionOutput, error)
DeleteSessionWithContext mocks base method
func (*MockLexRuntimeServiceAPI) EXPECT ¶
func (m *MockLexRuntimeServiceAPI) EXPECT() *MockLexRuntimeServiceAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLexRuntimeServiceAPI) GetSession ¶
func (m *MockLexRuntimeServiceAPI) GetSession(arg0 *lexruntimeservice.GetSessionInput) (*lexruntimeservice.GetSessionOutput, error)
GetSession mocks base method
func (*MockLexRuntimeServiceAPI) GetSessionRequest ¶
func (m *MockLexRuntimeServiceAPI) GetSessionRequest(arg0 *lexruntimeservice.GetSessionInput) (*request.Request, *lexruntimeservice.GetSessionOutput)
GetSessionRequest mocks base method
func (*MockLexRuntimeServiceAPI) GetSessionWithContext ¶
func (m *MockLexRuntimeServiceAPI) GetSessionWithContext(arg0 context.Context, arg1 *lexruntimeservice.GetSessionInput, arg2 ...request.Option) (*lexruntimeservice.GetSessionOutput, error)
GetSessionWithContext mocks base method
func (*MockLexRuntimeServiceAPI) PostContent ¶
func (m *MockLexRuntimeServiceAPI) PostContent(arg0 *lexruntimeservice.PostContentInput) (*lexruntimeservice.PostContentOutput, error)
PostContent mocks base method
func (*MockLexRuntimeServiceAPI) PostContentRequest ¶
func (m *MockLexRuntimeServiceAPI) PostContentRequest(arg0 *lexruntimeservice.PostContentInput) (*request.Request, *lexruntimeservice.PostContentOutput)
PostContentRequest mocks base method
func (*MockLexRuntimeServiceAPI) PostContentWithContext ¶
func (m *MockLexRuntimeServiceAPI) PostContentWithContext(arg0 context.Context, arg1 *lexruntimeservice.PostContentInput, arg2 ...request.Option) (*lexruntimeservice.PostContentOutput, error)
PostContentWithContext mocks base method
func (*MockLexRuntimeServiceAPI) PostText ¶
func (m *MockLexRuntimeServiceAPI) PostText(arg0 *lexruntimeservice.PostTextInput) (*lexruntimeservice.PostTextOutput, error)
PostText mocks base method
func (*MockLexRuntimeServiceAPI) PostTextRequest ¶
func (m *MockLexRuntimeServiceAPI) PostTextRequest(arg0 *lexruntimeservice.PostTextInput) (*request.Request, *lexruntimeservice.PostTextOutput)
PostTextRequest mocks base method
func (*MockLexRuntimeServiceAPI) PostTextWithContext ¶
func (m *MockLexRuntimeServiceAPI) PostTextWithContext(arg0 context.Context, arg1 *lexruntimeservice.PostTextInput, arg2 ...request.Option) (*lexruntimeservice.PostTextOutput, error)
PostTextWithContext mocks base method
func (*MockLexRuntimeServiceAPI) PutSession ¶
func (m *MockLexRuntimeServiceAPI) PutSession(arg0 *lexruntimeservice.PutSessionInput) (*lexruntimeservice.PutSessionOutput, error)
PutSession mocks base method
func (*MockLexRuntimeServiceAPI) PutSessionRequest ¶
func (m *MockLexRuntimeServiceAPI) PutSessionRequest(arg0 *lexruntimeservice.PutSessionInput) (*request.Request, *lexruntimeservice.PutSessionOutput)
PutSessionRequest mocks base method
func (*MockLexRuntimeServiceAPI) PutSessionWithContext ¶
func (m *MockLexRuntimeServiceAPI) PutSessionWithContext(arg0 context.Context, arg1 *lexruntimeservice.PutSessionInput, arg2 ...request.Option) (*lexruntimeservice.PutSessionOutput, error)
PutSessionWithContext mocks base method
type MockLexRuntimeServiceAPIMockRecorder ¶
type MockLexRuntimeServiceAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockLexRuntimeServiceAPIMockRecorder is the mock recorder for MockLexRuntimeServiceAPI
func (*MockLexRuntimeServiceAPIMockRecorder) DeleteSession ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) DeleteSession(arg0 interface{}) *gomock.Call
DeleteSession indicates an expected call of DeleteSession
func (*MockLexRuntimeServiceAPIMockRecorder) DeleteSessionRequest ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) DeleteSessionRequest(arg0 interface{}) *gomock.Call
DeleteSessionRequest indicates an expected call of DeleteSessionRequest
func (*MockLexRuntimeServiceAPIMockRecorder) DeleteSessionWithContext ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) DeleteSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteSessionWithContext indicates an expected call of DeleteSessionWithContext
func (*MockLexRuntimeServiceAPIMockRecorder) GetSession ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) GetSession(arg0 interface{}) *gomock.Call
GetSession indicates an expected call of GetSession
func (*MockLexRuntimeServiceAPIMockRecorder) GetSessionRequest ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) GetSessionRequest(arg0 interface{}) *gomock.Call
GetSessionRequest indicates an expected call of GetSessionRequest
func (*MockLexRuntimeServiceAPIMockRecorder) GetSessionWithContext ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) GetSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSessionWithContext indicates an expected call of GetSessionWithContext
func (*MockLexRuntimeServiceAPIMockRecorder) PostContent ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PostContent(arg0 interface{}) *gomock.Call
PostContent indicates an expected call of PostContent
func (*MockLexRuntimeServiceAPIMockRecorder) PostContentRequest ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PostContentRequest(arg0 interface{}) *gomock.Call
PostContentRequest indicates an expected call of PostContentRequest
func (*MockLexRuntimeServiceAPIMockRecorder) PostContentWithContext ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PostContentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PostContentWithContext indicates an expected call of PostContentWithContext
func (*MockLexRuntimeServiceAPIMockRecorder) PostText ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PostText(arg0 interface{}) *gomock.Call
PostText indicates an expected call of PostText
func (*MockLexRuntimeServiceAPIMockRecorder) PostTextRequest ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PostTextRequest(arg0 interface{}) *gomock.Call
PostTextRequest indicates an expected call of PostTextRequest
func (*MockLexRuntimeServiceAPIMockRecorder) PostTextWithContext ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PostTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PostTextWithContext indicates an expected call of PostTextWithContext
func (*MockLexRuntimeServiceAPIMockRecorder) PutSession ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PutSession(arg0 interface{}) *gomock.Call
PutSession indicates an expected call of PutSession
func (*MockLexRuntimeServiceAPIMockRecorder) PutSessionRequest ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PutSessionRequest(arg0 interface{}) *gomock.Call
PutSessionRequest indicates an expected call of PutSessionRequest
func (*MockLexRuntimeServiceAPIMockRecorder) PutSessionWithContext ¶
func (mr *MockLexRuntimeServiceAPIMockRecorder) PutSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutSessionWithContext indicates an expected call of PutSessionWithContext