19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_SESSIONS_CONNECTION_IDEMPOTENCY_POLICY_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_SESSIONS_CONNECTION_IDEMPOTENCY_POLICY_H
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/session.grpc.pb.h>
31GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
41 google::
cloud::dialogflow::cx::v3::DetectIntentRequest
const& request);
44 google::
cloud::dialogflow::cx::v3::MatchIntentRequest
const& request);
47 google::
cloud::dialogflow::cx::v3::FulfillIntentRequest
const& request);
53GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: sessions_connection_idempotency_policy.h:33
virtual google::cloud::Idempotency FulfillIntent(google::cloud::dialogflow::cx::v3::FulfillIntentRequest const &request)
virtual google::cloud::Idempotency MatchIntent(google::cloud::dialogflow::cx::v3::MatchIntentRequest const &request)
virtual google::cloud::Idempotency DetectIntent(google::cloud::dialogflow::cx::v3::DetectIntentRequest const &request)
virtual ~SessionsConnectionIdempotencyPolicy()
virtual std::unique_ptr< SessionsConnectionIdempotencyPolicy > clone() const
Create a new copy of this object.
Definition: agents_client.h:33
std::unique_ptr< SessionsConnectionIdempotencyPolicy > MakeDefaultSessionsConnectionIdempotencyPolicy()