Send feedback
Class ConversationModelsConnection (2.26.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.26.0 keyboard_arrow_down
Functions
virtual options()
Returns
Type
Description
Options
virtual CreateConversationModel(google::cloud::dialogflow::v2::CreateConversationModelRequest const &)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::CreateConversationModelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::ConversationModel > >
virtual CreateConversationModel(ExperimentalTag, NoAwaitTag, google::cloud::dialogflow::v2::CreateConversationModelRequest const &)
Parameters
Name
Description
ExperimentalTag
NoAwaitTag
request
google::cloud::dialogflow::v2::CreateConversationModelRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual CreateConversationModel(ExperimentalTag, google::longrunning::Operation const &)
Parameters
Name
Description
ExperimentalTag
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::ConversationModel > >
virtual GetConversationModel(google::cloud::dialogflow::v2::GetConversationModelRequest const &)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::GetConversationModelRequest const &
Returns
Type
Description
StatusOr< google::cloud::dialogflow::v2::ConversationModel >
virtual ListConversationModels(google::cloud::dialogflow::v2::ListConversationModelsRequest)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::ListConversationModelsRequest
Returns
Type
Description
StreamRange< google::cloud::dialogflow::v2::ConversationModel >
virtual DeleteConversationModel(google::cloud::dialogflow::v2::DeleteConversationModelRequest const &)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::DeleteConversationModelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::DeleteConversationModelOperationMetadata > >
virtual DeleteConversationModel(ExperimentalTag, NoAwaitTag, google::cloud::dialogflow::v2::DeleteConversationModelRequest const &)
Parameters
Name
Description
ExperimentalTag
NoAwaitTag
request
google::cloud::dialogflow::v2::DeleteConversationModelRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual DeleteConversationModel(ExperimentalTag, google::longrunning::Operation const &)
Parameters
Name
Description
ExperimentalTag
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::DeleteConversationModelOperationMetadata > >
virtual DeployConversationModel(google::cloud::dialogflow::v2::DeployConversationModelRequest const &)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::DeployConversationModelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::DeployConversationModelOperationMetadata > >
virtual DeployConversationModel(ExperimentalTag, NoAwaitTag, google::cloud::dialogflow::v2::DeployConversationModelRequest const &)
Parameters
Name
Description
ExperimentalTag
NoAwaitTag
request
google::cloud::dialogflow::v2::DeployConversationModelRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual DeployConversationModel(ExperimentalTag, google::longrunning::Operation const &)
Parameters
Name
Description
ExperimentalTag
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::DeployConversationModelOperationMetadata > >
virtual UndeployConversationModel(google::cloud::dialogflow::v2::UndeployConversationModelRequest const &)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::UndeployConversationModelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::UndeployConversationModelOperationMetadata > >
virtual UndeployConversationModel(ExperimentalTag, NoAwaitTag, google::cloud::dialogflow::v2::UndeployConversationModelRequest const &)
Parameters
Name
Description
ExperimentalTag
NoAwaitTag
request
google::cloud::dialogflow::v2::UndeployConversationModelRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual UndeployConversationModel(ExperimentalTag, google::longrunning::Operation const &)
Parameters
Name
Description
ExperimentalTag
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::UndeployConversationModelOperationMetadata > >
virtual GetConversationModelEvaluation(google::cloud::dialogflow::v2::GetConversationModelEvaluationRequest const &)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::GetConversationModelEvaluationRequest const &
Returns
Type
Description
StatusOr< google::cloud::dialogflow::v2::ConversationModelEvaluation >
virtual ListConversationModelEvaluations(google::cloud::dialogflow::v2::ListConversationModelEvaluationsRequest)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::ListConversationModelEvaluationsRequest
Returns
Type
Description
StreamRange< google::cloud::dialogflow::v2::ConversationModelEvaluation >
virtual CreateConversationModelEvaluation(google::cloud::dialogflow::v2::CreateConversationModelEvaluationRequest const &)
Parameter
Name
Description
request
google::cloud::dialogflow::v2::CreateConversationModelEvaluationRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::ConversationModelEvaluation > >
virtual CreateConversationModelEvaluation(ExperimentalTag, NoAwaitTag, google::cloud::dialogflow::v2::CreateConversationModelEvaluationRequest const &)
Parameters
Name
Description
ExperimentalTag
NoAwaitTag
request
google::cloud::dialogflow::v2::CreateConversationModelEvaluationRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual CreateConversationModelEvaluation(ExperimentalTag, google::longrunning::Operation const &)
Parameters
Name
Description
ExperimentalTag
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::dialogflow::v2::ConversationModelEvaluation > >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ConversationModelsConnection` object for `ConversationModelsClient` within the Dialogflow ES C++ library, providing an interface for custom behavior in testing."],["The page lists available versions of the `ConversationModelsConnection` class, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, and it also highlights the current version that this object is a part of (2.26.0)."],["The `ConversationModelsConnection` object offers virtual methods for operations like creating, retrieving, listing, deleting, deploying, and undeploying conversation models, including experimental and non-await variations."],["The interface allows users to mock the `ConversationModelsConnection` object for testing purposes, and it provides functions for creating concrete instances, referencing the `MakeConversationModelsConnection()` function."],["The webpage also provides details for the `GetConversationModelEvaluation`, `ListConversationModelEvaluations` and `CreateConversationModelEvaluation` functions."]]],[]]