Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GcsDestination
-
Packages that use GcsDestination Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of GcsDestination in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GcsDestination Modifier and Type Method Description GcsDestination
GcsDestination.Builder. build()
GcsDestination
GcsDestination.Builder. buildPartial()
GcsDestination
AdvancedSettings.Builder. getAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.GcsDestination
AdvancedSettings. getAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.GcsDestination
AdvancedSettingsOrBuilder. getAudioExportGcsDestination()
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.static GcsDestination
GcsDestination. getDefaultInstance()
GcsDestination
GcsDestination.Builder. getDefaultInstanceForType()
GcsDestination
GcsDestination. getDefaultInstanceForType()
static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input)
static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(byte[] data)
static GcsDestination
GcsDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(InputStream input)
static GcsDestination
GcsDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type GcsDestination Modifier and Type Method Description com.google.protobuf.Parser<GcsDestination>
GcsDestination. getParserForType()
static com.google.protobuf.Parser<GcsDestination>
GcsDestination. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type GcsDestination Modifier and Type Method Description AdvancedSettings.Builder
AdvancedSettings.Builder. mergeAudioExportGcsDestination(GcsDestination value)
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.GcsDestination.Builder
GcsDestination.Builder. mergeFrom(GcsDestination other)
static GcsDestination.Builder
GcsDestination. newBuilder(GcsDestination prototype)
AdvancedSettings.Builder
AdvancedSettings.Builder. setAudioExportGcsDestination(GcsDestination value)
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.
-