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: DtmfSettings, 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.
-
#dtmf_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::DtmfSettings
Settings for DTMF.
-
#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.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 58 class AdvancedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Define behaviors for DTMF (dual tone multi frequency). # @!attribute [rw] enabled # @return [::Boolean] # If true, incoming audio is processed for DTMF (dual tone multi frequency) # events. For example, if the caller presses a button on their telephone # keypad and DTMF processing is enabled, Dialogflow will detect the # event (e.g. a "3" was pressed) in the incoming audio and pass the event # to the bot to drive business logic (e.g. when 3 is pressed, return the # account balance). # @!attribute [rw] max_digits # @return [::Integer] # Max length of DTMF digits. # @!attribute [rw] finish_digit # @return [::String] # The digit that terminates a DTMF digit sequence. class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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 |
#dtmf_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::DtmfSettings
Returns Settings for DTMF. Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 58 class AdvancedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Define behaviors for DTMF (dual tone multi frequency). # @!attribute [rw] enabled # @return [::Boolean] # If true, incoming audio is processed for DTMF (dual tone multi frequency) # events. For example, if the caller presses a button on their telephone # keypad and DTMF processing is enabled, Dialogflow will detect the # event (e.g. a "3" was pressed) in the incoming audio and pass the event # to the bot to drive business logic (e.g. when 3 is pressed, return the # account balance). # @!attribute [rw] max_digits # @return [::Integer] # Max length of DTMF digits. # @!attribute [rw] finish_digit # @return [::String] # The digit that terminates a DTMF digit sequence. class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 58 class AdvancedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Define behaviors for DTMF (dual tone multi frequency). # @!attribute [rw] enabled # @return [::Boolean] # If true, incoming audio is processed for DTMF (dual tone multi frequency) # events. For example, if the caller presses a button on their telephone # keypad and DTMF processing is enabled, Dialogflow will detect the # event (e.g. a "3" was pressed) in the incoming audio and pass the event # to the bot to drive business logic (e.g. when 3 is pressed, return the # account balance). # @!attribute [rw] max_digits # @return [::Integer] # Max length of DTMF digits. # @!attribute [rw] finish_digit # @return [::String] # The digit that terminates a DTMF digit sequence. class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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 |