public interface AdvancedSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudioExportGcsDestination()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
GcsDestination |
The audioExportGcsDestination. |
getAudioExportGcsDestinationOrBuilder()
public abstract GcsDestinationOrBuilder getAudioExportGcsDestinationOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
GcsDestinationOrBuilder |
|
getDtmfSettings()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
AdvancedSettings.DtmfSettings |
The dtmfSettings. |
getDtmfSettingsOrBuilder()
public abstract AdvancedSettings.DtmfSettingsOrBuilder getDtmfSettingsOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
AdvancedSettings.DtmfSettingsOrBuilder |
|
getLoggingSettings()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
AdvancedSettings.LoggingSettings |
The loggingSettings. |
getLoggingSettingsOrBuilder()
public abstract AdvancedSettings.LoggingSettingsOrBuilder getLoggingSettingsOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
AdvancedSettings.LoggingSettingsOrBuilder |
|
getSpeechSettings()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
AdvancedSettings.SpeechSettings |
The speechSettings. |
getSpeechSettingsOrBuilder()
public abstract AdvancedSettings.SpeechSettingsOrBuilder getSpeechSettingsOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
AdvancedSettings.SpeechSettingsOrBuilder |
|
hasAudioExportGcsDestination()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the audioExportGcsDestination field is set. |
hasDtmfSettings()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dtmfSettings field is set. |
hasLoggingSettings()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the loggingSettings field is set. |
hasSpeechSettings()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the speechSettings field is set. |