Class: Google::Cloud::Dialogflow::CX::V3::AdvancedSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::AdvancedSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb
Overview
Hierarchical advanced settings for agent/flow/page/fulfillment/parameter. Settings exposed at lower level overrides the settings exposed at higher level. Overriding occurs at the sub-setting level. For example, the playback_interruption_settings at fulfillment level only overrides the playback_interruption_settings at the agent level, leaving other settings at the agent level unchanged.
DTMF settings does not override each other. DTMF settings set at different levels define DTMF detections running in parallel.
Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
Defined Under Namespace
Classes: LoggingSettings
Instance Attribute Summary collapse
-
#audio_export_gcs_destination ⇒ ::Google::Cloud::Dialogflow::CX::V3::GcsDestination
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.
-
#logging_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::LoggingSettings
Settings for logging.
Instance Attribute Details
#audio_export_gcs_destination ⇒ ::Google::Cloud::Dialogflow::CX::V3::GcsDestination
Returns If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
- Agent level
- Flow level.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 50 class AdvancedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Define behaviors on logging. # @!attribute [rw] enable_stackdriver_logging # @return [::Boolean] # If true, StackDriver logging is currently enabled. # @!attribute [rw] enable_interaction_logging # @return [::Boolean] # If true, DF Interaction logging is currently enabled. class LoggingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#logging_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::LoggingSettings
Returns Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
- Agent level.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 50 class AdvancedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Define behaviors on logging. # @!attribute [rw] enable_stackdriver_logging # @return [::Boolean] # If true, StackDriver logging is currently enabled. # @!attribute [rw] enable_interaction_logging # @return [::Boolean] # If true, DF Interaction logging is currently enabled. class LoggingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |