Class MockAgentsConnection (2.16.0)

A class to mock AgentsConnection.

Application developers may want to test their code with simulated responses, including errors, from an object of type AgentsClient. To do so, construct an object of type AgentsClient with an instance of this class. Then use the Google Test framework functions to program the behavior of this mock.

See Also

This example for how to test your application with GoogleTest. While the example showcases types from the BigQuery library, the underlying principles apply for any pair of *Client and *Connection.

Functions

virtual options()

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Returns
Type Description
Options

virtual ListAgents(google::cloud::dialogflow::cx::v3::ListAgentsRequest)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::ListAgentsRequest
Returns
Type Description
StreamRange< google::cloud::dialogflow::cx::v3::Agent >

virtual GetAgent(google::cloud::dialogflow::cx::v3::GetAgentRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::GetAgentRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::Agent >

virtual CreateAgent(google::cloud::dialogflow::cx::v3::CreateAgentRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::CreateAgentRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::Agent >

virtual UpdateAgent(google::cloud::dialogflow::cx::v3::UpdateAgentRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::UpdateAgentRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::Agent >

virtual DeleteAgent(google::cloud::dialogflow::cx::v3::DeleteAgentRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::DeleteAgentRequest const &
Returns
Type Description
Status

virtual ExportAgent(google::cloud::dialogflow::cx::v3::ExportAgentRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::ExportAgentRequest const &
Returns
Type Description
future< StatusOr< google::cloud::dialogflow::cx::v3::ExportAgentResponse > >

virtual RestoreAgent(google::cloud::dialogflow::cx::v3::RestoreAgentRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::RestoreAgentRequest const &
Returns
Type Description
future< StatusOr< google::protobuf::Struct > >

virtual ValidateAgent(google::cloud::dialogflow::cx::v3::ValidateAgentRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::ValidateAgentRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::AgentValidationResult >

virtual GetAgentValidationResult(google::cloud::dialogflow::cx::v3::GetAgentValidationResultRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::GetAgentValidationResultRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::AgentValidationResult >

virtual GetGenerativeSettings(google::cloud::dialogflow::cx::v3::GetGenerativeSettingsRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::GetGenerativeSettingsRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::GenerativeSettings >

virtual UpdateGenerativeSettings(google::cloud::dialogflow::cx::v3::UpdateGenerativeSettingsRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::UpdateGenerativeSettingsRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::GenerativeSettings >