Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.SafetySettings
-
Packages that use SafetySettings Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of SafetySettings in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return SafetySettings Modifier and Type Method Description SafetySettings
SafetySettings.Builder. build()
SafetySettings
SafetySettings.Builder. buildPartial()
static SafetySettings
SafetySettings. getDefaultInstance()
SafetySettings
SafetySettings.Builder. getDefaultInstanceForType()
SafetySettings
SafetySettings. getDefaultInstanceForType()
SafetySettings
GenerativeSettings.Builder. getGenerativeSafetySettings()
Settings for Generative Safety.SafetySettings
GenerativeSettings. getGenerativeSafetySettings()
Settings for Generative Safety.SafetySettings
GenerativeSettingsOrBuilder. getGenerativeSafetySettings()
Settings for Generative Safety.static SafetySettings
SafetySettings. parseDelimitedFrom(InputStream input)
static SafetySettings
SafetySettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SafetySettings
SafetySettings. parseFrom(byte[] data)
static SafetySettings
SafetySettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SafetySettings
SafetySettings. parseFrom(com.google.protobuf.ByteString data)
static SafetySettings
SafetySettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SafetySettings
SafetySettings. parseFrom(com.google.protobuf.CodedInputStream input)
static SafetySettings
SafetySettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SafetySettings
SafetySettings. parseFrom(InputStream input)
static SafetySettings
SafetySettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SafetySettings
SafetySettings. parseFrom(ByteBuffer data)
static SafetySettings
SafetySettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type SafetySettings Modifier and Type Method Description com.google.protobuf.Parser<SafetySettings>
SafetySettings. getParserForType()
static com.google.protobuf.Parser<SafetySettings>
SafetySettings. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type SafetySettings Modifier and Type Method Description SafetySettings.Builder
SafetySettings.Builder. mergeFrom(SafetySettings other)
GenerativeSettings.Builder
GenerativeSettings.Builder. mergeGenerativeSafetySettings(SafetySettings value)
Settings for Generative Safety.static SafetySettings.Builder
SafetySettings. newBuilder(SafetySettings prototype)
GenerativeSettings.Builder
GenerativeSettings.Builder. setGenerativeSafetySettings(SafetySettings value)
Settings for Generative Safety.
-