19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_AGENTS_OPTIONS_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_AGENTS_OPTIONS_H
22#include "google/cloud/dialogflow_cx/agents_connection.h"
23#include "google/cloud/dialogflow_cx/agents_connection_idempotency_policy.h"
24#include "google/cloud/backoff_policy.h"
25#include "google/cloud/options.h"
26#include "google/cloud/version.h"
32GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
35
36
37
38
40 using Type = std::shared_ptr<AgentsRetryPolicy>;
44
45
46
47
49 using Type = std::shared_ptr<BackoffPolicy>;
53
54
55
56
62
63
64
65
66
72
73
74
75
76using AgentsPolicyOptionList =
81GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: agents_connection_idempotency_policy.h:33
Definition: agents_client.h:33
Use with google::cloud::Options to configure the backoff policy.
Definition: agents_options.h:48
Use with google::cloud::Options to configure which operations are retried.
Definition: agents_options.h:57
Use with google::cloud::Options to configure the long-running operations polling policy.
Definition: agents_options.h:67
Use with google::cloud::Options to configure the retry policy.
Definition: agents_options.h:39