Uses of Class
com.google.cloud.dialogflow.cx.v3.NluSettings
-
Packages that use NluSettings Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of NluSettings in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return NluSettings Modifier and Type Method Description NluSettings
NluSettings.Builder. build()
NluSettings
NluSettings.Builder. buildPartial()
static NluSettings
NluSettings. getDefaultInstance()
NluSettings
NluSettings.Builder. getDefaultInstanceForType()
NluSettings
NluSettings. getDefaultInstanceForType()
NluSettings
Flow.Builder. getNluSettings()
NLU related settings of the flow.NluSettings
Flow. getNluSettings()
NLU related settings of the flow.NluSettings
FlowOrBuilder. getNluSettings()
NLU related settings of the flow.NluSettings
Version.Builder. getNluSettings()
Output only.NluSettings
Version. getNluSettings()
Output only.NluSettings
VersionOrBuilder. getNluSettings()
Output only.static NluSettings
NluSettings. parseDelimitedFrom(InputStream input)
static NluSettings
NluSettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NluSettings
NluSettings. parseFrom(byte[] data)
static NluSettings
NluSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NluSettings
NluSettings. parseFrom(com.google.protobuf.ByteString data)
static NluSettings
NluSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NluSettings
NluSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static NluSettings
NluSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NluSettings
NluSettings. parseFrom(InputStream input)
static NluSettings
NluSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NluSettings
NluSettings. parseFrom(ByteBuffer data)
static NluSettings
NluSettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type NluSettings Modifier and Type Method Description com.google.protobuf.Parser<NluSettings>
NluSettings. getParserForType()
static com.google.protobuf.Parser<NluSettings>
NluSettings. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type NluSettings Modifier and Type Method Description NluSettings.Builder
NluSettings.Builder. mergeFrom(NluSettings other)
Flow.Builder
Flow.Builder. mergeNluSettings(NluSettings value)
NLU related settings of the flow.Version.Builder
Version.Builder. mergeNluSettings(NluSettings value)
Output only.static NluSettings.Builder
NluSettings. newBuilder(NluSettings prototype)
Flow.Builder
Flow.Builder. setNluSettings(NluSettings value)
NLU related settings of the flow.Version.Builder
Version.Builder. setNluSettings(NluSettings value)
Output only.
-