public final class AdvancedSettings extends 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.v3beta1.AdvancedSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER
public static final int AUDIO_EXPORT_GCS_DESTINATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LOGGING_SETTINGS_FIELD_NUMBER
public static final int LOGGING_SETTINGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AdvancedSettings getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AdvancedSettings.Builder newBuilder()
newBuilder(AdvancedSettings prototype)
public static AdvancedSettings.Builder newBuilder(AdvancedSettings prototype)
public static AdvancedSettings parseDelimitedFrom(InputStream input)
public static AdvancedSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AdvancedSettings parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AdvancedSettings parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom(CodedInputStream input)
public static AdvancedSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom(InputStream input)
public static AdvancedSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AdvancedSettings parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AdvancedSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AdvancedSettings> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAudioExportGcsDestination()
public GcsDestination getAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Returns |
Type |
Description |
GcsDestination |
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:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
getDefaultInstanceForType()
public AdvancedSettings getDefaultInstanceForType()
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:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
getLoggingSettingsOrBuilder()
public AdvancedSettings.LoggingSettingsOrBuilder getLoggingSettingsOrBuilder()
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
getParserForType()
public Parser<AdvancedSettings> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hasAudioExportGcsDestination()
public boolean hasAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured
Google Cloud Storage destination.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.GcsDestination audio_export_gcs_destination = 2;
Returns |
Type |
Description |
boolean |
Whether the audioExportGcsDestination field is set.
|
hasLoggingSettings()
public boolean hasLoggingSettings()
Settings for logging.
Settings for Dialogflow History, Contact Center messages, StackDriver logs,
and speech logging.
Exposed at the following levels:
.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings.LoggingSettings logging_settings = 6;
Returns |
Type |
Description |
boolean |
Whether the loggingSettings field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AdvancedSettings.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AdvancedSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AdvancedSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides