Dialogflow API C++ Client 2.13.0
A C++ Client Library for the Dialogflow API
Loading...
Searching...
No Matches
agents_connection_idempotency_policy.h
1// Copyright 2022 Google LLC
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// https://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15// Generated by the Codegen C++ plugin.
16// If you make any local changes, they will be lost.
17// source: google/cloud/dialogflow/cx/v3/agent.proto
18
19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_AGENTS_CONNECTION_IDEMPOTENCY_POLICY_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_AGENTS_CONNECTION_IDEMPOTENCY_POLICY_H
21
22#include "google/cloud/idempotency.h"
23#include "google/cloud/internal/retry_policy.h"
24#include "google/cloud/version.h"
25#include <google/cloud/dialogflow/cx/v3/agent.grpc.pb.h>
26#include <memory>
27
28namespace google {
29namespace cloud {
30namespace dialogflow_cx {
31GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
32
34 public:
36
37 /// Create a new copy of this object.
38 virtual std::unique_ptr<AgentsConnectionIdempotencyPolicy> clone() const;
39
41 google::cloud::dialogflow::cx::v3::ListAgentsRequest request);
42
44 google::cloud::dialogflow::cx::v3::GetAgentRequest const& request);
45
47 google::cloud::dialogflow::cx::v3::CreateAgentRequest const& request);
48
50 google::cloud::dialogflow::cx::v3::UpdateAgentRequest const& request);
51
53 google::cloud::dialogflow::cx::v3::DeleteAgentRequest const& request);
54
56 google::cloud::dialogflow::cx::v3::ExportAgentRequest const& request);
57
59 google::cloud::dialogflow::cx::v3::RestoreAgentRequest const& request);
60
62 google::cloud::dialogflow::cx::v3::ValidateAgentRequest const& request);
63
65 google::cloud::dialogflow::cx::v3::GetAgentValidationResultRequest const&
66 request);
67};
68
71
72GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
73} // namespace dialogflow_cx
74} // namespace cloud
75} // namespace google
76
77#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_AGENTS_CONNECTION_IDEMPOTENCY_POLICY_H
Definition: agents_connection_idempotency_policy.h:33
virtual google::cloud::Idempotency RestoreAgent(google::cloud::dialogflow::cx::v3::RestoreAgentRequest const &request)
virtual google::cloud::Idempotency ExportAgent(google::cloud::dialogflow::cx::v3::ExportAgentRequest const &request)
virtual google::cloud::Idempotency UpdateAgent(google::cloud::dialogflow::cx::v3::UpdateAgentRequest const &request)
virtual google::cloud::Idempotency CreateAgent(google::cloud::dialogflow::cx::v3::CreateAgentRequest const &request)
virtual google::cloud::Idempotency ListAgents(google::cloud::dialogflow::cx::v3::ListAgentsRequest request)
virtual google::cloud::Idempotency GetAgent(google::cloud::dialogflow::cx::v3::GetAgentRequest const &request)
virtual std::unique_ptr< AgentsConnectionIdempotencyPolicy > clone() const
Create a new copy of this object.
virtual google::cloud::Idempotency GetAgentValidationResult(google::cloud::dialogflow::cx::v3::GetAgentValidationResultRequest const &request)
virtual google::cloud::Idempotency DeleteAgent(google::cloud::dialogflow::cx::v3::DeleteAgentRequest const &request)
virtual google::cloud::Idempotency ValidateAgent(google::cloud::dialogflow::cx::v3::ValidateAgentRequest const &request)
Definition: agents_client.h:33
std::unique_ptr< AgentsConnectionIdempotencyPolicy > MakeDefaultAgentsConnectionIdempotencyPolicy()