Interface AdvancedSettingsOrBuilder (0.13.1)

public interface AdvancedSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
AdvancedSettings.LoggingSettingsOrBuilder

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
TypeDescription
boolean

Whether the loggingSettings field is set.