Class AdvancedSettings

  • All Implemented Interfaces:
    AdvancedSettingsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class AdvancedSettings
    extends com.google.protobuf.GeneratedMessageV3
    implements AdvancedSettingsOrBuilder
     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.
     
    Protobuf type google.cloud.dialogflow.cx.v3.AdvancedSettings
    See Also:
    Serialized Form
    • Field Detail

      • AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER

        public static final int AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LOGGING_SETTINGS_FIELD_NUMBER

        public static final int LOGGING_SETTINGS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasAudioExportGcsDestination

        public 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.v3.GcsDestination audio_export_gcs_destination = 2;
        Specified by:
        hasAudioExportGcsDestination in interface AdvancedSettingsOrBuilder
        Returns:
        Whether the audioExportGcsDestination field is set.
      • getAudioExportGcsDestination

        public 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.v3.GcsDestination audio_export_gcs_destination = 2;
        Specified by:
        getAudioExportGcsDestination in interface AdvancedSettingsOrBuilder
        Returns:
        The audioExportGcsDestination.
      • getAudioExportGcsDestinationOrBuilder

        public 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.v3.GcsDestination audio_export_gcs_destination = 2;
        Specified by:
        getAudioExportGcsDestinationOrBuilder in interface AdvancedSettingsOrBuilder
      • hasLoggingSettings

        public 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;
        Specified by:
        hasLoggingSettings in interface AdvancedSettingsOrBuilder
        Returns:
        Whether the loggingSettings field is set.
      • getLoggingSettings

        public 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;
        Specified by:
        getLoggingSettings in interface AdvancedSettingsOrBuilder
        Returns:
        The loggingSettings.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AdvancedSettings parseFrom​(ByteBuffer data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AdvancedSettings parseFrom​(ByteBuffer data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AdvancedSettings parseFrom​(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AdvancedSettings parseFrom​(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AdvancedSettings parseFrom​(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AdvancedSettings parseFrom​(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AdvancedSettings parseFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Throws:
        IOException
      • newBuilderForType

        public AdvancedSettings.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public AdvancedSettings.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected AdvancedSettings.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<AdvancedSettings> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public AdvancedSettings getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder