@Generated("by gapic-generator-java")
Package com.google.cloud.dialogflow.cx.v3beta1
The interfaces provided are listed below, along with usage samples.
======================= AgentsClient =======================
Service Description: Service for managing [Agents][google.cloud.dialogflow.cx.v3beta1.Agent].
Sample for AgentsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AgentsClient agentsClient = AgentsClient.create()) {
AgentName name = AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]");
Agent response = agentsClient.getAgent(name);
}
======================= ChangelogsClient =======================
Service Description: Service for managing [Changelogs][google.cloud.dialogflow.cx.v3beta1.Changelog].
Sample for ChangelogsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ChangelogsClient changelogsClient = ChangelogsClient.create()) {
ChangelogName name = ChangelogName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[CHANGELOG]");
Changelog response = changelogsClient.getChangelog(name);
}
======================= DeploymentsClient =======================
Service Description: Service for managing [Deployments][google.cloud.dialogflow.cx.v3beta1.Deployment].
Sample for DeploymentsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DeploymentsClient deploymentsClient = DeploymentsClient.create()) {
DeploymentName name =
DeploymentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]", "[DEPLOYMENT]");
Deployment response = deploymentsClient.getDeployment(name);
}
======================= EntityTypesClient =======================
Service Description: Service for managing [EntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityType].
Sample for EntityTypesClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (EntityTypesClient entityTypesClient = EntityTypesClient.create()) {
EntityTypeName name =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENTITY_TYPE]");
EntityType response = entityTypesClient.getEntityType(name);
}
======================= EnvironmentsClient =======================
Service Description: Service for managing [Environments][google.cloud.dialogflow.cx.v3beta1.Environment].
Sample for EnvironmentsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (EnvironmentsClient environmentsClient = EnvironmentsClient.create()) {
EnvironmentName name =
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]");
Environment response = environmentsClient.getEnvironment(name);
}
======================= ExperimentsClient =======================
Service Description: Service for managing [Experiments][google.cloud.dialogflow.cx.v3beta1.Experiment].
Sample for ExperimentsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ExperimentsClient experimentsClient = ExperimentsClient.create()) {
ExperimentName name =
ExperimentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]", "[EXPERIMENT]");
Experiment response = experimentsClient.getExperiment(name);
}
======================= FlowsClient =======================
Service Description: Service for managing [Flows][google.cloud.dialogflow.cx.v3beta1.Flow].
Sample for FlowsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FlowsClient flowsClient = FlowsClient.create()) {
AgentName parent = AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]");
Flow flow = Flow.newBuilder().build();
Flow response = flowsClient.createFlow(parent, flow);
}
======================= IntentsClient =======================
Service Description: Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].
Sample for IntentsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (IntentsClient intentsClient = IntentsClient.create()) {
IntentName name = IntentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[INTENT]");
Intent response = intentsClient.getIntent(name);
}
======================= PagesClient =======================
Service Description: Service for managing [Pages][google.cloud.dialogflow.cx.v3beta1.Page].
Sample for PagesClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (PagesClient pagesClient = PagesClient.create()) {
PageName name = PageName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[FLOW]", "[PAGE]");
Page response = pagesClient.getPage(name);
}
======================= SecuritySettingsServiceClient =======================
Service Description: Service for managing security settings for Dialogflow.
Sample for SecuritySettingsServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (SecuritySettingsServiceClient securitySettingsServiceClient =
SecuritySettingsServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
SecuritySettings securitySettings = SecuritySettings.newBuilder().build();
SecuritySettings response =
securitySettingsServiceClient.createSecuritySettings(parent, securitySettings);
}
======================= SessionsClient =======================
Service Description: A session represents an interaction with a user. You retrieve user input and pass it to the [DetectIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.DetectIntent] method to determine user intent and respond.
Sample for SessionsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (SessionsClient sessionsClient = SessionsClient.create()) {
DetectIntentRequest request =
DetectIntentRequest.newBuilder()
.setSession(
SessionName.ofProjectLocationAgentSessionName(
"[PROJECT]", "[LOCATION]", "[AGENT]", "[SESSION]")
.toString())
.setQueryParams(QueryParameters.newBuilder().build())
.setQueryInput(QueryInput.newBuilder().build())
.setOutputAudioConfig(OutputAudioConfig.newBuilder().build())
.build();
DetectIntentResponse response = sessionsClient.detectIntent(request);
}
======================= SessionEntityTypesClient =======================
Service Description: Service for managing [SessionEntityTypes][google.cloud.dialogflow.cx.v3beta1.SessionEntityType].
Sample for SessionEntityTypesClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (SessionEntityTypesClient sessionEntityTypesClient = SessionEntityTypesClient.create()) {
SessionEntityTypeName name =
SessionEntityTypeName.ofProjectLocationAgentSessionEntityTypeName(
"[PROJECT]", "[LOCATION]", "[AGENT]", "[SESSION]", "[ENTITY_TYPE]");
SessionEntityType response = sessionEntityTypesClient.getSessionEntityType(name);
}
======================= TestCasesClient =======================
Service Description: Service for managing [Test Cases][google.cloud.dialogflow.cx.v3beta1.TestCase] and [Test Case Results][google.cloud.dialogflow.cx.v3beta1.TestCaseResult].
Sample for TestCasesClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (TestCasesClient testCasesClient = TestCasesClient.create()) {
AgentName parent = AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]");
testCasesClient.batchDeleteTestCases(parent);
}
======================= TransitionRouteGroupsClient =======================
Service Description: Service for managing [TransitionRouteGroups][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].
Sample for TransitionRouteGroupsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (TransitionRouteGroupsClient transitionRouteGroupsClient =
TransitionRouteGroupsClient.create()) {
TransitionRouteGroupName name =
TransitionRouteGroupName.ofProjectLocationAgentFlowTransitionRouteGroupName(
"[PROJECT]", "[LOCATION]", "[AGENT]", "[FLOW]", "[TRANSITION_ROUTE_GROUP]");
TransitionRouteGroup response = transitionRouteGroupsClient.getTransitionRouteGroup(name);
}
======================= VersionsClient =======================
Service Description: Service for managing [Versions][google.cloud.dialogflow.cx.v3beta1.Version].
Sample for VersionsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (VersionsClient versionsClient = VersionsClient.create()) {
VersionName name =
VersionName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[FLOW]", "[VERSION]");
Version response = versionsClient.getVersion(name);
}
======================= WebhooksClient =======================
Service Description: Service for managing [Webhooks][google.cloud.dialogflow.cx.v3beta1.Webhook].
Sample for WebhooksClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (WebhooksClient webhooksClient = WebhooksClient.create()) {
WebhookName name = WebhookName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[WEBHOOK]");
Webhook response = webhooksClient.getWebhook(name);
}
-
Class Summary Class Description AdvancedSettings Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.AdvancedSettings.Builder Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.AdvancedSettings.LoggingSettings Define behaviors on logging.AdvancedSettings.LoggingSettings.Builder Define behaviors on logging.AdvancedSettingsProto Agent Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data.Agent.Builder Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data.Agent.GenAppBuilderSettings Settings for Gen App Builder.Agent.GenAppBuilderSettings.Builder Settings for Gen App Builder.Agent.GitIntegrationSettings Settings for connecting to Git repository for an agent.Agent.GitIntegrationSettings.Builder Settings for connecting to Git repository for an agent.Agent.GitIntegrationSettings.GithubSettings Settings of integration with GitHub.Agent.GitIntegrationSettings.GithubSettings.Builder Settings of integration with GitHub.AgentGenerativeSettingsName AgentGenerativeSettingsName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/generativeSettings.AgentName AgentName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}.AgentProto AgentsClient Service Description: Service for managing [Agents][google.cloud.dialogflow.cx.v3beta1.Agent].AgentsClient.ListAgentsFixedSizeCollection AgentsClient.ListAgentsPage AgentsClient.ListAgentsPagedResponse AgentsClient.ListLocationsFixedSizeCollection AgentsClient.ListLocationsPage AgentsClient.ListLocationsPagedResponse AgentsGrpc Service for managing [Agents][google.cloud.dialogflow.cx.v3beta1.Agent].AgentsGrpc.AgentsBlockingStub A stub to allow clients to do synchronous rpc calls to service Agents.AgentsGrpc.AgentsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Agents.AgentsGrpc.AgentsImplBase Base class for the server implementation of the service Agents.AgentsGrpc.AgentsStub A stub to allow clients to do asynchronous rpc calls to service Agents.AgentsSettings Settings class to configure an instance ofAgentsClient
.AgentsSettings.Builder Builder for AgentsSettings.AgentValidationResult The response message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].AgentValidationResult.Builder The response message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].AgentValidationResultName AgentValidationResultName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/validationResult.AudioConfigProto AudioInput Represents the natural speech audio to be processed.AudioInput.Builder Represents the natural speech audio to be processed.BatchDeleteTestCasesRequest The request message for [TestCases.BatchDeleteTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchDeleteTestCases].BatchDeleteTestCasesRequest.Builder The request message for [TestCases.BatchDeleteTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchDeleteTestCases].BatchRunTestCasesMetadata Metadata returned for the [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases] long running operation.BatchRunTestCasesMetadata.Builder Metadata returned for the [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases] long running operation.BatchRunTestCasesRequest The request message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases].BatchRunTestCasesRequest.Builder The request message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases].BatchRunTestCasesResponse The response message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases].BatchRunTestCasesResponse.Builder The response message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases].CalculateCoverageRequest The request message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3beta1.TestCases.CalculateCoverage].CalculateCoverageRequest.Builder The request message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3beta1.TestCases.CalculateCoverage].CalculateCoverageResponse The response message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3beta1.TestCases.CalculateCoverage].CalculateCoverageResponse.Builder The response message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3beta1.TestCases.CalculateCoverage].Changelog Changelogs represents a change made to a given agent.Changelog.Builder Changelogs represents a change made to a given agent.ChangelogName ChangelogName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/changelogs/{changelog}.ChangelogProto ChangelogsClient Service Description: Service for managing [Changelogs][google.cloud.dialogflow.cx.v3beta1.Changelog].ChangelogsClient.ListChangelogsFixedSizeCollection ChangelogsClient.ListChangelogsPage ChangelogsClient.ListChangelogsPagedResponse ChangelogsClient.ListLocationsFixedSizeCollection ChangelogsClient.ListLocationsPage ChangelogsClient.ListLocationsPagedResponse ChangelogsGrpc Service for managing [Changelogs][google.cloud.dialogflow.cx.v3beta1.Changelog].ChangelogsGrpc.ChangelogsBlockingStub A stub to allow clients to do synchronous rpc calls to service Changelogs.ChangelogsGrpc.ChangelogsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Changelogs.ChangelogsGrpc.ChangelogsImplBase Base class for the server implementation of the service Changelogs.ChangelogsGrpc.ChangelogsStub A stub to allow clients to do asynchronous rpc calls to service Changelogs.ChangelogsSettings Settings class to configure an instance ofChangelogsClient
.ChangelogsSettings.Builder Builder for ChangelogsSettings.CloudConversationDebuggingInfo Cloud conversation info for easier debugging.CloudConversationDebuggingInfo.Builder Cloud conversation info for easier debugging.CompareVersionsRequest The request message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3beta1.Versions.CompareVersions].CompareVersionsRequest.Builder The request message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3beta1.Versions.CompareVersions].CompareVersionsResponse The response message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3beta1.Versions.CompareVersions].CompareVersionsResponse.Builder The response message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3beta1.Versions.CompareVersions].ContinuousTestResult Represents a result from running a test case in an agent environment.ContinuousTestResult.Builder Represents a result from running a test case in an agent environment.ContinuousTestResultName ContinuousTestResultName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/continuousTestResults/{continuous_test_result}.ConversationTurn One interaction between a human and virtual agent.ConversationTurn.Builder One interaction between a human and virtual agent.ConversationTurn.UserInput The input from the human user.ConversationTurn.UserInput.Builder The input from the human user.ConversationTurn.VirtualAgentOutput The output from the virtual agent.ConversationTurn.VirtualAgentOutput.Builder The output from the virtual agent.CreateAgentRequest The request message for [Agents.CreateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.CreateAgent].CreateAgentRequest.Builder The request message for [Agents.CreateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.CreateAgent].CreateEntityTypeRequest The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.CreateEntityType].CreateEntityTypeRequest.Builder The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.CreateEntityType].CreateEnvironmentRequest The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.CreateEnvironment].CreateEnvironmentRequest.Builder The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.CreateEnvironment].CreateExperimentRequest The request message for [Experiments.CreateExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.CreateExperiment].CreateExperimentRequest.Builder The request message for [Experiments.CreateExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.CreateExperiment].CreateFlowRequest The request message for [Flows.CreateFlow][google.cloud.dialogflow.cx.v3beta1.Flows.CreateFlow].CreateFlowRequest.Builder The request message for [Flows.CreateFlow][google.cloud.dialogflow.cx.v3beta1.Flows.CreateFlow].CreateIntentRequest The request message for [Intents.CreateIntent][google.cloud.dialogflow.cx.v3beta1.Intents.CreateIntent].CreateIntentRequest.Builder The request message for [Intents.CreateIntent][google.cloud.dialogflow.cx.v3beta1.Intents.CreateIntent].CreatePageRequest The request message for [Pages.CreatePage][google.cloud.dialogflow.cx.v3beta1.Pages.CreatePage].CreatePageRequest.Builder The request message for [Pages.CreatePage][google.cloud.dialogflow.cx.v3beta1.Pages.CreatePage].CreateSecuritySettingsRequest The request message for [SecuritySettings.CreateSecuritySettings][].CreateSecuritySettingsRequest.Builder The request message for [SecuritySettings.CreateSecuritySettings][].CreateSessionEntityTypeRequest The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.CreateSessionEntityType].CreateSessionEntityTypeRequest.Builder The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.CreateSessionEntityType].CreateTestCaseRequest The request message for [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.CreateTestCase].CreateTestCaseRequest.Builder The request message for [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.CreateTestCase].CreateTransitionRouteGroupRequest The request message for [TransitionRouteGroups.CreateTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.CreateTransitionRouteGroup].CreateTransitionRouteGroupRequest.Builder The request message for [TransitionRouteGroups.CreateTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.CreateTransitionRouteGroup].CreateVersionOperationMetadata Metadata associated with the long running operation for [Versions.CreateVersion][google.cloud.dialogflow.cx.v3beta1.Versions.CreateVersion].CreateVersionOperationMetadata.Builder Metadata associated with the long running operation for [Versions.CreateVersion][google.cloud.dialogflow.cx.v3beta1.Versions.CreateVersion].CreateVersionRequest The request message for [Versions.CreateVersion][google.cloud.dialogflow.cx.v3beta1.Versions.CreateVersion].CreateVersionRequest.Builder The request message for [Versions.CreateVersion][google.cloud.dialogflow.cx.v3beta1.Versions.CreateVersion].CreateWebhookRequest The request message for [Webhooks.CreateWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.CreateWebhook].CreateWebhookRequest.Builder The request message for [Webhooks.CreateWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.CreateWebhook].DataStoreConnection A data store connection.DataStoreConnection.Builder A data store connection.DataStoreConnectionProto DeleteAgentRequest The request message for [Agents.DeleteAgent][google.cloud.dialogflow.cx.v3beta1.Agents.DeleteAgent].DeleteAgentRequest.Builder The request message for [Agents.DeleteAgent][google.cloud.dialogflow.cx.v3beta1.Agents.DeleteAgent].DeleteEntityTypeRequest The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.DeleteEntityType].DeleteEntityTypeRequest.Builder The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.DeleteEntityType].DeleteEnvironmentRequest The request message for [Environments.DeleteEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.DeleteEnvironment].DeleteEnvironmentRequest.Builder The request message for [Environments.DeleteEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.DeleteEnvironment].DeleteExperimentRequest The request message for [Experiments.DeleteExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.DeleteExperiment].DeleteExperimentRequest.Builder The request message for [Experiments.DeleteExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.DeleteExperiment].DeleteFlowRequest The request message for [Flows.DeleteFlow][google.cloud.dialogflow.cx.v3beta1.Flows.DeleteFlow].DeleteFlowRequest.Builder The request message for [Flows.DeleteFlow][google.cloud.dialogflow.cx.v3beta1.Flows.DeleteFlow].DeleteIntentRequest The request message for [Intents.DeleteIntent][google.cloud.dialogflow.cx.v3beta1.Intents.DeleteIntent].DeleteIntentRequest.Builder The request message for [Intents.DeleteIntent][google.cloud.dialogflow.cx.v3beta1.Intents.DeleteIntent].DeletePageRequest The request message for [Pages.DeletePage][google.cloud.dialogflow.cx.v3beta1.Pages.DeletePage].DeletePageRequest.Builder The request message for [Pages.DeletePage][google.cloud.dialogflow.cx.v3beta1.Pages.DeletePage].DeleteSecuritySettingsRequest The request message for [SecuritySettings.DeleteSecuritySettings][].DeleteSecuritySettingsRequest.Builder The request message for [SecuritySettings.DeleteSecuritySettings][].DeleteSessionEntityTypeRequest The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.DeleteSessionEntityType].DeleteSessionEntityTypeRequest.Builder The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.DeleteSessionEntityType].DeleteTransitionRouteGroupRequest The request message for [TransitionRouteGroups.DeleteTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.DeleteTransitionRouteGroup].DeleteTransitionRouteGroupRequest.Builder The request message for [TransitionRouteGroups.DeleteTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.DeleteTransitionRouteGroup].DeleteVersionRequest The request message for [Versions.DeleteVersion][google.cloud.dialogflow.cx.v3beta1.Versions.DeleteVersion].DeleteVersionRequest.Builder The request message for [Versions.DeleteVersion][google.cloud.dialogflow.cx.v3beta1.Versions.DeleteVersion].DeleteWebhookRequest The request message for [Webhooks.DeleteWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.DeleteWebhook].DeleteWebhookRequest.Builder The request message for [Webhooks.DeleteWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.DeleteWebhook].DeployFlowMetadata Metadata returned for the [Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow] long running operation.DeployFlowMetadata.Builder Metadata returned for the [Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow] long running operation.DeployFlowRequest The request message for [Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].DeployFlowRequest.Builder The request message for [Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].DeployFlowResponse The response message for [Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].DeployFlowResponse.Builder The response message for [Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].Deployment Represents a deployment in an environment.Deployment.Builder Represents a deployment in an environment.Deployment.Result Result of the deployment.Deployment.Result.Builder Result of the deployment.DeploymentName DeploymentName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/deployments/{deployment}.DeploymentProto DeploymentsClient Service Description: Service for managing [Deployments][google.cloud.dialogflow.cx.v3beta1.Deployment].DeploymentsClient.ListDeploymentsFixedSizeCollection DeploymentsClient.ListDeploymentsPage DeploymentsClient.ListDeploymentsPagedResponse DeploymentsClient.ListLocationsFixedSizeCollection DeploymentsClient.ListLocationsPage DeploymentsClient.ListLocationsPagedResponse DeploymentsGrpc Service for managing [Deployments][google.cloud.dialogflow.cx.v3beta1.Deployment].DeploymentsGrpc.DeploymentsBlockingStub A stub to allow clients to do synchronous rpc calls to service Deployments.DeploymentsGrpc.DeploymentsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Deployments.DeploymentsGrpc.DeploymentsImplBase Base class for the server implementation of the service Deployments.DeploymentsGrpc.DeploymentsStub A stub to allow clients to do asynchronous rpc calls to service Deployments.DeploymentsSettings Settings class to configure an instance ofDeploymentsClient
.DeploymentsSettings.Builder Builder for DeploymentsSettings.DetectIntentRequest The request to detect user's intent.DetectIntentRequest.Builder The request to detect user's intent.DetectIntentResponse The message returned from the DetectIntent method.DetectIntentResponse.Builder The message returned from the DetectIntent method.DtmfInput Represents the input for dtmf event.DtmfInput.Builder Represents the input for dtmf event.EntityType Entities are extracted from user input and represent parameters that are meaningful to your application.EntityType.Builder Entities are extracted from user input and represent parameters that are meaningful to your application.EntityType.Entity An **entity entry** for an associated entity type.EntityType.Entity.Builder An **entity entry** for an associated entity type.EntityType.ExcludedPhrase An excluded entity phrase that should not be matched.EntityType.ExcludedPhrase.Builder An excluded entity phrase that should not be matched.EntityTypeName EntityTypeName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/entityTypes/{entity_type}.EntityTypeProto EntityTypesClient Service Description: Service for managing [EntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityType].EntityTypesClient.ListEntityTypesFixedSizeCollection EntityTypesClient.ListEntityTypesPage EntityTypesClient.ListEntityTypesPagedResponse EntityTypesClient.ListLocationsFixedSizeCollection EntityTypesClient.ListLocationsPage EntityTypesClient.ListLocationsPagedResponse EntityTypesGrpc Service for managing [EntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityType].EntityTypesGrpc.EntityTypesBlockingStub A stub to allow clients to do synchronous rpc calls to service EntityTypes.EntityTypesGrpc.EntityTypesFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service EntityTypes.EntityTypesGrpc.EntityTypesImplBase Base class for the server implementation of the service EntityTypes.EntityTypesGrpc.EntityTypesStub A stub to allow clients to do asynchronous rpc calls to service EntityTypes.EntityTypesSettings Settings class to configure an instance ofEntityTypesClient
.EntityTypesSettings.Builder Builder for EntityTypesSettings.Environment Represents an environment for an agent.Environment.Builder Represents an environment for an agent.Environment.TestCasesConfig The configuration for continuous tests.Environment.TestCasesConfig.Builder The configuration for continuous tests.Environment.VersionConfig Configuration for the version.Environment.VersionConfig.Builder Configuration for the version.Environment.WebhookConfig Configuration for webhooks.Environment.WebhookConfig.Builder Configuration for webhooks.EnvironmentName EnvironmentName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}.EnvironmentProto EnvironmentsClient Service Description: Service for managing [Environments][google.cloud.dialogflow.cx.v3beta1.Environment].EnvironmentsClient.ListContinuousTestResultsFixedSizeCollection EnvironmentsClient.ListContinuousTestResultsPage EnvironmentsClient.ListContinuousTestResultsPagedResponse EnvironmentsClient.ListEnvironmentsFixedSizeCollection EnvironmentsClient.ListEnvironmentsPage EnvironmentsClient.ListEnvironmentsPagedResponse EnvironmentsClient.ListLocationsFixedSizeCollection EnvironmentsClient.ListLocationsPage EnvironmentsClient.ListLocationsPagedResponse EnvironmentsClient.LookupEnvironmentHistoryFixedSizeCollection EnvironmentsClient.LookupEnvironmentHistoryPage EnvironmentsClient.LookupEnvironmentHistoryPagedResponse EnvironmentsGrpc Service for managing [Environments][google.cloud.dialogflow.cx.v3beta1.Environment].EnvironmentsGrpc.EnvironmentsBlockingStub A stub to allow clients to do synchronous rpc calls to service Environments.EnvironmentsGrpc.EnvironmentsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Environments.EnvironmentsGrpc.EnvironmentsImplBase Base class for the server implementation of the service Environments.EnvironmentsGrpc.EnvironmentsStub A stub to allow clients to do asynchronous rpc calls to service Environments.EnvironmentsSettings Settings class to configure an instance ofEnvironmentsClient
.EnvironmentsSettings.Builder Builder for EnvironmentsSettings.EventHandler An event handler specifies an [event][google.cloud.dialogflow.cx.v3beta1.EventHandler.event] that can be handled during a session.EventHandler.Builder An event handler specifies an [event][google.cloud.dialogflow.cx.v3beta1.EventHandler.event] that can be handled during a session.EventInput Represents the event to trigger.EventInput.Builder Represents the event to trigger.Experiment Represents an experiment in an environment.Experiment.Builder Represents an experiment in an environment.Experiment.Definition Definition of the experiment.Experiment.Definition.Builder Definition of the experiment.Experiment.Result The inference result which includes an objective metric to optimize and the confidence interval.Experiment.Result.Builder The inference result which includes an objective metric to optimize and the confidence interval.Experiment.Result.ConfidenceInterval A confidence interval is a range of possible values for the experiment objective you are trying to measure.Experiment.Result.ConfidenceInterval.Builder A confidence interval is a range of possible values for the experiment objective you are trying to measure.Experiment.Result.Metric Metric and corresponding confidence intervals.Experiment.Result.Metric.Builder Metric and corresponding confidence intervals.Experiment.Result.VersionMetrics Version variant and associated metrics.Experiment.Result.VersionMetrics.Builder Version variant and associated metrics.ExperimentName ExperimentName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/experiments/{experiment}.ExperimentProto ExperimentsClient Service Description: Service for managing [Experiments][google.cloud.dialogflow.cx.v3beta1.Experiment].ExperimentsClient.ListExperimentsFixedSizeCollection ExperimentsClient.ListExperimentsPage ExperimentsClient.ListExperimentsPagedResponse ExperimentsClient.ListLocationsFixedSizeCollection ExperimentsClient.ListLocationsPage ExperimentsClient.ListLocationsPagedResponse ExperimentsGrpc Service for managing [Experiments][google.cloud.dialogflow.cx.v3beta1.Experiment].ExperimentsGrpc.ExperimentsBlockingStub A stub to allow clients to do synchronous rpc calls to service Experiments.ExperimentsGrpc.ExperimentsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Experiments.ExperimentsGrpc.ExperimentsImplBase Base class for the server implementation of the service Experiments.ExperimentsGrpc.ExperimentsStub A stub to allow clients to do asynchronous rpc calls to service Experiments.ExperimentsSettings Settings class to configure an instance ofExperimentsClient
.ExperimentsSettings.Builder Builder for ExperimentsSettings.ExportAgentRequest The request message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].ExportAgentRequest.Builder The request message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].ExportAgentRequest.GitDestination Settings for exporting to a git branch.ExportAgentRequest.GitDestination.Builder Settings for exporting to a git branch.ExportAgentResponse The response message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].ExportAgentResponse.Builder The response message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].ExportFlowRequest The request message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].ExportFlowRequest.Builder The request message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].ExportFlowResponse The response message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].ExportFlowResponse.Builder The response message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].ExportTestCasesMetadata Metadata returned for the [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ExportTestCases] long running operation.ExportTestCasesMetadata.Builder Metadata returned for the [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ExportTestCases] long running operation.ExportTestCasesRequest The request message for [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ExportTestCases].ExportTestCasesRequest.Builder The request message for [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ExportTestCases].ExportTestCasesResponse The response message for [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ExportTestCases].ExportTestCasesResponse.Builder The response message for [TestCases.ExportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ExportTestCases].Flow Flows represents the conversation flows when you build your chatbot agent.Flow.Builder Flows represents the conversation flows when you build your chatbot agent.FlowImportStrategy The flow import strategy used for resource conflict resolution associated with an [ImportFlowRequest][google.cloud.dialogflow.cx.v3beta1.ImportFlowRequest].FlowImportStrategy.Builder The flow import strategy used for resource conflict resolution associated with an [ImportFlowRequest][google.cloud.dialogflow.cx.v3beta1.ImportFlowRequest].FlowName FlowName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}.FlowProto FlowsClient Service Description: Service for managing [Flows][google.cloud.dialogflow.cx.v3beta1.Flow].FlowsClient.ListFlowsFixedSizeCollection FlowsClient.ListFlowsPage FlowsClient.ListFlowsPagedResponse FlowsClient.ListLocationsFixedSizeCollection FlowsClient.ListLocationsPage FlowsClient.ListLocationsPagedResponse FlowsGrpc Service for managing [Flows][google.cloud.dialogflow.cx.v3beta1.Flow].FlowsGrpc.FlowsBlockingStub A stub to allow clients to do synchronous rpc calls to service Flows.FlowsGrpc.FlowsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Flows.FlowsGrpc.FlowsImplBase Base class for the server implementation of the service Flows.FlowsGrpc.FlowsStub A stub to allow clients to do asynchronous rpc calls to service Flows.FlowsSettings Settings class to configure an instance ofFlowsClient
.FlowsSettings.Builder Builder for FlowsSettings.FlowValidationResult The response message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].FlowValidationResult.Builder The response message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].FlowValidationResultName FlowValidationResultName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/validationResult.Form A form is a data model that groups related parameters that can be collected from the user.Form.Builder A form is a data model that groups related parameters that can be collected from the user.Form.Parameter Represents a form parameter.Form.Parameter.Builder Represents a form parameter.Form.Parameter.FillBehavior Configuration for how the filling of a parameter should be handled.Form.Parameter.FillBehavior.Builder Configuration for how the filling of a parameter should be handled.FulfillIntentRequest Request of [FulfillIntent][]FulfillIntentRequest.Builder Request of [FulfillIntent][]FulfillIntentResponse Response of [FulfillIntent][]FulfillIntentResponse.Builder Response of [FulfillIntent][]Fulfillment A fulfillment can do one or more of the following actions at the same time: * Generate rich message responses.Fulfillment.Builder A fulfillment can do one or more of the following actions at the same time: * Generate rich message responses.Fulfillment.ConditionalCases A list of cascading if-else conditions.Fulfillment.ConditionalCases.Builder A list of cascading if-else conditions.Fulfillment.ConditionalCases.Case Each case has a Boolean condition.Fulfillment.ConditionalCases.Case.Builder Each case has a Boolean condition.Fulfillment.ConditionalCases.Case.CaseContent The list of messages or conditional cases to activate for this case.Fulfillment.ConditionalCases.Case.CaseContent.Builder The list of messages or conditional cases to activate for this case.Fulfillment.SetParameterAction Setting a parameter value.Fulfillment.SetParameterAction.Builder Setting a parameter value.FulfillmentProto GcsDestination Google Cloud Storage location for a Dialogflow operation that writes or exports objects (e.g.GcsDestination.Builder Google Cloud Storage location for a Dialogflow operation that writes or exports objects (e.g.GcsProto GenerativeSettings Settings for Generative AI.GenerativeSettings.Builder Settings for Generative AI.GenerativeSettings.FallbackSettings Settings for Generative Fallback.GenerativeSettings.FallbackSettings.Builder Settings for Generative Fallback.GenerativeSettings.FallbackSettings.PromptTemplate Prompt template.GenerativeSettings.FallbackSettings.PromptTemplate.Builder Prompt template.GenerativeSettings.KnowledgeConnectorSettings Settings for knowledge connector.GenerativeSettings.KnowledgeConnectorSettings.Builder Settings for knowledge connector.GenerativeSettingsProto GetAgentRequest The request message for [Agents.GetAgent][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgent].GetAgentRequest.Builder The request message for [Agents.GetAgent][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgent].GetAgentValidationResultRequest The request message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].GetAgentValidationResultRequest.Builder The request message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].GetChangelogRequest The request message for [Changelogs.GetChangelog][google.cloud.dialogflow.cx.v3beta1.Changelogs.GetChangelog].GetChangelogRequest.Builder The request message for [Changelogs.GetChangelog][google.cloud.dialogflow.cx.v3beta1.Changelogs.GetChangelog].GetDeploymentRequest The request message for [Deployments.GetDeployment][google.cloud.dialogflow.cx.v3beta1.Deployments.GetDeployment].GetDeploymentRequest.Builder The request message for [Deployments.GetDeployment][google.cloud.dialogflow.cx.v3beta1.Deployments.GetDeployment].GetEntityTypeRequest The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.GetEntityType].GetEntityTypeRequest.Builder The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.GetEntityType].GetEnvironmentRequest The request message for [Environments.GetEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.GetEnvironment].GetEnvironmentRequest.Builder The request message for [Environments.GetEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.GetEnvironment].GetExperimentRequest The request message for [Experiments.GetExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.GetExperiment].GetExperimentRequest.Builder The request message for [Experiments.GetExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.GetExperiment].GetFlowRequest The response message for [Flows.GetFlow][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlow].GetFlowRequest.Builder The response message for [Flows.GetFlow][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlow].GetFlowValidationResultRequest The request message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].GetFlowValidationResultRequest.Builder The request message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].GetGenerativeSettingsRequest Request for [GetGenerativeSettings][google.cloud.dialogflow.cx.v3beta1.Agents.GetGenerativeSettings] RPC.GetGenerativeSettingsRequest.Builder Request for [GetGenerativeSettings][google.cloud.dialogflow.cx.v3beta1.Agents.GetGenerativeSettings] RPC.GetIntentRequest The request message for [Intents.GetIntent][google.cloud.dialogflow.cx.v3beta1.Intents.GetIntent].GetIntentRequest.Builder The request message for [Intents.GetIntent][google.cloud.dialogflow.cx.v3beta1.Intents.GetIntent].GetPageRequest The request message for [Pages.GetPage][google.cloud.dialogflow.cx.v3beta1.Pages.GetPage].GetPageRequest.Builder The request message for [Pages.GetPage][google.cloud.dialogflow.cx.v3beta1.Pages.GetPage].GetSecuritySettingsRequest The request message for [SecuritySettingsService.GetSecuritySettings][google.cloud.dialogflow.cx.v3beta1.SecuritySettingsService.GetSecuritySettings].GetSecuritySettingsRequest.Builder The request message for [SecuritySettingsService.GetSecuritySettings][google.cloud.dialogflow.cx.v3beta1.SecuritySettingsService.GetSecuritySettings].GetSessionEntityTypeRequest The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.GetSessionEntityType].GetSessionEntityTypeRequest.Builder The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.GetSessionEntityType].GetTestCaseRequest The request message for [TestCases.GetTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.GetTestCase].GetTestCaseRequest.Builder The request message for [TestCases.GetTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.GetTestCase].GetTestCaseResultRequest The request message for [TestCases.GetTestCaseResult][google.cloud.dialogflow.cx.v3beta1.TestCases.GetTestCaseResult].GetTestCaseResultRequest.Builder The request message for [TestCases.GetTestCaseResult][google.cloud.dialogflow.cx.v3beta1.TestCases.GetTestCaseResult].GetTransitionRouteGroupRequest The request message for [TransitionRouteGroups.GetTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.GetTransitionRouteGroup].GetTransitionRouteGroupRequest.Builder The request message for [TransitionRouteGroups.GetTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.GetTransitionRouteGroup].GetVersionRequest The request message for [Versions.GetVersion][google.cloud.dialogflow.cx.v3beta1.Versions.GetVersion].GetVersionRequest.Builder The request message for [Versions.GetVersion][google.cloud.dialogflow.cx.v3beta1.Versions.GetVersion].GetWebhookRequest The request message for [Webhooks.GetWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.GetWebhook].GetWebhookRequest.Builder The request message for [Webhooks.GetWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.GetWebhook].ImportFlowRequest The request message for [Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].ImportFlowRequest.Builder The request message for [Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].ImportFlowResponse The response message for [Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].ImportFlowResponse.Builder The response message for [Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].ImportStrategyProto ImportTestCasesMetadata Metadata returned for the [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ImportTestCases] long running operation.ImportTestCasesMetadata.Builder Metadata returned for the [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ImportTestCases] long running operation.ImportTestCasesRequest The request message for [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ImportTestCases].ImportTestCasesRequest.Builder The request message for [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ImportTestCases].ImportTestCasesResponse The response message for [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ImportTestCases].ImportTestCasesResponse.Builder The response message for [TestCases.ImportTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ImportTestCases].InputAudioConfig Instructs the speech recognizer on how to process the audio content.InputAudioConfig.Builder Instructs the speech recognizer on how to process the audio content.Intent An intent represents a user's intent to interact with a conversational agent.Intent.Builder An intent represents a user's intent to interact with a conversational agent.Intent.Parameter Represents an intent parameter.Intent.Parameter.Builder Represents an intent parameter.Intent.TrainingPhrase Represents an example that the agent is trained on to identify the intent.Intent.TrainingPhrase.Builder Represents an example that the agent is trained on to identify the intent.Intent.TrainingPhrase.Part Represents a part of a training phrase.Intent.TrainingPhrase.Part.Builder Represents a part of a training phrase.IntentCoverage Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.IntentCoverage.Builder Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.IntentCoverage.Intent The agent's intent.IntentCoverage.Intent.Builder The agent's intent.IntentInput Represents the intent to trigger programmatically rather than as a result of natural language processing.IntentInput.Builder Represents the intent to trigger programmatically rather than as a result of natural language processing.IntentName IntentName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/intents/{intent}.IntentProto IntentsClient Service Description: Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].IntentsClient.ListIntentsFixedSizeCollection IntentsClient.ListIntentsPage IntentsClient.ListIntentsPagedResponse IntentsClient.ListLocationsFixedSizeCollection IntentsClient.ListLocationsPage IntentsClient.ListLocationsPagedResponse IntentsGrpc Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].IntentsGrpc.IntentsBlockingStub A stub to allow clients to do synchronous rpc calls to service Intents.IntentsGrpc.IntentsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Intents.IntentsGrpc.IntentsImplBase Base class for the server implementation of the service Intents.IntentsGrpc.IntentsStub A stub to allow clients to do asynchronous rpc calls to service Intents.IntentsSettings Settings class to configure an instance ofIntentsClient
.IntentsSettings.Builder Builder for IntentsSettings.KnowledgeConnectorSettings The Knowledge Connector settings for this page or flow.KnowledgeConnectorSettings.Builder The Knowledge Connector settings for this page or flow.ListAgentsRequest The request message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].ListAgentsRequest.Builder The request message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].ListAgentsResponse The response message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].ListAgentsResponse.Builder The response message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].ListChangelogsRequest The request message for [Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].ListChangelogsRequest.Builder The request message for [Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].ListChangelogsResponse The response message for [Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].ListChangelogsResponse.Builder The response message for [Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].ListContinuousTestResultsRequest The request message for [Environments.ListContinuousTestResults][google.cloud.dialogflow.cx.v3beta1.Environments.ListContinuousTestResults].ListContinuousTestResultsRequest.Builder The request message for [Environments.ListContinuousTestResults][google.cloud.dialogflow.cx.v3beta1.Environments.ListContinuousTestResults].ListContinuousTestResultsResponse The response message for [Environments.ListTestCaseResults][].ListContinuousTestResultsResponse.Builder The response message for [Environments.ListTestCaseResults][].ListDeploymentsRequest The request message for [Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].ListDeploymentsRequest.Builder The request message for [Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].ListDeploymentsResponse The response message for [Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].ListDeploymentsResponse.Builder The response message for [Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].ListEntityTypesRequest The request message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].ListEntityTypesRequest.Builder The request message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].ListEntityTypesResponse The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].ListEntityTypesResponse.Builder The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].ListEnvironmentsRequest The request message for [Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].ListEnvironmentsRequest.Builder The request message for [Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].ListEnvironmentsResponse The response message for [Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].ListEnvironmentsResponse.Builder The response message for [Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].ListExperimentsRequest The request message for [Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].ListExperimentsRequest.Builder The request message for [Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].ListExperimentsResponse The response message for [Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].ListExperimentsResponse.Builder The response message for [Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].ListFlowsRequest The request message for [Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].ListFlowsRequest.Builder The request message for [Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].ListFlowsResponse The response message for [Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].ListFlowsResponse.Builder The response message for [Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].ListIntentsRequest The request message for [Intents.ListIntents][google.cloud.dialogflow.cx.v3beta1.Intents.ListIntents].ListIntentsRequest.Builder The request message for [Intents.ListIntents][google.cloud.dialogflow.cx.v3beta1.Intents.ListIntents].ListIntentsResponse The response message for [Intents.ListIntents][google.cloud.dialogflow.cx.v3beta1.Intents.ListIntents].ListIntentsResponse.Builder The response message for [Intents.ListIntents][google.cloud.dialogflow.cx.v3beta1.Intents.ListIntents].ListPagesRequest The request message for [Pages.ListPages][google.cloud.dialogflow.cx.v3beta1.Pages.ListPages].ListPagesRequest.Builder The request message for [Pages.ListPages][google.cloud.dialogflow.cx.v3beta1.Pages.ListPages].ListPagesResponse The response message for [Pages.ListPages][google.cloud.dialogflow.cx.v3beta1.Pages.ListPages].ListPagesResponse.Builder The response message for [Pages.ListPages][google.cloud.dialogflow.cx.v3beta1.Pages.ListPages].ListSecuritySettingsRequest The request message for [SecuritySettings.ListSecuritySettings][].ListSecuritySettingsRequest.Builder The request message for [SecuritySettings.ListSecuritySettings][].ListSecuritySettingsResponse The response message for [SecuritySettings.ListSecuritySettings][].ListSecuritySettingsResponse.Builder The response message for [SecuritySettings.ListSecuritySettings][].ListSessionEntityTypesRequest The request message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.ListSessionEntityTypes].ListSessionEntityTypesRequest.Builder The request message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.ListSessionEntityTypes].ListSessionEntityTypesResponse The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.ListSessionEntityTypes].ListSessionEntityTypesResponse.Builder The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.ListSessionEntityTypes].ListTestCaseResultsRequest The request message for [TestCases.ListTestCaseResults][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCaseResults].ListTestCaseResultsRequest.Builder The request message for [TestCases.ListTestCaseResults][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCaseResults].ListTestCaseResultsResponse The response message for [TestCases.ListTestCaseResults][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCaseResults].ListTestCaseResultsResponse.Builder The response message for [TestCases.ListTestCaseResults][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCaseResults].ListTestCasesRequest The request message for [TestCases.ListTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCases].ListTestCasesRequest.Builder The request message for [TestCases.ListTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCases].ListTestCasesResponse The response message for [TestCases.ListTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCases].ListTestCasesResponse.Builder The response message for [TestCases.ListTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.ListTestCases].ListTransitionRouteGroupsRequest The request message for [TransitionRouteGroups.ListTransitionRouteGroups][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.ListTransitionRouteGroups].ListTransitionRouteGroupsRequest.Builder The request message for [TransitionRouteGroups.ListTransitionRouteGroups][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.ListTransitionRouteGroups].ListTransitionRouteGroupsResponse The response message for [TransitionRouteGroups.ListTransitionRouteGroups][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.ListTransitionRouteGroups].ListTransitionRouteGroupsResponse.Builder The response message for [TransitionRouteGroups.ListTransitionRouteGroups][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.ListTransitionRouteGroups].ListVersionsRequest The request message for [Versions.ListVersions][google.cloud.dialogflow.cx.v3beta1.Versions.ListVersions].ListVersionsRequest.Builder The request message for [Versions.ListVersions][google.cloud.dialogflow.cx.v3beta1.Versions.ListVersions].ListVersionsResponse The response message for [Versions.ListVersions][google.cloud.dialogflow.cx.v3beta1.Versions.ListVersions].ListVersionsResponse.Builder The response message for [Versions.ListVersions][google.cloud.dialogflow.cx.v3beta1.Versions.ListVersions].ListWebhooksRequest The request message for [Webhooks.ListWebhooks][google.cloud.dialogflow.cx.v3beta1.Webhooks.ListWebhooks].ListWebhooksRequest.Builder The request message for [Webhooks.ListWebhooks][google.cloud.dialogflow.cx.v3beta1.Webhooks.ListWebhooks].ListWebhooksResponse The response message for [Webhooks.ListWebhooks][google.cloud.dialogflow.cx.v3beta1.Webhooks.ListWebhooks].ListWebhooksResponse.Builder The response message for [Webhooks.ListWebhooks][google.cloud.dialogflow.cx.v3beta1.Webhooks.ListWebhooks].LoadVersionRequest The request message for [Versions.LoadVersion][google.cloud.dialogflow.cx.v3beta1.Versions.LoadVersion].LoadVersionRequest.Builder The request message for [Versions.LoadVersion][google.cloud.dialogflow.cx.v3beta1.Versions.LoadVersion].LocationName LocationName.Builder Builder for projects/{project}/locations/{location}.LookupEnvironmentHistoryRequest The request message for [Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].LookupEnvironmentHistoryRequest.Builder The request message for [Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].LookupEnvironmentHistoryResponse The response message for [Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].LookupEnvironmentHistoryResponse.Builder The response message for [Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].Match Represents one match result of [MatchIntent][].Match.Builder Represents one match result of [MatchIntent][].MatchIntentRequest Request of [MatchIntent][].MatchIntentRequest.Builder Request of [MatchIntent][].MatchIntentResponse Response of [MatchIntent][].MatchIntentResponse.Builder Response of [MatchIntent][].NluSettings Settings related to NLU.NluSettings.Builder Settings related to NLU.OutputAudioConfig Instructs the speech synthesizer how to generate the output audio content.OutputAudioConfig.Builder Instructs the speech synthesizer how to generate the output audio content.Page A Dialogflow CX conversation (session) can be described and visualized as a state machine.Page.Builder A Dialogflow CX conversation (session) can be described and visualized as a state machine.PageInfo Represents page information communicated to and from the webhook.PageInfo.Builder Represents page information communicated to and from the webhook.PageInfo.FormInfo Represents form information.PageInfo.FormInfo.Builder Represents form information.PageInfo.FormInfo.ParameterInfo Represents parameter information.PageInfo.FormInfo.ParameterInfo.Builder Represents parameter information.PageName PageName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/pages/{page}.PageProto PagesClient Service Description: Service for managing [Pages][google.cloud.dialogflow.cx.v3beta1.Page].PagesClient.ListLocationsFixedSizeCollection PagesClient.ListLocationsPage PagesClient.ListLocationsPagedResponse PagesClient.ListPagesFixedSizeCollection PagesClient.ListPagesPage PagesClient.ListPagesPagedResponse PagesGrpc Service for managing [Pages][google.cloud.dialogflow.cx.v3beta1.Page].PagesGrpc.PagesBlockingStub A stub to allow clients to do synchronous rpc calls to service Pages.PagesGrpc.PagesFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Pages.PagesGrpc.PagesImplBase Base class for the server implementation of the service Pages.PagesGrpc.PagesStub A stub to allow clients to do asynchronous rpc calls to service Pages.PagesSettings Settings class to configure an instance ofPagesClient
.PagesSettings.Builder Builder for PagesSettings.QueryInput Represents the query input.QueryInput.Builder Represents the query input.QueryParameters Represents the parameters of a conversational query.QueryParameters.Builder Represents the parameters of a conversational query.QueryResult Represents the result of a conversational query.QueryResult.Builder Represents the result of a conversational query.ResourceName Resource name and display name.ResourceName.Builder Resource name and display name.ResponseMessage Represents a response message that can be returned by a conversational agent.ResponseMessage.Builder Represents a response message that can be returned by a conversational agent.ResponseMessage.ConversationSuccess Indicates that the conversation succeeded, i.e., the bot handled the issue that the customer talked to it about.ResponseMessage.ConversationSuccess.Builder Indicates that the conversation succeeded, i.e., the bot handled the issue that the customer talked to it about.ResponseMessage.EndInteraction Indicates that interaction with the Dialogflow agent has ended.ResponseMessage.EndInteraction.Builder Indicates that interaction with the Dialogflow agent has ended.ResponseMessage.KnowledgeInfoCard Represents info card response.ResponseMessage.KnowledgeInfoCard.Builder Represents info card response.ResponseMessage.LiveAgentHandoff Indicates that the conversation should be handed off to a live agent.ResponseMessage.LiveAgentHandoff.Builder Indicates that the conversation should be handed off to a live agent.ResponseMessage.MixedAudio Represents an audio message that is composed of both segments synthesized from the Dialogflow agent prompts and ones hosted externally at the specified URIs.ResponseMessage.MixedAudio.Builder Represents an audio message that is composed of both segments synthesized from the Dialogflow agent prompts and ones hosted externally at the specified URIs.ResponseMessage.MixedAudio.Segment Represents one segment of audio.ResponseMessage.MixedAudio.Segment.Builder Represents one segment of audio.ResponseMessage.OutputAudioText A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.ResponseMessage.OutputAudioText.Builder A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.ResponseMessage.PlayAudio Specifies an audio clip to be played by the client as part of the response.ResponseMessage.PlayAudio.Builder Specifies an audio clip to be played by the client as part of the response.ResponseMessage.TelephonyTransferCall Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.ResponseMessage.TelephonyTransferCall.Builder Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.ResponseMessage.Text The text response message.ResponseMessage.Text.Builder The text response message.ResponseMessageProto RestoreAgentRequest The request message for [Agents.RestoreAgent][google.cloud.dialogflow.cx.v3beta1.Agents.RestoreAgent].RestoreAgentRequest.Builder The request message for [Agents.RestoreAgent][google.cloud.dialogflow.cx.v3beta1.Agents.RestoreAgent].RestoreAgentRequest.GitSource Settings for restoring from a git branchRestoreAgentRequest.GitSource.Builder Settings for restoring from a git branchRolloutConfig The configuration for auto rollout.RolloutConfig.Builder The configuration for auto rollout.RolloutConfig.RolloutStep A single rollout step with specified traffic allocation.RolloutConfig.RolloutStep.Builder A single rollout step with specified traffic allocation.RolloutState State of the auto-rollout process.RolloutState.Builder State of the auto-rollout process.RunContinuousTestMetadata Metadata returned for the [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest] long running operation.RunContinuousTestMetadata.Builder Metadata returned for the [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest] long running operation.RunContinuousTestRequest The request message for [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].RunContinuousTestRequest.Builder The request message for [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].RunContinuousTestResponse The response message for [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].RunContinuousTestResponse.Builder The response message for [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].RunTestCaseMetadata Metadata returned for the [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.RunTestCase] long running operation.RunTestCaseMetadata.Builder Metadata returned for the [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.RunTestCase] long running operation.RunTestCaseRequest The request message for [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.RunTestCase].RunTestCaseRequest.Builder The request message for [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.RunTestCase].RunTestCaseResponse The response message for [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.RunTestCase].RunTestCaseResponse.Builder The response message for [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.RunTestCase].SafetySettings Settings for Generative Safety.SafetySettings.Builder Settings for Generative Safety.SafetySettings.Phrase Text input which can be used for prompt or banned phrases.SafetySettings.Phrase.Builder Text input which can be used for prompt or banned phrases.SafetySettingsProto SecuritySettings Represents the settings related to security issues, such as data redaction and data retention.SecuritySettings.AudioExportSettings Settings for exporting audio.SecuritySettings.AudioExportSettings.Builder Settings for exporting audio.SecuritySettings.Builder Represents the settings related to security issues, such as data redaction and data retention.SecuritySettings.InsightsExportSettings Settings for exporting conversations to [Insights](https://cloud.google.com/contact-center/insights/docs).SecuritySettings.InsightsExportSettings.Builder Settings for exporting conversations to [Insights](https://cloud.google.com/contact-center/insights/docs).SecuritySettingsName SecuritySettingsName.Builder Builder for projects/{project}/locations/{location}/securitySettings/{security_settings}.SecuritySettingsProto SecuritySettingsServiceClient Service Description: Service for managing security settings for Dialogflow.SecuritySettingsServiceClient.ListLocationsFixedSizeCollection SecuritySettingsServiceClient.ListLocationsPage SecuritySettingsServiceClient.ListLocationsPagedResponse SecuritySettingsServiceClient.ListSecuritySettingsFixedSizeCollection SecuritySettingsServiceClient.ListSecuritySettingsPage SecuritySettingsServiceClient.ListSecuritySettingsPagedResponse SecuritySettingsServiceGrpc Service for managing security settings for Dialogflow.SecuritySettingsServiceGrpc.SecuritySettingsServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service SecuritySettingsService.SecuritySettingsServiceGrpc.SecuritySettingsServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service SecuritySettingsService.SecuritySettingsServiceGrpc.SecuritySettingsServiceImplBase Base class for the server implementation of the service SecuritySettingsService.SecuritySettingsServiceGrpc.SecuritySettingsServiceStub A stub to allow clients to do asynchronous rpc calls to service SecuritySettingsService.SecuritySettingsServiceSettings Settings class to configure an instance ofSecuritySettingsServiceClient
.SecuritySettingsServiceSettings.Builder Builder for SecuritySettingsServiceSettings.SentimentAnalysisResult The result of sentiment analysis.SentimentAnalysisResult.Builder The result of sentiment analysis.SessionEntityType Session entity types are referred to as **User** entity types and are entities that are built for an individual user such as favorites, preferences, playlists, and so on.SessionEntityType.Builder Session entity types are referred to as **User** entity types and are entities that are built for an individual user such as favorites, preferences, playlists, and so on.SessionEntityTypeName SessionEntityTypeName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/sessions/{session}/entityTypes/{entity_type}.SessionEntityTypeName.ProjectLocationAgentEnvironmentSessionEntityTypeBuilder Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}/entityTypes/{entity_type}.SessionEntityTypeProto SessionEntityTypesClient Service Description: Service for managing [SessionEntityTypes][google.cloud.dialogflow.cx.v3beta1.SessionEntityType].SessionEntityTypesClient.ListLocationsFixedSizeCollection SessionEntityTypesClient.ListLocationsPage SessionEntityTypesClient.ListLocationsPagedResponse SessionEntityTypesClient.ListSessionEntityTypesFixedSizeCollection SessionEntityTypesClient.ListSessionEntityTypesPage SessionEntityTypesClient.ListSessionEntityTypesPagedResponse SessionEntityTypesGrpc Service for managing [SessionEntityTypes][google.cloud.dialogflow.cx.v3beta1.SessionEntityType].SessionEntityTypesGrpc.SessionEntityTypesBlockingStub A stub to allow clients to do synchronous rpc calls to service SessionEntityTypes.SessionEntityTypesGrpc.SessionEntityTypesFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service SessionEntityTypes.SessionEntityTypesGrpc.SessionEntityTypesImplBase Base class for the server implementation of the service SessionEntityTypes.SessionEntityTypesGrpc.SessionEntityTypesStub A stub to allow clients to do asynchronous rpc calls to service SessionEntityTypes.SessionEntityTypesSettings Settings class to configure an instance ofSessionEntityTypesClient
.SessionEntityTypesSettings.Builder Builder for SessionEntityTypesSettings.SessionInfo Represents session information communicated to and from the webhook.SessionInfo.Builder Represents session information communicated to and from the webhook.SessionName SessionName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/sessions/{session}.SessionName.ProjectLocationAgentEnvironmentSessionBuilder Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}.SessionProto SessionsClient Service Description: A session represents an interaction with a user.SessionsClient.ListLocationsFixedSizeCollection SessionsClient.ListLocationsPage SessionsClient.ListLocationsPagedResponse SessionsGrpc A session represents an interaction with a user.SessionsGrpc.SessionsBlockingStub A stub to allow clients to do synchronous rpc calls to service Sessions.SessionsGrpc.SessionsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Sessions.SessionsGrpc.SessionsImplBase Base class for the server implementation of the service Sessions.SessionsGrpc.SessionsStub A stub to allow clients to do asynchronous rpc calls to service Sessions.SessionsSettings Settings class to configure an instance ofSessionsClient
.SessionsSettings.Builder Builder for SessionsSettings.SpeechToTextSettings Settings related to speech recognition.SpeechToTextSettings.Builder Settings related to speech recognition.SpeechWordInfo Information for a word recognized by the speech recognizer.SpeechWordInfo.Builder Information for a word recognized by the speech recognizer.StartExperimentRequest The request message for [Experiments.StartExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.StartExperiment].StartExperimentRequest.Builder The request message for [Experiments.StartExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.StartExperiment].StopExperimentRequest The request message for [Experiments.StopExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.StopExperiment].StopExperimentRequest.Builder The request message for [Experiments.StopExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.StopExperiment].StreamingDetectIntentRequest The top-level message sent by the client to the [Sessions.StreamingDetectIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.StreamingDetectIntent] method.StreamingDetectIntentRequest.Builder The top-level message sent by the client to the [Sessions.StreamingDetectIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.StreamingDetectIntent] method.StreamingDetectIntentResponse The top-level message returned from the [StreamingDetectIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.StreamingDetectIntent] method.StreamingDetectIntentResponse.Builder The top-level message returned from the [StreamingDetectIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.StreamingDetectIntent] method.StreamingRecognitionResult Contains a speech recognition result corresponding to a portion of the audio that is currently being processed or an indication that this is the end of the single requested utterance.StreamingRecognitionResult.Builder Contains a speech recognition result corresponding to a portion of the audio that is currently being processed or an indication that this is the end of the single requested utterance.SynthesizeSpeechConfig Configuration of how speech should be synthesized.SynthesizeSpeechConfig.Builder Configuration of how speech should be synthesized.TestCase Represents a test case.TestCase.Builder Represents a test case.TestCaseError Error info for importing a test.TestCaseError.Builder Error info for importing a test.TestCaseName TestCaseName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}.TestCaseProto TestCaseResult Represents a result from running a test case in an agent environment.TestCaseResult.Builder Represents a result from running a test case in an agent environment.TestCaseResultName TestCaseResultName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}/results/{result}.TestCasesClient Service Description: Service for managing [Test Cases][google.cloud.dialogflow.cx.v3beta1.TestCase] and [Test Case Results][google.cloud.dialogflow.cx.v3beta1.TestCaseResult].TestCasesClient.ListLocationsFixedSizeCollection TestCasesClient.ListLocationsPage TestCasesClient.ListLocationsPagedResponse TestCasesClient.ListTestCaseResultsFixedSizeCollection TestCasesClient.ListTestCaseResultsPage TestCasesClient.ListTestCaseResultsPagedResponse TestCasesClient.ListTestCasesFixedSizeCollection TestCasesClient.ListTestCasesPage TestCasesClient.ListTestCasesPagedResponse TestCasesGrpc Service for managing [Test Cases][google.cloud.dialogflow.cx.v3beta1.TestCase] and [Test Case Results][google.cloud.dialogflow.cx.v3beta1.TestCaseResult].TestCasesGrpc.TestCasesBlockingStub A stub to allow clients to do synchronous rpc calls to service TestCases.TestCasesGrpc.TestCasesFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service TestCases.TestCasesGrpc.TestCasesImplBase Base class for the server implementation of the service TestCases.TestCasesGrpc.TestCasesStub A stub to allow clients to do asynchronous rpc calls to service TestCases.TestCasesSettings Settings class to configure an instance ofTestCasesClient
.TestCasesSettings.Builder Builder for TestCasesSettings.TestConfig Represents configurations for a test case.TestConfig.Builder Represents configurations for a test case.TestError Error info for running a test.TestError.Builder Error info for running a test.TestRunDifference The description of differences between original and replayed agent output.TestRunDifference.Builder The description of differences between original and replayed agent output.TextInput Represents the natural language text to be processed.TextInput.Builder Represents the natural language text to be processed.TextToSpeechSettings Settings related to speech synthesizing.TextToSpeechSettings.Builder Settings related to speech synthesizing.TrainFlowRequest The request message for [Flows.TrainFlow][google.cloud.dialogflow.cx.v3beta1.Flows.TrainFlow].TrainFlowRequest.Builder The request message for [Flows.TrainFlow][google.cloud.dialogflow.cx.v3beta1.Flows.TrainFlow].TransitionCoverage Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.TransitionCoverage.Builder Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.TransitionCoverage.Transition A transition in a page.TransitionCoverage.Transition.Builder A transition in a page.TransitionCoverage.TransitionNode The source or target of a transition.TransitionCoverage.TransitionNode.Builder The source or target of a transition.TransitionRoute A transition route specifies a [intent][google.cloud.dialogflow.cx.v3beta1.Intent] that can be matched and/or a data condition that can be evaluated during a session.TransitionRoute.Builder A transition route specifies a [intent][google.cloud.dialogflow.cx.v3beta1.Intent] that can be matched and/or a data condition that can be evaluated during a session.TransitionRouteGroup A TransitionRouteGroup represents a group of [`TransitionRoutes`][google.cloud.dialogflow.cx.v3beta1.TransitionRoute] to be used by a [Page][google.cloud.dialogflow.cx.v3beta1.Page].TransitionRouteGroup.Builder A TransitionRouteGroup represents a group of [`TransitionRoutes`][google.cloud.dialogflow.cx.v3beta1.TransitionRoute] to be used by a [Page][google.cloud.dialogflow.cx.v3beta1.Page].TransitionRouteGroupCoverage Transition route group coverage represents the percentage of all possible transition routes present within any of a parent's test cases.TransitionRouteGroupCoverage.Builder Transition route group coverage represents the percentage of all possible transition routes present within any of a parent's test cases.TransitionRouteGroupCoverage.Coverage Coverage result message for one transition route group.TransitionRouteGroupCoverage.Coverage.Builder Coverage result message for one transition route group.TransitionRouteGroupCoverage.Coverage.Transition A transition coverage in a transition route group.TransitionRouteGroupCoverage.Coverage.Transition.Builder A transition coverage in a transition route group.TransitionRouteGroupName TransitionRouteGroupName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/transitionRouteGroups/{transition_route_group}.TransitionRouteGroupName.ProjectLocationAgentTransitionRouteGroupBuilder Builder for projects/{project}/locations/{location}/agents/{agent}/transitionRouteGroups/{transition_route_group}.TransitionRouteGroupProto TransitionRouteGroupsClient Service Description: Service for managing [TransitionRouteGroups][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].TransitionRouteGroupsClient.ListLocationsFixedSizeCollection TransitionRouteGroupsClient.ListLocationsPage TransitionRouteGroupsClient.ListLocationsPagedResponse TransitionRouteGroupsClient.ListTransitionRouteGroupsFixedSizeCollection TransitionRouteGroupsClient.ListTransitionRouteGroupsPage TransitionRouteGroupsClient.ListTransitionRouteGroupsPagedResponse TransitionRouteGroupsGrpc Service for managing [TransitionRouteGroups][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].TransitionRouteGroupsGrpc.TransitionRouteGroupsBlockingStub A stub to allow clients to do synchronous rpc calls to service TransitionRouteGroups.TransitionRouteGroupsGrpc.TransitionRouteGroupsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service TransitionRouteGroups.TransitionRouteGroupsGrpc.TransitionRouteGroupsImplBase Base class for the server implementation of the service TransitionRouteGroups.TransitionRouteGroupsGrpc.TransitionRouteGroupsStub A stub to allow clients to do asynchronous rpc calls to service TransitionRouteGroups.TransitionRouteGroupsSettings Settings class to configure an instance ofTransitionRouteGroupsClient
.TransitionRouteGroupsSettings.Builder Builder for TransitionRouteGroupsSettings.UpdateAgentRequest The request message for [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.UpdateAgent].UpdateAgentRequest.Builder The request message for [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.UpdateAgent].UpdateEntityTypeRequest The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.UpdateEntityType].UpdateEntityTypeRequest.Builder The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.cx.v3beta1.EntityTypes.UpdateEntityType].UpdateEnvironmentRequest The request message for [Environments.UpdateEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.UpdateEnvironment].UpdateEnvironmentRequest.Builder The request message for [Environments.UpdateEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.UpdateEnvironment].UpdateExperimentRequest The request message for [Experiments.UpdateExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.UpdateExperiment].UpdateExperimentRequest.Builder The request message for [Experiments.UpdateExperiment][google.cloud.dialogflow.cx.v3beta1.Experiments.UpdateExperiment].UpdateFlowRequest The request message for [Flows.UpdateFlow][google.cloud.dialogflow.cx.v3beta1.Flows.UpdateFlow].UpdateFlowRequest.Builder The request message for [Flows.UpdateFlow][google.cloud.dialogflow.cx.v3beta1.Flows.UpdateFlow].UpdateGenerativeSettingsRequest Request for [UpdateGenerativeSettings][google.cloud.dialogflow.cx.v3beta1.Agents.UpdateGenerativeSettings] RPC.UpdateGenerativeSettingsRequest.Builder Request for [UpdateGenerativeSettings][google.cloud.dialogflow.cx.v3beta1.Agents.UpdateGenerativeSettings] RPC.UpdateIntentRequest The request message for [Intents.UpdateIntent][google.cloud.dialogflow.cx.v3beta1.Intents.UpdateIntent].UpdateIntentRequest.Builder The request message for [Intents.UpdateIntent][google.cloud.dialogflow.cx.v3beta1.Intents.UpdateIntent].UpdatePageRequest The request message for [Pages.UpdatePage][google.cloud.dialogflow.cx.v3beta1.Pages.UpdatePage].UpdatePageRequest.Builder The request message for [Pages.UpdatePage][google.cloud.dialogflow.cx.v3beta1.Pages.UpdatePage].UpdateSecuritySettingsRequest The request message for [SecuritySettingsService.UpdateSecuritySettings][google.cloud.dialogflow.cx.v3beta1.SecuritySettingsService.UpdateSecuritySettings].UpdateSecuritySettingsRequest.Builder The request message for [SecuritySettingsService.UpdateSecuritySettings][google.cloud.dialogflow.cx.v3beta1.SecuritySettingsService.UpdateSecuritySettings].UpdateSessionEntityTypeRequest The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.UpdateSessionEntityType].UpdateSessionEntityTypeRequest.Builder The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityTypes.UpdateSessionEntityType].UpdateTestCaseRequest The request message for [TestCases.UpdateTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.UpdateTestCase].UpdateTestCaseRequest.Builder The request message for [TestCases.UpdateTestCase][google.cloud.dialogflow.cx.v3beta1.TestCases.UpdateTestCase].UpdateTransitionRouteGroupRequest The request message for [TransitionRouteGroups.UpdateTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.UpdateTransitionRouteGroup].UpdateTransitionRouteGroupRequest.Builder The request message for [TransitionRouteGroups.UpdateTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.UpdateTransitionRouteGroup].UpdateVersionRequest The request message for [Versions.UpdateVersion][google.cloud.dialogflow.cx.v3beta1.Versions.UpdateVersion].UpdateVersionRequest.Builder The request message for [Versions.UpdateVersion][google.cloud.dialogflow.cx.v3beta1.Versions.UpdateVersion].UpdateWebhookRequest The request message for [Webhooks.UpdateWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.UpdateWebhook].UpdateWebhookRequest.Builder The request message for [Webhooks.UpdateWebhook][google.cloud.dialogflow.cx.v3beta1.Webhooks.UpdateWebhook].ValidateAgentRequest The request message for [Agents.ValidateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ValidateAgent].ValidateAgentRequest.Builder The request message for [Agents.ValidateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ValidateAgent].ValidateFlowRequest The request message for [Flows.ValidateFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ValidateFlow].ValidateFlowRequest.Builder The request message for [Flows.ValidateFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ValidateFlow].ValidationMessage Agent/flow validation message.ValidationMessage.Builder Agent/flow validation message.ValidationMessageProto VariantsHistory The history of variants update.VariantsHistory.Builder The history of variants update.Version Represents a version of a flow.Version.Builder Represents a version of a flow.VersionName VersionName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/versions/{version}.VersionProto VersionsClient Service Description: Service for managing [Versions][google.cloud.dialogflow.cx.v3beta1.Version].VersionsClient.ListLocationsFixedSizeCollection VersionsClient.ListLocationsPage VersionsClient.ListLocationsPagedResponse VersionsClient.ListVersionsFixedSizeCollection VersionsClient.ListVersionsPage VersionsClient.ListVersionsPagedResponse VersionsGrpc Service for managing [Versions][google.cloud.dialogflow.cx.v3beta1.Version].VersionsGrpc.VersionsBlockingStub A stub to allow clients to do synchronous rpc calls to service Versions.VersionsGrpc.VersionsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Versions.VersionsGrpc.VersionsImplBase Base class for the server implementation of the service Versions.VersionsGrpc.VersionsStub A stub to allow clients to do asynchronous rpc calls to service Versions.VersionsSettings Settings class to configure an instance ofVersionsClient
.VersionsSettings.Builder Builder for VersionsSettings.VersionVariants A list of flow version variants.VersionVariants.Builder A list of flow version variants.VersionVariants.Variant A single flow version with specified traffic allocation.VersionVariants.Variant.Builder A single flow version with specified traffic allocation.VoiceSelectionParams Description of which voice to use for speech synthesis.VoiceSelectionParams.Builder Description of which voice to use for speech synthesis.Webhook Webhooks host the developer's business logic.Webhook.Builder Webhooks host the developer's business logic.Webhook.GenericWebService Represents configuration for a generic web service.Webhook.GenericWebService.Builder Represents configuration for a generic web service.Webhook.ServiceDirectoryConfig Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service.Webhook.ServiceDirectoryConfig.Builder Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service.WebhookName WebhookName.Builder Builder for projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}.WebhookProto WebhookRequest The request message for a webhook call.WebhookRequest.Builder The request message for a webhook call.WebhookRequest.FulfillmentInfo Represents fulfillment information communicated to the webhook.WebhookRequest.FulfillmentInfo.Builder Represents fulfillment information communicated to the webhook.WebhookRequest.IntentInfo Represents intent information communicated to the webhook.WebhookRequest.IntentInfo.Builder Represents intent information communicated to the webhook.WebhookRequest.IntentInfo.IntentParameterValue Represents a value for an intent parameter.WebhookRequest.IntentInfo.IntentParameterValue.Builder Represents a value for an intent parameter.WebhookRequest.SentimentAnalysisResult Represents the result of sentiment analysis.WebhookRequest.SentimentAnalysisResult.Builder Represents the result of sentiment analysis.WebhookResponse The response message for a webhook call.WebhookResponse.Builder The response message for a webhook call.WebhookResponse.FulfillmentResponse Represents a fulfillment response to the user.WebhookResponse.FulfillmentResponse.Builder Represents a fulfillment response to the user.WebhooksClient Service Description: Service for managing [Webhooks][google.cloud.dialogflow.cx.v3beta1.Webhook].WebhooksClient.ListLocationsFixedSizeCollection WebhooksClient.ListLocationsPage WebhooksClient.ListLocationsPagedResponse WebhooksClient.ListWebhooksFixedSizeCollection WebhooksClient.ListWebhooksPage WebhooksClient.ListWebhooksPagedResponse WebhooksGrpc Service for managing [Webhooks][google.cloud.dialogflow.cx.v3beta1.Webhook].WebhooksGrpc.WebhooksBlockingStub A stub to allow clients to do synchronous rpc calls to service Webhooks.WebhooksGrpc.WebhooksFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Webhooks.WebhooksGrpc.WebhooksImplBase Base class for the server implementation of the service Webhooks.WebhooksGrpc.WebhooksStub A stub to allow clients to do asynchronous rpc calls to service Webhooks.WebhooksSettings Settings class to configure an instance ofWebhooksClient
.WebhooksSettings.Builder Builder for WebhooksSettings.