Uses of Class
com.google.cloud.dialogflow.v2beta1.DtmfParameters
-
Packages that use DtmfParameters Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of DtmfParameters in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return DtmfParameters Modifier and Type Method Description DtmfParametersDtmfParameters.Builder. build()DtmfParametersDtmfParameters.Builder. buildPartial()static DtmfParametersDtmfParameters. getDefaultInstance()DtmfParametersDtmfParameters.Builder. getDefaultInstanceForType()DtmfParametersDtmfParameters. getDefaultInstanceForType()DtmfParametersAnalyzeContentResponse.Builder. getDtmfParameters()Indicates the parameters of DTMF.DtmfParametersAnalyzeContentResponse. getDtmfParameters()Indicates the parameters of DTMF.DtmfParametersAnalyzeContentResponseOrBuilder. getDtmfParameters()Indicates the parameters of DTMF.DtmfParametersStreamingAnalyzeContentResponse.Builder. getDtmfParameters()Indicates the parameters of DTMF.DtmfParametersStreamingAnalyzeContentResponse. getDtmfParameters()Indicates the parameters of DTMF.DtmfParametersStreamingAnalyzeContentResponseOrBuilder. getDtmfParameters()Indicates the parameters of DTMF.static DtmfParametersDtmfParameters. parseDelimitedFrom(InputStream input)static DtmfParametersDtmfParameters. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DtmfParametersDtmfParameters. parseFrom(byte[] data)static DtmfParametersDtmfParameters. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DtmfParametersDtmfParameters. parseFrom(com.google.protobuf.ByteString data)static DtmfParametersDtmfParameters. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DtmfParametersDtmfParameters. parseFrom(com.google.protobuf.CodedInputStream input)static DtmfParametersDtmfParameters. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DtmfParametersDtmfParameters. parseFrom(InputStream input)static DtmfParametersDtmfParameters. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DtmfParametersDtmfParameters. parseFrom(ByteBuffer data)static DtmfParametersDtmfParameters. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type DtmfParameters Modifier and Type Method Description com.google.protobuf.Parser<DtmfParameters>DtmfParameters. getParserForType()static com.google.protobuf.Parser<DtmfParameters>DtmfParameters. parser()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type DtmfParameters Modifier and Type Method Description AnalyzeContentResponse.BuilderAnalyzeContentResponse.Builder. mergeDtmfParameters(DtmfParameters value)Indicates the parameters of DTMF.StreamingAnalyzeContentResponse.BuilderStreamingAnalyzeContentResponse.Builder. mergeDtmfParameters(DtmfParameters value)Indicates the parameters of DTMF.DtmfParameters.BuilderDtmfParameters.Builder. mergeFrom(DtmfParameters other)static DtmfParameters.BuilderDtmfParameters. newBuilder(DtmfParameters prototype)AnalyzeContentResponse.BuilderAnalyzeContentResponse.Builder. setDtmfParameters(DtmfParameters value)Indicates the parameters of DTMF.StreamingAnalyzeContentResponse.BuilderStreamingAnalyzeContentResponse.Builder. setDtmfParameters(DtmfParameters value)Indicates the parameters of DTMF.
-