public interface AdvancedSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
| 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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
| Type | Description |
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.v3.AdvancedSettings.LoggingSettings logging_settings = 6;
| Type | Description |
boolean |
Whether the loggingSettings field is set. |