com.google.cloud.dialogflow.cx.v3beta1.AdvancedSettingsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-dialogflow-cx-v3beta1 Show documentation
Show all versions of proto-google-cloud-dialogflow-cx-v3beta1 Show documentation
PROTO library for proto-google-cloud-dialogflow-cx-v3beta1
The newest version!
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/cx/v3beta1/advanced_settings.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.cx.v3beta1;
public interface AdvancedSettingsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.cx.v3beta1.AdvancedSettings)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* If present, incoming audio is exported by Dialogflow to the configured
* Google Cloud Storage destination.
* Exposed at the following levels:
* - Agent level
* - Flow level
*
*
* .google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
*
*
* @return Whether the audioExportGcsDestination field is set.
*/
boolean hasAudioExportGcsDestination();
/**
*
*
*
* If present, incoming audio is exported by Dialogflow to the configured
* Google Cloud Storage destination.
* Exposed at the following levels:
* - Agent level
* - Flow level
*
*
* .google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
*
*
* @return The audioExportGcsDestination.
*/
com.google.cloud.dialogflow.cx.v3beta1.GcsDestination getAudioExportGcsDestination();
/**
*
*
*
* If present, incoming audio is exported by Dialogflow to the configured
* Google Cloud Storage destination.
* Exposed at the following levels:
* - Agent level
* - Flow level
*
*
* .google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
*
*/
com.google.cloud.dialogflow.cx.v3beta1.GcsDestinationOrBuilder
getAudioExportGcsDestinationOrBuilder();
/**
*
*
*
* Settings for speech to text detection.
* Exposed at the following levels:
* - Agent level
* - Flow level
* - Page level
* - Parameter level
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettings speech_settings = 3;
*
*
* @return Whether the speechSettings field is set.
*/
boolean hasSpeechSettings();
/**
*
*
*
* Settings for speech to text detection.
* Exposed at the following levels:
* - Agent level
* - Flow level
* - Page level
* - Parameter level
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettings speech_settings = 3;
*
*
* @return The speechSettings.
*/
com.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettings getSpeechSettings();
/**
*
*
*
* Settings for speech to text detection.
* Exposed at the following levels:
* - Agent level
* - Flow level
* - Page level
* - Parameter level
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettings speech_settings = 3;
*
*/
com.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.SpeechSettingsOrBuilder
getSpeechSettingsOrBuilder();
/**
*
*
*
* Settings for DTMF.
* Exposed at the following levels:
* - Agent level
* - Flow level
* - Page level
* - Parameter level.
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.DtmfSettings dtmf_settings = 5;
*
*
* @return Whether the dtmfSettings field is set.
*/
boolean hasDtmfSettings();
/**
*
*
*
* Settings for DTMF.
* Exposed at the following levels:
* - Agent level
* - Flow level
* - Page level
* - Parameter level.
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.DtmfSettings dtmf_settings = 5;
*
*
* @return The dtmfSettings.
*/
com.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.DtmfSettings getDtmfSettings();
/**
*
*
*
* Settings for DTMF.
* Exposed at the following levels:
* - Agent level
* - Flow level
* - Page level
* - Parameter level.
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.DtmfSettings dtmf_settings = 5;
*
*/
com.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.DtmfSettingsOrBuilder
getDtmfSettingsOrBuilder();
/**
*
*
*
* Settings for logging.
* Settings for Dialogflow History, Contact Center messages, StackDriver logs,
* and speech logging.
* Exposed at the following levels:
* - Agent level.
*
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
*
*
* @return Whether the loggingSettings field is set.
*/
boolean hasLoggingSettings();
/**
*
*
*
* Settings for logging.
* Settings for Dialogflow History, Contact Center messages, StackDriver logs,
* and speech logging.
* Exposed at the following levels:
* - Agent level.
*
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
*
*
* @return The loggingSettings.
*/
com.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings getLoggingSettings();
/**
*
*
*
* Settings for logging.
* Settings for Dialogflow History, Contact Center messages, StackDriver logs,
* and speech logging.
* Exposed at the following levels:
* - Agent level.
*
*
*
* .google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
*
*/
com.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettingsOrBuilder
getLoggingSettingsOrBuilder();
}